| Package | Description |
|---|---|
| com.helger.tinymce4 | |
| com.helger.tinymce4.type |
| Modifier and Type | Method and Description |
|---|---|
ETinyMCE4Skin |
HCTinyMCE4.getSkin() |
| Modifier and Type | Method and Description |
|---|---|
HCTinyMCE4 |
HCTinyMCE4.setSkin(ETinyMCE4Skin eSkin)
Select what skin to use, this should match the foldername of the skin.
|
| Modifier and Type | Field and Description |
|---|---|
static ETinyMCE4Skin |
ETinyMCE4Skin.DEFAULT
The default skin
|
| Modifier and Type | Method and Description |
|---|---|
static ETinyMCE4Skin |
ETinyMCE4Skin.getFromValueOrDefault(String sValue,
ETinyMCE4Skin eDefault) |
static ETinyMCE4Skin |
ETinyMCE4Skin.getFromValueOrNull(String sValue) |
static ETinyMCE4Skin |
ETinyMCE4Skin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETinyMCE4Skin[] |
ETinyMCE4Skin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ETinyMCE4Skin |
ETinyMCE4Skin.getFromValueOrDefault(String sValue,
ETinyMCE4Skin eDefault) |
Copyright © 2014–2015 Philip Helger. All rights reserved.