Changes between Version 31 and Version 32 of AddWYSIWYGEditor
- Timestamp:
- Apr 22, 2010, 12:18:27 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddWYSIWYGEditor
v31 v32 40 40 41 41 Mode "textareas" instructs TinyMCE to convert '''all''' textareas to WYSIWYG editors. I use the advanced theme, and practically all standard plugins, which don't require server support. In inline mode you have minimalistic toolbar with the most essential tools. When you switch to full-screen mode (tool's icon looks like a monitor), you have practically all tools available for advanced editing. You can look up all options in [http://wiki.moxiecode.com/index.php/TinyMCE:Index TinyMCE Documentation]. 42 43 (4/22/2010 - note: I tried this today with the latest TinyMCE (3.3.3 Main Package). I needed to modify the textareas.js file, removing ",zoom,flash" from the "plugins:" section. The Firebug 'Net' panel showed that the files for these plugins were not there.) 42 44 43 45 3. Add '''js''' option to admin sections of your model (excerpt from my model):