AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Editor HTML
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Selects a text fragment in an HTML Editor control.
Example
// Apply bold formatting to the first 5 characters
HTMEDT_MyHTMLEditor.Select(1, 5)
HTMEDT_MyHTMLEditor.FormatSelection(htmlBold)
Syntax
<HTML Editor control>.Select(<Beginning of selection> , <End of selection>)
<HTML Editor control>: Control name
Name of the HTML Editor control used.
<Beginning of selection>: Integer
First character to select in the HTML Editor control.
<End of selection>: Integer
Last selected character.
Remarks
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/06/2023

Señalar un error o enviar una sugerencia | Ayuda local