Package | Description |
---|---|
wicket.contrib.tinymce4 |
Contains Wicket components for TinyMCE editor.
|
wicket.contrib.tinymce4.settings |
Settings for TinyMCE component.
|
Modifier and Type | Method and Description |
---|---|
TinyMCESettings |
InPlaceEditComponent.getSettings() |
Constructor and Description |
---|
TinyMceBehavior(TinyMCESettings settings) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2015. All rights reserved.