This extension draws a TinyMCE HTML editor using a jQuery plugin.
Current version is 2.0.
protected/extensionsSee the following code example:
$this->widget('application.extensions.tinymce.ETinyMce', array('name'=>'html'));
Notice: some problems have been reported when loading in WIE8. If you experiment such a problem, try deleting the "temporary internet files" (without any page loaded) and restart WIE. My guess is that this is a problem between TinyMCE and WIE, but we haven't found the cause.
The extension is documented using PHPDoc. If you are not comfortable reading the source code for documentation, you can generate your own set of documentation pages by using tools like phpDocumentor
Total 20 comments
Hi,
I am trying in my localmachine and it is not rendering properly i guess. Could anyone tell me is it this way it will render the editor.
Can anyone help me if this is wrong.
Thanks
Really glad this extension exists. I'd used tiny elsewhere before so was keen to be able to use it with yii.
The only criticism I would have is that some more usage info would have been good, particularly about the options that are specific to the extension implementation (rather than tiny options which are already well documented on the tiny site). I'm still finding my way round yii so I'm easily thrown and in the end I had to work my way through the ETinyMCE.php file to find what I was looking for (how to suppress the text mode button - 'useSwitch'=>false for anyone else who's wondering). Maybe this is how you're supposed to work things out in yii but a few lines more in the usage would certainly have helped me a lot.
Sorry if this comes across as a big moan it was just very frustrating that I couldn't find out what I thought would be straightforward.
Resolved for the current selection of features.
I compared the raw source from the rendered page on a working development site and the new hosted site. I had been comparing using Firebug, but with the raw code, it was much easier to see the differences.
I was able to get everything I need to work by turning tinymce compression off. If I ever need to use that feature I will need to look further at this, but I don't actually expect to use that, so I'm great.
Thanks,
Alex
I've been publishing a 99% finished app from in-house servers (MAMP on OS X and XAMPP on OS X) to a new shared web hosting account. This is my first experience with shared hosting. Always before I've had dedicated servers, either physical or virtual.
Here's my last issue that I can't seem to figure out on my own. I'm using TinyMce for a couple of form fields in a couple of content types. On the Mac servers, it works great. On the Arvixe shared hosting account, no go. I don't get an error message. Firebug shows that it's just not there except for the little button on the bottom that says Text Mode.
I'm imagining this has nothing to do with TinyMce itself, but is something different in regards to the shared hosting?
Any ideas?
Alex
http://www.yiiframework.com/forum/index.php?/topic/20358-php-scripts-in-assets/
i got the same problem as the topic above.
tinymce doesn't work if folder assets/xxxxx/tinymce is not set to 755 permission
or perhaps I'm missing something....
I can confirm that bug, offended line should say:
$tinyOptions = (array)@$this->makeOptions($tinymce);
In this method, the var $tinimce is not setted:
I got an error so, ... as you can see I have added a silent (@) and all work fine. Without silent i cant use this extension.
Updates coming soon ;-)
Any updates for this extension? Last change was here two years ago as I can see...
Thanks.
I've solved it adding before:
The used version is 3.2.5 not 3.5.2. The current version is 3.4.1.
Thanks for this plugin.
Hi there, great plugin works well.
However i get an undefined variable $tinymce on line 812, looked at the source and it doesn't seem to be doing anything.
for saving me some time!
Extensions allows to integrate tinymce very easy. In my case tinymce was embeded into popup jQuery/UI dialog and there were some issues with tinymce itself (I added my explanation to forum discussion thread). MetaYii, thanks for this and your other great extensions.
Switch the tinymce editor to fullscreen mode,and the fullscreen is opened in a new window, but the offictial site of jquery tinymce is not like this.
ref: http://tinymce.moxiecode.com/examples/example_23.php
much practical, i liked very
Please use the forum system for bugs and questions (the links are in the description tab). Use this space for reviews only. Thanks.
when call $this->widget with params like 'plugins'=>array('spellchecker','safari'),..
it throws out php error on implode
Could you give me some tutorial that you have?
very easy to use
how can i use the validation color?
Leave a comment
Please login to leave your comment.