This extension is Javascript WYSIWYG Editor + File Manager + Spell checker Based on ext tinymce upadate it add elfinder and add spell check
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
See the following code example:
<?php $this->widget('application.extensions.tinymce.ETinyMce',
array('editorTemplate'=>'full')); ?>
If you use like module
In Modules/elfinder/controllers/DefaultController.php
$opts=array(
'root'=><path to upload folder>,
'URL'=><url to uploads folder>,
);
In Etinymce.php 806
$("#finder").elfinder({url : "<url to Modules/elfinder/controllers/DefaultController.php>",
If you use like asset
In assets/elfinder/connectors/connector.php
$opts=array(
'root'=><path to upload folder>,
);
In Etinymce.php 808
connector.php?url='<url to uploads>'"
Change Log ¶
September 5, 2010 ¶
- Initial release.
Very useful!
Great job!!! Thanks.
wonderful!
It works well! Thanks!
One problem
Made in two versions
Pluses:
Minus:
Minuses:
Plus:
It would be good if someone suggested how to make a folder c Ext and remove all the minuses ?
Work great - I fixed an upload issue
I use this in my FlexiCORE app. The elfinder lib i took directly from its author website as my app has a way to run 3rd party PHP lib in Yii context. I use elfinder as a standalone File manager and integrate with TinyMCE.
Minor issue you might encounter:
Some not good CSS issues make it hard to find the 'close' link when the elFinder is in popup mode.
Change to make CSRF TOKEN Validation work
See http://www.yiiframework.com/forum/index.php?/topic/11490-tinymce-elfinder/page__gopid__75518#entry75518
I created a fix to make the csrf validation work with this extension.
cool
at least one working ext with uploading!!!
Installation
I don't actually understand the install instructions.
When i place the folder in /extension and modify the 'root'=>,
'URL'=><url to uploads folder>, i have an error js "TypeError: r is undefined".
Please help.
Very good!
I use assets.
Be careful if you use assets for elFinder
I used this approach in some of my sites and the connector which is a php file become a tool for hackers to attack the sites.
I suggest that use only module approach.
attach to input
i wnant attach this extention to a $form->textField
because i want add a file example thumbnail to my post
but i cant please help me :((((
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.