Articles in this section
Category / Section

How to get and set text for RichTextEditor control in client side?

1 min read

 

You can get and set text for RichTextEditor from clientside using the following code:

[JavaScript]

 

//Get Text function GetText() { 
alert(RTE1.GetText()); 
}
 //Set Text function SetText() {
 RTE1.SetText("Hi"); 
}

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments
Please sign in to leave a comment
Access denied
Access denied