快建框架 快建框架
整合組件以建立強大的系統
LoginRegistrationForget Password
Your Ad Here
English 繁體中文(香港)



jqrte

jqrte
0
 
If you want to share something about jqrte, you can leave messages to our blog.
  • Free of charge for both personal or commerical use.
  • You are free to use and modify the software.
  • You can distribute the software, but do so in the spirit of Open Source.
  • We wish you to keep the copyright icon on the rich text editor.
  • Give credit where credit is due, spread the word, link to us if you can.
  • 2010/02/15 jQRTE v0.4.1 released, combined with new version of jQpopup and jQCP.
  • 2009/12/19 Added Romanian Langauge Pack by member Brecht Cloetens.
  • 2009/11/26 Added Romanian Langauge Pack by member prtechro.
  • 2009/10/24 jQRTE v0.4 released (fixed form post,<pre> tag issue).
  • 2009/09/13 jQRTE v0.3.3 released.
  • 2009/07/15 jQRTE v0.3.3-beta released (fixed Safari4, Google Chrome2 Issue).
  • 2009/06/28 jQRTE v0.3.2-beta released (fixed Opera Issue).
  • 2009/06/28 jQuery WYSIWYG Rich Text Editor - jQRTE v0.3.1 released (integrated with jQpopup v0.2).
  • 2009/06/20 jQuery WYSIWYG Rich Text Editor - jQRTE v0.3 released.
  • 2009/06/20 Fixed the issue of the id with underline e.g. "content_test".
  • 2009/06/4 Added Argentina Langauge Pack by Diego Maldonado.
  • 2009/05/23 Found jQRTE Japanese Langauge Pack from sksuare.net. We can link back to your site or provide the contact point if any developer interested in providing us the language pack (save in UTF-8 format). Send to us through tech@jqframework.com.
  • 2009/05/19 jQuery WYSIWYG Rich Text Editor - jQRTE v0.2 released.
  • 2009/05/19 jQuery WYSIWYG Rich Text Editor re-license to MIT.
  • 2009/05/19 jQuery WYSIWYG Rich Text Editor upgrade to v0.2, code size reduced from 55k to 32k.
  • 2009/05/03 jQuery WYSIWYG Rich Text Editor - jQRTE v0.1 released.
  • jQRTE Seperated logic and template, easy for you to change the look & feel.
  • jQRTE Seperated the language file from the editor, easy for internationalization.
  • jQRTE is easy to integrate and customize.
  • jQRTE is tested with IE6, IE7, IE8, FF3, Opera9, Safari4, Google Chrome2.
  • jQRTE is Free and Free of charge under the MIT License.

How to remove the unused icon on jQRTE

Simple! For example, you want to remove the subscript icon, you just need to remove the line below in index.php:
<td id="content_rte_subscript" title="Subscript"></td>

If you are a experienced developer, you can try to remove items in the iconList and some functions on jquery.jqrte.js.
Lastly, you have to modify the image jqrte_icon.gif yourself.

How to set upload file limit on jQRTE

Easy! 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")
What you need to do is to change the value in php.ini and that's all!

How to solve the flicking issue of the jQRTE icon in IE6

This is a known bug in IE6, you can add scripts to detect browser version and execute this workaround solution.

<script type="text/javascript">
   try {
      document.execCommand("BackgroundImageCache", false, true);
   }
   catch(e) {}
</script>

 
Your Ad Here
Your Ad Here
© 2009 jqframework.com
jQ framework CMS v4.0
Valid HTML 4.01 TransitionalValid CSS!