chrriis.dj.nativeswing.swtimpl.components
Class JHTMLEditor.FCKEditorOptions

java.lang.Object
  extended by chrriis.dj.nativeswing.swtimpl.components.JHTMLEditor.FCKEditorOptions
Enclosing class:
JHTMLEditor

public static class JHTMLEditor.FCKEditorOptions
extends Object


Method Summary
static NSOption setCustomJavascriptConfiguration(String javascriptConfiguration)
          Create an option to set custom Javascript configuration for the FCKeditor editor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setCustomJavascriptConfiguration

public static NSOption setCustomJavascriptConfiguration(String javascriptConfiguration)
Create an option to set custom Javascript configuration for the FCKeditor editor.
The list of possible options to set for FCKeditor can be found here: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options.

Parameters:
javascriptConfiguration - the javascript configuration.
Returns:
the option to set a custom configuration.