Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Rich Text Editor for .NET and ...
»
Re: Insert Div sections inside RTE dynamically
Re: Insert Div sections inside RTE dynamically
10-27-2015, 9:16 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Insert Div sections inside RTE dynamically
Reply
Quote
Hi,
You can load the html code like the normal content by "Text" property.
editor.Text =
"<div>abc</div>"
;
Regards,
Ken
View Complete Thread