Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Editor dijit

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 |

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 |

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 |

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 |

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 |

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

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 |