Hi All
we are facing an issue in RTE in jquery.if i entered more than 100,000 char in RTE then error occurred. I am using MySql in backend and the feild datatype with TEXT which is unlimited.
So now we have decided to fix length in RTE.So please let me know the way to fix length in RTE in jquery.
Please see the following code.
$("#Body").rte({
controls_rte: rte_toolbar_small,
controls_html: html_toolbar,
height: 150,
width: 350
});
we have set the properties for RTE in ready block under jquery.
Any help will be appreciable.
Thanks Amit