Package | Description |
---|---|
wicket.contrib.tinymce.settings |
Settings for TinyMCE component.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginButton
A button that is defined by tinymce plugins.
|
Modifier and Type | Field and Description |
---|---|
static Button |
Button.anchor |
static Button |
Button.backcolor |
static Button |
Button.bold |
static Button |
Button.bullist |
static Button |
Button.charmap |
static Button |
Button.cleanup |
static Button |
Button.code |
static Button |
Button.copy |
static Button |
Button.cut |
static Button |
Button.fontselect |
static Button |
Button.fontsizeselect |
static Button |
Button.forecolor |
static Button |
Button.formatselect |
static Button |
Button.help |
static Button |
Button.hr |
static Button |
Button.image |
static Button |
Button.indent |
static Button |
Button.italic |
static Button |
Button.justifycenter |
static Button |
Button.justifyfull |
static Button |
Button.justifyleft |
static Button |
Button.justifyright |
static Button |
Button.link |
static Button |
Button.newdocument |
static Button |
Button.numlist |
static Button |
Button.outdent |
static Button |
Button.redo |
static Button |
Button.removeformat |
static Button |
Button.separator |
static Button |
Button.strikethrough |
static Button |
Button.styleselect |
static Button |
Button.sub |
static Button |
Button.sup |
static Button |
Button.underline |
static Button |
Button.undo |
static Button |
Button.unlink |
static Button |
Button.visualaid |
Modifier and Type | Method and Description |
---|---|
List<Button> |
TinyMCESettings.getToolbarButtons(TinyMCESettings.Toolbar toolbar) |
Modifier and Type | Method and Description |
---|---|
void |
TinyMCESettings.add(Button button,
TinyMCESettings.Toolbar toolbar,
TinyMCESettings.Position position)
Add a default button to tinymce editor.
|
void |
TinyMCESettings.disableButton(Button button)
Disable specific button in advanced theme mode.
|
Modifier and Type | Method and Description |
---|---|
void |
TinyMCESettings.setToolbarButtons(TinyMCESettings.Toolbar toolbar,
List<Button> buttons)
This option can only be used when theme is set to advanced and when the
theme_advanced_layout_manager option is set to the default value of "SimpleLayout".
|
Copyright © 2015. All rights reserved.