Class WysiwygLibrarySettings
- java.lang.Object
-
- com.googlecode.wicket.jquery.ui.plugins.wysiwyg.settings.WysiwygLibrarySettings
-
public class WysiwygLibrarySettings extends Object
Provides library settings for Wysiwyg resource references- Author:
- Sebastien Briquet - sebfz1
-
-
Method Summary
-
-
-
Method Detail
-
get
public static WysiwygLibrarySettings get()
Gets theWysiwygLibrarySettings
instance- Returns:
- the
WysiwygLibrarySettings
instance
-
getBootstrapCssReference
public ResourceReference getBootstrapCssReference()
-
setBootstrapCssReference
public void setBootstrapCssReference(ResourceReference reference)
-
getEditorStyleSheetReference
public ResourceReference getEditorStyleSheetReference()
-
setEditorStyleSheetReference
public void setEditorStyleSheetReference(ResourceReference reference)
-
getBootstrapDropDownJavaScriptReference
public ResourceReference getBootstrapDropDownJavaScriptReference()
-
setBootstrapDropDownJavaScriptReference
public void setBootstrapDropDownJavaScriptReference(ResourceReference reference)
-
getBootstrapWysiwygJavaScriptReference
public ResourceReference getBootstrapWysiwygJavaScriptReference()
-
setBootstrapWysiwygJavaScriptReference
public void setBootstrapWysiwygJavaScriptReference(ResourceReference reference)
-
getJQueryHotKeysJavaScriptReference
public ResourceReference getJQueryHotKeysJavaScriptReference()
-
setjQueryHotKeysJavaScriptReference
public void setjQueryHotKeysJavaScriptReference(ResourceReference reference)
-
getPrettifyJavaScriptReference
public ResourceReference getPrettifyJavaScriptReference()
-
setPrettifyJavaScriptReference
public void setPrettifyJavaScriptReference(ResourceReference reference)
-
getEditorJavaScriptResourceReference
public ResourceReference getEditorJavaScriptResourceReference()
-
setEditorJavaScriptResourceReference
public void setEditorJavaScriptResourceReference(ResourceReference editorJavaScriptResourceReference)
-
-