| Package | Description |
|---|---|
| com.helger.tinymce4 |
| Modifier and Type | Method and Description |
|---|---|
Set<TinyMCE4ExternalPlugin> |
HCTinyMCE4.getAllExternalPlugins() |
| Modifier and Type | Method and Description |
|---|---|
HCTinyMCE4 |
HCTinyMCE4.addExternalPlugin(TinyMCE4ExternalPlugin aExternalPlugin)
Add an external plugin to the editor.
|
HCTinyMCE4 |
HCTinyMCE4.addExternalPlugins(TinyMCE4ExternalPlugin... aExternalPlugins)
Add multiple external plugins at once.
|
com.helger.commons.state.EChange |
HCTinyMCE4.removeExternalPlugin(TinyMCE4ExternalPlugin aExternalPlugin)
Remove the specified external plugin.
|
com.helger.commons.state.EChange |
HCTinyMCE4.removeExternalPlugins(TinyMCE4ExternalPlugin... aExternalPlugins)
Remove the specified external plugins.
|
| Modifier and Type | Method and Description |
|---|---|
HCTinyMCE4 |
HCTinyMCE4.addExternalPlugins(Iterable<? extends TinyMCE4ExternalPlugin> aExternalPlugins)
Add multiple external plugins at once.
|
com.helger.commons.state.EChange |
HCTinyMCE4.removeExternalPlugins(Iterable<? extends TinyMCE4ExternalPlugin> aExternalPlugins)
Remove the specified external plugins.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.