Skip to main content
March 9, 2009
Question

Replace text and Spell Check Example

  • March 9, 2009
  • 1 reply
  • 725 views
I would like to know, if is possible replace a word of text, using a character position. For exemple, one word is in position [10, 18], and I want replace it for other word, as I do this?

Also like to know, if in example of Check Spell is possible add events in Shape (click, mousein, mouseout).

Thanks in advance,
Marcos
This topic has been closed for replies.

1 reply

May 26, 2009

spanElementInstanceVar.replaceText(10, 18, "newWordThatIsAsLongAsITIs");

??