StyledText.modifyContent

Sends the specified verify event, replace/insert text as defined by the event and send a modify event.

@param event the text change event. <ul> <li>event.start - the replace start offset</li> <li>event.end - the replace end offset</li> <li>event.text - the new text</li> </ul> @param updateCaret whether or not he caret should be set behind the new text

class StyledText
package
void
modifyContent

Meta