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
Показать файл
Открыть проект
Метод | Описание | |
---|---|---|
__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. |
Метод | Описание | |
---|---|---|
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 | ||
Результат | boolean | whether change of the content should cause postback. Return false if EnableVisualEdit is true. |
public getAvailablePlugins ( ) : array | ||
Результат | array | list of plugins to be loaded |
public getAvailableThemes ( ) : array | ||
Результат | array | list of available themese |
protected getClientClassName ( ) : string | ||
Результат | string | the javascript class name |
public getCulture ( ) : string | ||
Результат | string | current culture, e.g. de_AT. |
public getCustomPluginPath ( ) : string | ||
Результат | string | path to custom plugins to be copied. |
protected getEditorOptions ( ) : array | ||
Результат | array | editor initialization options. |
public getEnableCompression ( ) : boolean | ||
Результат | boolean | enable compression of the javascript files, default is true. |
public getEnableVisualEdit ( ) : boolean | ||
Результат | boolean | whether to show WYSIWYG text editor. Defaults to true. |
protected getLanguageSuffix ( $culture ) : string | ||
Результат | string | localized editor interface language extension. |
public getOptions ( ) : string | ||
Результат | string | options |
public getTextMode ( ) : string | ||
Результат | string | the behavior mode of the THtmlArea component. |
protected parseEditorOptions ( $string ) : array | ||
Результат | array | additional custom options |
protected registerEditorClientScript ( $writer ) |
public setCulture ( $value ) |
public setEnableVisualEdit ( $value ) |
public setOptions ( $value ) |
public setTextMode ( $value ) |