I have installed sfExtraPluginForm in my symfony and i want to get a rich text editor in my forms but it just shows a sim开发者_高级运维ple textarea.
We are using Moxiecode.tinyMCE.dll in one of our project. This project is a ASP.net website using C#. We added one text area. All the controls are working as expected in English. Please let me know th
I have Apache set up on our development server (Windows 7 Home Premium). I am creating a CMS site and using TinyMCE to allow for the insertion of images. This all works fine, but I cannot access the i
I am building an app which uses TinyMCE to edit contents in TD blocks. Function tinyMCE.execCommand(...) is binded to many custom buttons, these buttons are not built with TinyMCE ControllManager, the
I\'m working at the website which uses really old version of TinyMCE editor to make posts. The problem is that when i load a page with an editor (i.e. making a new post) the page remains blank for 2-3
I\'m generating a bunch of tinymce edit boxes by sendi开发者_如何学运维ng it\'s content to javascript through php.
I am using N2CMS (2.2.1.1) and I have a simple TextPart that I am trying to enter a skype button into which contains a link with the following url ( skype:{user}?call ).
I have these two lines of code one after another. tinymce.execCommand(\'mceAddControl\',true,\'email_body\');
I got a webpage with some html elements including a textarea and an embedded contenteditable iframe (a rte).
I am using TinyMce to compose emails then I am saving emails in database. There need to open email in read only mode as well. Top show mail just in readonly mode I inserted email tags in a div but in