Class flFormElementWYSIWYG
flFormElementWYSIWYG Class
WYSIWYG text input form element.
- flFormElement
-
flFormElementTextArea
-
flFormElementWYSIWYG
Copyright: Copyright (c) 2007 - 2014 fusionLib. All rights reserved.
Located at system/libs/Form/flFormElementWYSIWYG.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
string
|
|
public
string
|
|
public
string
|
|
public
string
|
Methods inherited from flFormElementTextArea
Methods inherited from flFormElement
__construct(),
_getClientRuleName(),
addValidator(),
forceError(),
getCleanedValue(),
getClientRules(),
getDescription(),
getDescriptionHTML(),
getError(),
getJavaScript(),
getLabel(),
getLabelHTML(),
getName(),
getPlaceholder(),
getTitle(),
getValidText(),
hasValidators(),
hide(),
isDisabled(),
isHidden(),
isReadonly(),
isRequired(),
isSubmitted(),
isValid(),
processRequest(),
setAutocomplete(),
setCSS(),
setDescription(),
setDisabled(),
setJavaScript(),
setLabel(),
setPlaceholder(),
setReadonly(),
setRequired(),
setTitle(),
setValidText(),
setValue()
Properties summary
protected
|
$module
The instance of the module to load the editor from. |
#
null
|
protected
array
|
$settings
Editor settings. |
#
array(
'css' => '',
'internalLinks' => '',
'fileBrowser' => '',
'tags' => array(),
'width' => '100%',
'height' => '450',
'contentType' => 'html'
)
|
protected
string
|
$style
The style to apply. |
#
''
|
protected
type
|
$db
The database object. |
#
null
|
Properties inherited from flFormElementTextArea
Properties inherited from flFormElement
$autocomplete,
$class,
$description,
$disabled,
$error,
$form,
$hidden,
$isValid,
$isValidText,
$js,
$label,
$name,
$placeholder,
$readonly,
$required,
$title,
$validators,
$value