|
$("#rteSample").ejRTE({
width: "100%",
showFooter: true,
change: function(args) {
//html string in iframe textarea
if (!isFocus) data = rteObj.getHtml();
//maintain flag variable for element focused or not.
isFocus = true;
}
}); |
|
Description |
Link |
|
Getting started |
|
|
How-to section |
|
|
API reference for RTE |