[ Index ] |
|
Code source de Seagull 0.6.1 |
1 TinyMCE Compressor PHP 1.07 2 --------------------------- 3 4 TinyMCE Compressor gzips all javascript files in TinyMCE to a single streamable file. 5 This makes the overall download sice 75% smaller and all requests are merged into a few requests. 6 7 To enable this compressor simply place the tiny_mce_gzip.php in the tiny_mce directory where tiny_mce.js is located and switch your scripts form: 8 9 <script language="javascript" type="text/javascript" src="tinymce/jscripts/tiny_mce/tiny_mce.js"></script> 10 11 to 12 13 <script language="javascript" type="text/javascript" src="tinymce/jscripts/tiny_mce/tiny_mce_gzip.php"></script> 14 15 Visit the TinyMCE forum for help with the TinyMCE Gzip Compressor. 16 17 18 Author: Moxiecode Systems 19 Version: 1.07 20 21 Copyright © 2005-2006, Moxiecode Systems AB, All rights reserved.
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 30 01:27:52 2007 | par Balluche grâce à PHPXref 0.7 |