<script type=”text/javascript”> tinyMCE.init({ mode : “textareas”, setup : function(ed) { // set the editor font size ed.onInit.add(function(ed) { ed.getBody().style.fontSize = ’14px’; }); }, }); </script>
Tag Archives: TinyMCE
plugo browser
About PlugoBrowser As a webdesign company, we know all daily troubles with managing files and images in WYSIWYG editors that our customers are dealing with. Many solutions exists, but none of them is satisfying. That’s why we created our own solution. We have spent tens of hours to make this plugin friendly, easy to use …
Xinha
The Community-built Open Source Online HTML Editor Xinha (pronounced like Xena, the Warrior Princess) is a powerful WYSIWYG HTML editor component that works in all current browsers. Its configurabilty and extensibility make it easy to build just the right editor for multiple purposes, from a restricted mini-editor for one database field to a full-fledged website editor. …
Tinymce Lorem Ipsum plug-in
Lorem Ipsum is plug-in for TinyMCE Javascript HTML WYSIWYG editor. It generates dummy text for your web pages. This is useful during testing of the editor, website and/or CMS systems. More info on what ‘Lorem ipsum’ is can be found here: http://www.lipsum.com/.
CodeMagic Tinymce plugin
About CodeMagic is an advanced source code editor plugin for Tinymce. It integrates CodeMirrorlibrary for syntax coloring and Jsbeautifier library for code formating and indentation.
TinyMCE vs CKEditor
By default, content management systems such as Drupal (which we’re using for this web site) expect users to format their posts with HTML markup. This can be inconvenient and deter casual contribution from members of the community who aren’t completely comfortable with HTML.