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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WysiwygLibrarySettingsget()Gets theWysiwygLibrarySettingsinstanceorg.apache.wicket.request.resource.ResourceReferencegetBootstrapCssReference()org.apache.wicket.request.resource.ResourceReferencegetBootstrapDropDownJavaScriptReference()org.apache.wicket.request.resource.ResourceReferencegetBootstrapWysiwygJavaScriptReference()org.apache.wicket.request.resource.ResourceReferencegetEditorJavaScriptResourceReference()org.apache.wicket.request.resource.ResourceReferencegetEditorStyleSheetReference()org.apache.wicket.request.resource.ResourceReferencegetJQueryHotKeysJavaScriptReference()org.apache.wicket.request.resource.ResourceReferencegetPrettifyJavaScriptReference()voidsetBootstrapCssReference(org.apache.wicket.request.resource.ResourceReference reference)voidsetBootstrapDropDownJavaScriptReference(org.apache.wicket.request.resource.ResourceReference reference)voidsetBootstrapWysiwygJavaScriptReference(org.apache.wicket.request.resource.ResourceReference reference)voidsetEditorJavaScriptResourceReference(org.apache.wicket.request.resource.ResourceReference editorJavaScriptResourceReference)voidsetEditorStyleSheetReference(org.apache.wicket.request.resource.ResourceReference reference)voidsetjQueryHotKeysJavaScriptReference(org.apache.wicket.request.resource.ResourceReference reference)voidsetPrettifyJavaScriptReference(org.apache.wicket.request.resource.ResourceReference reference)
-
-
-
Method Detail
-
get
public static WysiwygLibrarySettings get()
Gets theWysiwygLibrarySettingsinstance- Returns:
- the
WysiwygLibrarySettingsinstance
-
getBootstrapCssReference
public org.apache.wicket.request.resource.ResourceReference getBootstrapCssReference()
-
setBootstrapCssReference
public void setBootstrapCssReference(org.apache.wicket.request.resource.ResourceReference reference)
-
getEditorStyleSheetReference
public org.apache.wicket.request.resource.ResourceReference getEditorStyleSheetReference()
-
setEditorStyleSheetReference
public void setEditorStyleSheetReference(org.apache.wicket.request.resource.ResourceReference reference)
-
getBootstrapDropDownJavaScriptReference
public org.apache.wicket.request.resource.ResourceReference getBootstrapDropDownJavaScriptReference()
-
setBootstrapDropDownJavaScriptReference
public void setBootstrapDropDownJavaScriptReference(org.apache.wicket.request.resource.ResourceReference reference)
-
getBootstrapWysiwygJavaScriptReference
public org.apache.wicket.request.resource.ResourceReference getBootstrapWysiwygJavaScriptReference()
-
setBootstrapWysiwygJavaScriptReference
public void setBootstrapWysiwygJavaScriptReference(org.apache.wicket.request.resource.ResourceReference reference)
-
getJQueryHotKeysJavaScriptReference
public org.apache.wicket.request.resource.ResourceReference getJQueryHotKeysJavaScriptReference()
-
setjQueryHotKeysJavaScriptReference
public void setjQueryHotKeysJavaScriptReference(org.apache.wicket.request.resource.ResourceReference reference)
-
getPrettifyJavaScriptReference
public org.apache.wicket.request.resource.ResourceReference getPrettifyJavaScriptReference()
-
setPrettifyJavaScriptReference
public void setPrettifyJavaScriptReference(org.apache.wicket.request.resource.ResourceReference reference)
-
getEditorJavaScriptResourceReference
public org.apache.wicket.request.resource.ResourceReference getEditorJavaScriptResourceReference()
-
setEditorJavaScriptResourceReference
public void setEditorJavaScriptResourceReference(org.apache.wicket.request.resource.ResourceReference editorJavaScriptResourceReference)
-
-