|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TinyMCESettings | |
|---|---|
| wicket.contrib.tinymce4 | Contains Wicket components for TinyMCE editor. |
| wicket.contrib.tinymce4.settings | Settings for TinyMCE component. |
| Uses of TinyMCESettings in wicket.contrib.tinymce4 |
|---|
| Methods in wicket.contrib.tinymce4 that return TinyMCESettings | |
|---|---|
TinyMCESettings |
InPlaceEditComponent.getSettings()
|
| Constructors in wicket.contrib.tinymce4 with parameters of type TinyMCESettings | |
|---|---|
TinyMceBehavior(TinyMCESettings settings)
|
|
| Uses of TinyMCESettings in wicket.contrib.tinymce4.settings |
|---|
| Methods in wicket.contrib.tinymce4.settings that return TinyMCESettings | |
|---|---|
TinyMCESettings |
TinyMCESettings.addCustomSetting(String customSetting)
|
TinyMCESettings |
TinyMCESettings.addPlugins(String pluginName)
|
TinyMCESettings |
TinyMCESettings.addToolbar(Toolbar toolbar)
|
TinyMCESettings |
TinyMCESettings.setBlockFormats(String blockFormats)
|
TinyMCESettings |
TinyMCESettings.setContentCss(org.apache.wicket.request.resource.ResourceReference contentCss)
|
TinyMCESettings |
TinyMCESettings.setConvertUrls(boolean convertUrls)
This option enables you to control if TinyMCE is to be clever and restore urls to their original values. |
TinyMCESettings |
TinyMCESettings.setDocumentBaseUrl(String documentBaseUrl)
|
TinyMCESettings |
TinyMCESettings.setInLine(Boolean inLine)
|
TinyMCESettings |
TinyMCESettings.setMenuBar(Boolean menuBar)
|
TinyMCESettings |
TinyMCESettings.setReadOnly(boolean readOnly)
|
TinyMCESettings |
TinyMCESettings.setRelativeUrls(Boolean relativeUrls)
If this option is set to true, all URLs returned from the MCFileManager will be relative from the specified document_base_url. |
TinyMCESettings |
TinyMCESettings.setRemoveScriptHost(Boolean removeScriptHost)
If this option is enabled the protocol and host part of the URLs returned from the MCFileManager will be removed. |
TinyMCESettings |
TinyMCESettings.setResizing(Boolean resizing)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||