jQuery WYSIWYG Rich Text Editor v0.4.2 |
|
|
Free!
![]() Menu
|
How to remove the unused icon on jQRTESimple! For example, you want to remove the subscript icon, you just need to remove the line below in index.php: If you are a experienced developer, you can try to remove items in the iconList and some functions on jquery.jqrte.js. How to set upload file limit on jQRTEEasy! The file upload size is control directly by php.ini. You can check genericupload.php, on line 8, it will report the maximum size for uploading, ini_get("post_max_size") How to solve the flicking issue of the jQRTE icon in IE6This is a known bug in IE6, you can add scripts to detect browser version and execute this workaround solution. <script type="text/javascript">
jQRTE DocumentationYou can check all code details in index.php. To initialize the jQRTE
To Setup a rich text editor menu and the bodyThe rich text editor menu and the body sample stored in content.php
To include Rich Text Editor Popup TemplateDon't change the ID(s) if you are not sure.
To Upgrade from v0.1 to v0.2Upgrade to v0.2, it is more flexible for you to change the object id easily!
To Upgrade from v0.4 to v0.4.2Upgrade to v0.4.2, use the new jquery.jqrte.min.js file and modify the php code, you can fix the upload issue of IE9.
|



