Dojo/Form/Element/Editor.php
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Dojo
- Subpackage
- Form_Element
- Version
- $Id$
\Zend_Dojo_Form_Element_Editor
- Parent(s)
- \Zend_Dojo_Form_Element_Dijit < \Zend_Form_Element
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Uses
Properties
Methods
addCaptureEvent(string $event) : \Zend_Dojo_Form_Element_Editor
Add a single event to connect to the editing area
Name | Type | Description |
---|---|---|
$event | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
addCaptureEvents(array $events) : \Zend_Dojo_Form_Element_Editor
Add multiple capture events
Name | Type | Description |
---|---|---|
$events | array |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
addEvent(string $event) : \Zend_Dojo_Form_Element_Editor
Add a single event to the dijit
Name | Type | Description |
---|---|---|
$event | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
addEvents(array $events) : \Zend_Dojo_Form_Element_Editor
Add multiple events
Name | Type | Description |
---|---|---|
$events | array |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
addExtraPlugin(string $plugin) : \Zend_Dojo_Form_Element_Editor
Add a single editor extra plugin.
Name | Type | Description |
---|---|---|
$plugin | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
addExtraPlugins( $plugins) : \Zend_Dojo_Form_Element_Editor
Add multiple extra plugins.
Name | Type | Description |
---|---|---|
$plugins |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
addPlugin(string $plugin) : \Zend_Dojo_Form_Element_Editor
Add a single editor plugin
Name | Type | Description |
---|---|---|
$plugin | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
addPlugins(array $plugins) : \Zend_Dojo_Form_Element_Editor
Add multiple plugins
Name | Type | Description |
---|---|---|
$plugins | array |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
addStyleSheet(string $styleSheet) : \Zend_Dojo_Form_Element_Editor
Add a custom stylesheet
Name | Type | Description |
---|---|---|
$styleSheet | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
addStyleSheets(array $styleSheets) : \Zend_Dojo_Form_Element_Editor
Add multiple custom stylesheets
Name | Type | Description |
---|---|---|
$styleSheets | array |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
clearCaptureEvents() : \Zend_Dojo_Form_Element_Editor
Clear all capture events
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
clearEvents() : \Zend_Dojo_Form_Element_Editor
Clear all events
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
clearExtraPlugins() : \Zend_Dojo_Form_Element_Editor
Clear all extra plugins.
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
clearPlugins() : \Zend_Dojo_Form_Element_Editor
Clear all plugins
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
clearStyleSheets() : \Zend_Dojo_Form_Element_Editor
Clear all stylesheets
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
hasCaptureEvent(string $event) : bool
Is a given capture event registered?
Name | Type | Description |
---|---|---|
$event | string |
Type | Description |
---|---|
bool |
hasEvent(string $event) : bool
Is a given event registered?
Name | Type | Description |
---|---|---|
$event | string |
Type | Description |
---|---|
bool |
hasExtraPlugin(string $plugin) : bool
Is a given extra plugin registered?
Name | Type | Description |
---|---|---|
$plugin | string |
Type | Description |
---|---|
bool |
hasPlugin(string $plugin) : bool
Is a given plugin registered?
Name | Type | Description |
---|---|---|
$plugin | string |
Type | Description |
---|---|
bool |
hasStyleSheet(string $styleSheet) : bool
Is a given stylesheet registered?
Name | Type | Description |
---|---|---|
$styleSheet | string |
Type | Description |
---|---|
bool |
removeCaptureEvent(string $event) : \Zend_Dojo_Form_Element_Editor
Remove a given capture event
Name | Type | Description |
---|---|---|
$event | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
removeEvent(string $event) : \Zend_Dojo_Form_Element_Editor
Remove a given event
Name | Type | Description |
---|---|---|
$event | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
removeExtraPlugin(string $plugin) : \Zend_Dojo_Form_Element_Editor
Remove a given extra plugin.
Name | Type | Description |
---|---|---|
$plugin | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
removePlugin(string $plugin) : \Zend_Dojo_Form_Element_Editor
Remove a given plugin
Name | Type | Description |
---|---|---|
$plugin | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
removeStyleSheet(string $styleSheet) : \Zend_Dojo_Form_Element_Editor
Remove a single stylesheet
Name | Type | Description |
---|---|---|
$styleSheet | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
setCaptureEvents(array $events) : \Zend_Dojo_Form_Element_Editor
Overwrite many capture events at once
Name | Type | Description |
---|---|---|
$events | array |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
setEditActionInterval(int $interval) : \Zend_Dojo_Form_Element_Editor
Set edit action interval
Name | Type | Description |
---|---|---|
$interval | int |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
setEvents(array $events) : \Zend_Dojo_Form_Element_Editor
Overwrite many events at once
Name | Type | Description |
---|---|---|
$events | array |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
setExtraPlugins(array $plugins) : \Zend_Dojo_Form_Element_Editor
Overwrite many extra plugins at once.
Name | Type | Description |
---|---|---|
$plugins | array |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
setFocusOnLoad(bool $flag) : \Zend_Dojo_Form_Element_Editor
Set focus on load flag
Name | Type | Description |
---|---|---|
$flag | bool |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
setHeight(string | int $height) : \Zend_Dojo_Form_Element_Editor
Set editor height
Name | Type | Description |
---|---|---|
$height | string | int |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
setInheritWidth(bool $flag) : \Zend_Dojo_Form_Element_Editor
Set whether or not to inherit parent's width
Name | Type | Description |
---|---|---|
$flag | bool |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
setMinHeight(string | int $minHeight) : \Zend_Dojo_Form_Element_Editor
Set minimum height of editor
Name | Type | Description |
---|---|---|
$minHeight | string | int |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
setPlugins(array $plugins) : \Zend_Dojo_Form_Element_Editor
Overwrite many plugins at once
Name | Type | Description |
---|---|---|
$plugins | array |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
setStyleSheets(array $styleSheets) : \Zend_Dojo_Form_Element_Editor
Overwrite all stylesheets
Name | Type | Description |
---|---|---|
$styleSheets | array |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |
setUpdateInterval(int $interval) : \Zend_Dojo_Form_Element_Editor
Set update interval
Name | Type | Description |
---|---|---|
$interval | int |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_Editor |