| Package | Description |
|---|---|
| com.helger.tinymce4 |
| Modifier and Type | Method and Description |
|---|---|
HCTinyMCE4 |
HCTinyMCE4.addAllPlugins()
Add all available plugins there are.
|
HCTinyMCE4 |
HCTinyMCE4.addCustomOption(String sName,
BigDecimal aValue) |
HCTinyMCE4 |
HCTinyMCE4.addCustomOption(String sName,
boolean bValue) |
HCTinyMCE4 |
HCTinyMCE4.addCustomOption(String sName,
double dValue) |
HCTinyMCE4 |
HCTinyMCE4.addCustomOption(String sName,
com.helger.html.js.builder.IJSExpression aValue) |
HCTinyMCE4 |
HCTinyMCE4.addCustomOption(String sName,
int nValue) |
HCTinyMCE4 |
HCTinyMCE4.addCustomOption(String sName,
String sValue) |
HCTinyMCE4 |
HCTinyMCE4.addExternalPlugin(TinyMCE4ExternalPlugin aExternalPlugin)
Add an external plugin to the editor.
|
HCTinyMCE4 |
HCTinyMCE4.addExternalPlugins(Iterable<? extends TinyMCE4ExternalPlugin> aExternalPlugins)
Add multiple external plugins at once.
|
HCTinyMCE4 |
HCTinyMCE4.addExternalPlugins(TinyMCE4ExternalPlugin... aExternalPlugins)
Add multiple external plugins at once.
|
HCTinyMCE4 |
HCTinyMCE4.addPlugin(ETinyMCE4Plugin ePlugin)
Add a TinyMCE plugin to use.
|
HCTinyMCE4 |
HCTinyMCE4.addPlugins(ETinyMCE4Plugin... aPlugins)
Add multiple TinyMCE plugins at once.
|
HCTinyMCE4 |
HCTinyMCE4.addPlugins(Iterable<ETinyMCE4Plugin> aPlugins)
Add multiple TinyMCE plugins at once.
|
HCTinyMCE4 |
HCTinyMCE4.setAutoFocus(String sAutoFocus)
This option enables you to auto focus an editor instance.
|
HCTinyMCE4 |
HCTinyMCE4.setBrowserSpellcheck(boolean bBrowserSpellcheck)
This is a true/false value if the usage of the browsers internal
spellchecker should be used.
|
HCTinyMCE4 |
HCTinyMCE4.setBrowserSpellcheck(Boolean aBrowserSpellcheck)
This is a true/false value if the usage of the browsers internal
spellchecker should be used.
|
HCTinyMCE4 |
HCTinyMCE4.setConvertFontsToSpans(boolean bConvertFontsToSpans)
If you set this option to true, TinyMCE will convert all font elements to
span elements and generate span elements instead of font elements.
|
HCTinyMCE4 |
HCTinyMCE4.setConvertFontsToSpans(Boolean aConvertFontsToSpans)
If you set this option to true, TinyMCE will convert all font elements to
span elements and generate span elements instead of font elements.
|
HCTinyMCE4 |
HCTinyMCE4.setDirectionality(com.helger.html.hc.api.EHCTextDirection eDirectionality)
Set the default directionality of the editor.
|
HCTinyMCE4 |
HCTinyMCE4.setFileBrowserCallback(com.helger.html.js.builder.JSAnonymousFunction aFileBrowserCallback)
This option enables you to add your own file browser/image browser to
TinyMCE.
|
HCTinyMCE4 |
HCTinyMCE4.setHeight(int nHeight)
Set the height of the editor.
|
HCTinyMCE4 |
HCTinyMCE4.setHiddenInput(boolean bHiddenInput)
This option gives you the ability to disable the auto generation of hidden
input fields for inline editing elements.
|
HCTinyMCE4 |
HCTinyMCE4.setHiddenInput(Boolean aHiddenInput)
This option gives you the ability to disable the auto generation of hidden
input fields for inline editing elements.
|
HCTinyMCE4 |
HCTinyMCE4.setInline(boolean bInline)
This option changes the behaviour of the editor to allow the usage of
inline elements instead of a textarea.
|
HCTinyMCE4 |
HCTinyMCE4.setInline(Boolean aInline)
This option changes the behaviour of the editor to allow the usage of
inline elements instead of a textarea.
|
HCTinyMCE4 |
HCTinyMCE4.setLanguage(ETinyMCE4Language eLanguage)
Set the language of the UI texts
|
HCTinyMCE4 |
HCTinyMCE4.setLanguageURL(com.helger.commons.url.ISimpleURL aLanguageURL)
A simple URL to where the language file to use.
|
HCTinyMCE4 |
HCTinyMCE4.setMenubar(TinyMCE4MenubarItemList aMenubar)
This option allows you to configure the menus you want to appear in the
menu bar.
|
HCTinyMCE4 |
HCTinyMCE4.setMenubarDisabled(boolean bMenubarDisabled)
Manually enable or disable the toolbar.
|
HCTinyMCE4 |
HCTinyMCE4.setNoWrap(boolean bNoWrap)
This option will make the editable are behave like very much like a
<pre> tag, and add a scroll instead of wrapping text.
|
HCTinyMCE4 |
HCTinyMCE4.setNoWrap(Boolean aNoWrap)
This option will make the editable are behave like very much like a
<pre> tag, and add a scroll instead of wrapping text.
|
HCTinyMCE4 |
HCTinyMCE4.setObjectResizing(boolean bObjectResizing)
This options allows you to turn on/off the resizing handles on images,
tables or media objects.
|
HCTinyMCE4 |
HCTinyMCE4.setObjectResizing(Boolean aObjectResizing)
This options allows you to turn on/off the resizing handles on images,
tables or media objects.
|
HCTinyMCE4 |
HCTinyMCE4.setPreviewStyles(boolean bPreviewStyles)
The enables you to turn of the preview of styles in format/style listboxes.
|
HCTinyMCE4 |
HCTinyMCE4.setPreviewStyles(Boolean aPreviewStyles)
The enables you to turn of the preview of styles in format/style listboxes.
|
HCTinyMCE4 |
HCTinyMCE4.setResize(ETinyMCE4Resize eResize) |
HCTinyMCE4 |
HCTinyMCE4.setSelector(String sSelector)
Selector option, allows you to use CSS selector syntax for determining what areas should be editable, this is the recommended way of selecting what elements should be editable.
|
HCTinyMCE4 |
HCTinyMCE4.setSkin(ETinyMCE4Skin eSkin)
Select what skin to use, this should match the foldername of the skin.
|
HCTinyMCE4 |
HCTinyMCE4.setSkinURL(com.helger.commons.url.ISimpleURL aSkinURL)
This option enables you to specify location of the current skin.
|
HCTinyMCE4 |
HCTinyMCE4.setStatusbar(boolean bStatusbar)
Show or hide the statusbar.
|
HCTinyMCE4 |
HCTinyMCE4.setStatusbar(Boolean aStatusbar)
Show or hide the statusbar.
|
HCTinyMCE4 |
HCTinyMCE4.setTheme(ETinyMCE4Theme eTheme)
Set the theme of TinyMCE.
|
HCTinyMCE4 |
HCTinyMCE4.setThemeURL(com.helger.commons.url.ISimpleURL aThemeURL)
This option enables you to specify location of the current theme.
|
HCTinyMCE4 |
HCTinyMCE4.setToolbar(TinyMCE4ToolbarControlList aToolbar)
This controls what buttons you want show up in the toolbar.
|
HCTinyMCE4 |
HCTinyMCE4.setToolbarDisabled(boolean bToolbarDisabled)
Manually enable or disable the toolbar.
|
HCTinyMCE4 |
HCTinyMCE4.setWidth(int nWidth)
Set the width of the editor.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.