chrriis.dj.nativeswing.swtimpl.components
Class JHTMLEditor.CKEditorOptions
java.lang.Object
chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor.CKEditorOptions
- Enclosing class:
- JHTMLEditor
public static class JHTMLEditor.CKEditorOptions
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setOptions
public static NSOption setOptions(Map<String,String> optionMap)
- Create an option to set CKEditor editor options.
The list of possible options to set for CKEditor can be found here: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html.
- Parameters:
optionMap
- a map containing the key/value pairs accepted by CKEditor.
- Returns:
- the option to set the options.