Re: tinymce editor Programming Web Development by lydia21 tinymce Re: TinyMCE change text size Programming Web Development by pauldore [TinyMCE WYSIWYG Editor](https://www.tiny.cloud/) allows you to change that quickly and easily. For now, they have multiple add-ins/plugins that allow the editing much easier. TinyMCE Programming Web Development by davy_yg …berita</td> <td> <!-- TinyMCE --> <head><!-- CDN hosted by Cachefly… --> <script src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script>…gt; </body> <!-- end of TinyMCE --> I wonder why my feature range only from… Re: TinyMCE Programming Web Development by davy_yg …td> <td> <!-- TinyMCE --> <script type="text/javascript&…quot; src="tinymce/tinymce.min.js"></script>…<script type="text/javascript"> tinymce.init({ selector: "textarea", plugins: [… Re: TinyMCE Programming Web Development by pritaeas http://www.tinymce.com/tryit/full.php Re: TinyMCE Programming Web Development by davy_yg Looks like the TinyMCE requires the paid version to get the image upload works. I prefer using CKEditor the standard version instead. Re: TinyMCE Programming Web Development by pritaeas > Looks like the TinyMCE requires the paid version to get the image upload works. Correct, sorry I forgot to mention that. tinymce Programming Web Development by queenc i am using tinymce editor.when i give a data as below.i am … TinyMCE with CI Programming Web Development by davy_yg …; <script src="<?php echo site_url('assets/tinymce/js/tinymce/tinymce.min.js'); ?>"></script> &… indent | link image', content_css: '<?php echo base_url('assets/tinymce/css/codepen.min.css'); ?>', file_browser_callback: RoxyFileBrowser }); function RoxyFileBrowser… Re: TinyMCE with CI Programming Web Development by davy_yg …; <script src="<?php echo site_url('assets/tinymce/js/tinymce/tinymce.min.js'); ?>"></script> &… indent | link image', content_css: '<?php echo base_url('assets/tinymce/css/codepen.min.css'); ?>', file_browser_callback: RoxyFileBrowser }); function RoxyFileBrowser… Re: tinymce content generation Programming Web Development by jino …>Full featured example</title> <!-- TinyMCE --> <script type="text/javascript"… </body> </html> tiny_mce_fulloption.js content tinyMCE.init({ // General options mode : "textareas", theme … TinyMCE editor in JSF Programming Web Development by tanha … I used the following code: [CODE] <!-- TinyMCE --> <script src="tiny_mce/tiny_mce.js&…> <script type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "…: "480" }); </script> <!-- /TinyMCE --> [/CODE] nothing happen to my text area ? and… Re: TinyMCE with CI Programming Web Development by diafol http://archive.tinymce.com/wiki.php/Configuration:selector You can use a css selector Re: TinyMCE with CI Programming Web Development by davy_yg Okay. There is another prob. out of no where. If I write the selector : selector: 'textarea.number1', compare to this: selector: 'textarea'; It shows a completely different tinymce. I wonder why? (the firstone without image upload the second one with image upload) Re: TinyMce page jumping in ie10 Digital Media UI / UX Design by LastMitch …div) is clicked, it becomes an active editable area (tinyMCE iframe). Everything works perfectly exept for in IE10 when I… become focused) or if there is something withing the TinyMCE code that's making it do that. Does anybody …appreciated.\ **@easypro** Have you post your issue on the TinyMce Forum? Usually some there is around for browsers. I … tinymce editor Programming Web Development by lydia21 hi, please tell me how to download tinymce editor . i want to download the below tinymce editor [url]http://tinymce.moxiecode.com/example_full.php[/url] TinyMCE/ PHP problem display Programming Web Development by begueradj …" inputs. When I display that text the colors of TinyMCE don't work meanwhile my script works fine, including other… features of TinyMCE who work fine also (such as Bold, Italic fonts ...etc… Tinymce, show on ALL textareas, only ONE needed!? Programming Web Development by klemme … working fine. I have more than one textarea, and the Tinymce attaches itself on ALL textareas, where I only need it… one? [CODE] <script type="text/javascript"> tinyMCE.init({ // General options mode : "textareas", theme : "advanced… TinyMce page jumping in ie10 Digital Media UI / UX Design by easypro I have a custom install of TinyMCE with multiple editable areas. when an area (div) is clicked, …it becomes an active editable area (tinyMCE iframe). Everything works perfectly exept for in IE10 when I… (or become focused) or if there is something withing the TinyMCE code that's making it do that. Does anybody have… Re: tinymce editor Programming Web Development by nav33n You can download tinymce editor from the url you have provided. Here is an … language="javascript" type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced", plugins… Re: tinymce editor Programming Web Development by lydia21 …="javascript" type="text/javascript" src="./tinymce/jscripts/tiny_mce/tiny_mce.js"></script> <… language="javascript" type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced", plugins… Re: Tinymce, show on ALL textareas, only ONE needed!? Programming Web Development by vibhaJ [URL="http://tinymce.moxiecode.com/wiki.php/Configuration:mode"]http://tinymce.moxiecode.com/wiki.php/Configuration:mode[/URL] Re: TinyMCE change text size Programming Web Development by davy_yg …height: 200, width: 600, content_css : '/assets/tinymce/custom_add.css', plugins: [ 'advlist table autolink lists …| table', content_css: "<?php echo site_url('assets/tinymce/css/codepen.min.css'); ?>", file_browser_callback: RoxyFileBrowser… Re: tinymce editor Programming Web Development by lydia21 hi in my ftp [B]public_html/tinymce/jscripts/tiny_mce/tiny_mce.js[/B] i have the below path as [CODE]<script language="javascript" type="text/javascript" src="./tiny_mce/tiny_mce.js"></script>[/CODE] Re: tinymce editor Programming Web Development by nav33n …'t exist in the path specified, specify the right path. ./tinymce/jscripts/tiny_mce/tiny_mce.js thats the path in the latest… Re: tinymce editor Programming Web Development by nav33n [QUOTE=lydia21;654079]hi in my ftp [B]public_html/tinymce/jscripts/tiny_mce/tiny_mce.js[/B] i have the below path as [CODE]<script language="javascript" type="text/javascript" src="./tiny_mce/tiny_mce.js"></script>[/CODE][/QUOTE] As you can see, you have the wrong path in src. :) TinyMCE Window Problem in Firefox Programming Web Development by jonow Hi, I have just downloaded the JavaScript HTML WYSIWYG editor TinyMCE. It works well except when I click on the link … versions and non of them work. The examples on the TinyMCE website work for me. Also the examples that I downloaded… Tinymce not displaying in ajax page. Programming Web Development by jino Hi all, I am not getting the tinymce edit textarea in an html page that is generated by … no problem for the source hence i am getting the tinymce editor without using ajax. Expecting a solution from ur side… Re: Tinymce not displaying in ajax page. Programming Web Development by me655321 … the mceAddControl function after adding the textarea: [CODE] if (!tinyMCE.get('elementid')){ tinyMCE.execCommand('mceAddControl', false, "elementid"); }[/CODE] Where elementid… Re: Tinymce not displaying in ajax page. Programming Web Development by jino … the mceAddControl function after adding the textarea: [CODE] if (!tinyMCE.get('elementid')){ tinyMCE.execCommand('mceAddControl', false, "elementid"); }[/CODE] Where elementid…