/pigeoncms/Plugins/fckeditor/editor/plugins/dynamicCSS/readme.txt

http://pigeoncms.googlecode.com/ · Plain Text · 31 lines · 16 code · 15 blank · 0 comment · 0 complexity · 0e4c1fe82ed1c1a1d0cb1d14754601ed MD5 · raw file

  1. This Plugin scans on or more editorarea stylesheets (local,file or import)
  2. and give you a combobox to select and assign the styleclasses to the selected content node
  3. Install Help:
  4. Copy 'dynamicCSS/fckplugin.js' to '/editor/plugins/dynamicCSS/fckplugin.js'
  5. Add 'FCKConfig.Plugins.Add( 'dynamicCSS');' to your 'fckconfig.js'
  6. Add 'dynamicCSS' to your ToolbarSet e.g.:
  7. FCKConfig.ToolbarSets["Basic"] = [
  8. ['dynamicCSS','Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
  9. ] ;
  10. Add a custom StyleSheet to FCKConfig.EditorAreaCSS in fckconfig.js
  11. Tested with:
  12. Mozilla Firefox 1.5 on Linux
  13. Internet Explorer 6.0.29 on Windows XP
  14. please let me know if you find errors with detailed error descriptions
  15. known bugs:
  16. it works only with one instance