language : "de"
plugins: [ advlist anchor autolink autoresize autosave bbcode charmap code contextmenu directionality emoticons fullpage fullscreen hr image importcss insertdatetime layer legacyoutput link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus table template textcolor visualblocks visualchars wordcount ]
toolbar: "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media",
statusbar: false
Exibir arquivo
Open project: pradosoft/prado
Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
getAutoPostBack ( ) : boolean | ||
getAvailablePlugins ( ) : array | Returns a list of plugins to be loaded. | |
getAvailableThemes ( ) : array | ||
getCulture ( ) : string | Gets the current culture. | |
getCustomPluginPath ( ) : string | ||
getEnableCompression ( ) : boolean | ||
getEnableVisualEdit ( ) : boolean | ||
getOptions ( ) : string | Gets the list of options for the WYSIWYG (TinyMCE) editor | |
getTextMode ( ) : string | Overrides the parent implementation. | |
setCulture ( $value ) | Sets the culture/language for the html area | |
setCustomPluginPath ( $value ) | ||
setEnableCompression ( $value ) | ||
setEnableVisualEdit ( $value ) | Sets whether to show WYSIWYG text editor. | |
setOptions ( $value ) | Sets the list of options for the WYSIWYG (TinyMCE) editor | |
setTextMode ( $value ) | Overrides the parent implementation. |
Method | Description | |
---|---|---|
addAttributesToRender ( $writer ) | Adds attribute name-value pairs to renderer. | |
copyCustomPlugins ( ) | ||
getClientClassName ( ) : string | Gets the name of the javascript class responsible for performing postback for this control. | |
getCompressionOptions ( ) | ||
getEditorOptions ( ) : array | Default editor options gives basic tool bar only. | |
getLanguageSuffix ( $culture ) : string | ||
loadJavascriptLibrary ( ) | ||
parseEditorOptions ( $string ) : array | Parse additional options set in the Options property. | |
registerEditorClientScript ( $writer ) | Registers the editor javascript file and code to initialize the editor. |
protected addAttributesToRender ( $writer ) |
public getAutoPostBack ( ) : boolean | ||
return | boolean | whether change of the content should cause postback. Return false if EnableVisualEdit is true. |
public getAvailablePlugins ( ) : array | ||
return | array | list of plugins to be loaded |
public getAvailableThemes ( ) : array | ||
return | array | list of available themese |
protected getClientClassName ( ) : string | ||
return | string | the javascript class name |
public getCulture ( ) : string | ||
return | string | current culture, e.g. de_AT. |
public getCustomPluginPath ( ) : string | ||
return | string | path to custom plugins to be copied. |
protected getEditorOptions ( ) : array | ||
return | array | editor initialization options. |
public getEnableCompression ( ) : boolean | ||
return | boolean | enable compression of the javascript files, default is true. |
public getEnableVisualEdit ( ) : boolean | ||
return | boolean | whether to show WYSIWYG text editor. Defaults to true. |
protected getLanguageSuffix ( $culture ) : string | ||
return | string | localized editor interface language extension. |
public getOptions ( ) : string | ||
return | string | options |
public getTextMode ( ) : string | ||
return | string | the behavior mode of the THtmlArea component. |
protected parseEditorOptions ( $string ) : array | ||
return | array | additional custom options |
protected registerEditorClientScript ( $writer ) |
public setEnableVisualEdit ( $value ) |
public setOptions ( $value ) |
public setTextMode ( $value ) |