2007年03月30日
The following is the execution and loading order of files in the editor (for an instance created in a page):
The "editor/fckeditor.html" page is loaded. This is the main page that holds and loads a editor instance.
The main JavaScript scripts are loaded from the "editor/js" directory. This […]
| 标签:
fckeditor, javascript
留言 » | 位于:
JavaScript |
2007年03月27日
事实上来说,并不是支持上传中文文件,而是支持自动重命名文件。我们可以让用户上传后的图片自动重命名成时间日期格式这样的,能够不重复的进行移动。
需要是修改文件:fckeditor\editor\filemanager\upload\php\upload.php
| 标签:
fckeditor, javascript, 文件上传
留言 » | 位于:
JavaScript |
2007年02月18日
文中代码允许在IE、FireFox下等比例缩放图片。同时,在IE下,能够通过鼠标的滚轮对图片进行动态缩放。具体可以参考mg-photo-agent插件。
| 标签:
javascript
留言 » | 位于:
JavaScript |