extends |
XoopsEditor |
|---|
Class XoopsFormTinymce
| Methods | ||
|---|---|---|
public
|
__construct(array $configs)
Constructor
|
# |
public
|
renderValidationJS(): string
Renders the Javascript function needed for client-side for validation
Renders the Javascript function needed for client-side for validation I'VE USED THIS EXAMPLE TO WRITE VALIDATION CODE http://tinymce.moxiecode.com/punbb/viewtopic.php?id=12616 Overrides |
# |
public
|
getLanguage(): string
get language
get language |
# |
public
|
getFonts(): mixed
|
# |
public
|
render(): string
prepare HTML for output
|
# |
public
|
isActive(): bool
Check if compatible
|
# |
| Methods inherited from XoopsFormTextArea |
|---|
getRows(), getCols(), getValue(), setValue(), |
| Properties | |||
|---|---|---|---|
public
|
|
$config
|
# |
public
|
|
$language
|
# |
public
|
|
$width = '100%'
|
# |
public
|
|
$height = '500px'
|
# |
public
|
|
$editor
|
# |
| Properties inherited from XoopsEditor |
|---|
$isEnabled, $configs, $rootPath, $_rows, $_cols |
| Properties inherited from XoopsFormTextArea |
|---|
$_value |
| Properties inherited from XoopsFormElement |
|---|
$customValidationCode, $_name, $_caption, $_accesskey, $_class, $_hidden, $_extra, $_required, $_description, $_nocolspan, $_formtype |