Class Zend_Dojo_Form_Element_Editor

Description

Editor dijit

Located in /Dojo/Form/Element/Editor.php (line 36)

Zend_Form_Element
   |
   --Zend_Dojo_Form_Element_Dijit
      |
      --Zend_Dojo_Form_Element_Editor
Variable Summary
 string $helper
Method Summary
 array getCaptureEvents ()
 array getEvents ()
 bool getFocusOnLoad ()
 string getHeight ()
 bool getInheritWidth ()
 string getMinHeight ()
 array getPlugins ()
 string getStyleSheets ()
 bool hasCaptureEvent (string $event)
 bool hasEvent (string $event)
 bool hasPlugin (string $plugin)
 bool hasStyleSheet (string $styleSheet)
 Zend_Dojo_Form_Element_Editor setMinHeight (string|int $minHeight)
Variables
Methods
addCaptureEvent (line 49)

Add a single event to connect to the editing area

  • access: public
Zend_Dojo_Form_Element_Editor addCaptureEvent (string $event)
  • string $event
addCaptureEvents (line 68)

Add multiple capture events

  • access: public
Zend_Dojo_Form_Element_Editor addCaptureEvents ( $events)
  • array $events
addEvent (line 148)

Add a single event to the dijit

  • access: public
Zend_Dojo_Form_Element_Editor addEvent (string $event)
  • string $event
addEvents (line 167)

Add multiple events

  • access: public
Zend_Dojo_Form_Element_Editor addEvents ( $events)
  • array $events
addPlugin (line 246)

Add a single editor plugin

  • access: public
Zend_Dojo_Form_Element_Editor addPlugin (string $plugin)
  • string $plugin
addPlugins (line 265)

Add multiple plugins

  • access: public
Zend_Dojo_Form_Element_Editor addPlugins ( $plugins)
  • array $plugins
addStyleSheet (line 478)

Add a custom stylesheet

  • access: public
Zend_Dojo_Form_Element_Editor addStyleSheet (string $styleSheet)
  • string $styleSheet
addStyleSheets (line 500)

Add multiple custom stylesheets

  • access: public
Zend_Dojo_Form_Element_Editor addStyleSheets ( $styleSheets)
  • array $styleSheets
clearCaptureEvents (line 137)

Clear all capture events

  • access: public
Zend_Dojo_Form_Element_Editor clearCaptureEvents ()
clearEvents (line 235)

Clear all events

  • access: public
clearPlugins (line 333)

Clear all plugins

  • access: public
clearStyleSheets (line 568)

Clear all stylesheets

  • access: public
Zend_Dojo_Form_Element_Editor clearStyleSheets ()
getCaptureEvents (line 94)

Get all capture events

  • access: public
array getCaptureEvents ()
getEditActionInterval (line 354)

Get edit action interval; defaults to 3

  • access: public
int getEditActionInterval ()
getEvents (line 193)

Get all events

  • access: public
array getEvents ()
getFocusOnLoad (line 378)

Retrieve focus on load flag

  • access: public
bool getFocusOnLoad ()
getHeight (line 409)

Retrieve height

  • access: public
string getHeight ()
getInheritWidth (line 433)

Whether or not to inherit the parent's width

  • access: public
bool getInheritWidth ()
getMinHeight (line 464)

Get minimum height of editor

  • access: public
string getMinHeight ()
getPlugins (line 291)

Get all plugins

  • access: public
array getPlugins ()
getStyleSheets (line 525)

Get all stylesheets

  • access: public
string getStyleSheets ()
getUpdateInterval (line 592)

Get update interval

  • access: public
int getUpdateInterval ()
hasCaptureEvent (line 108)

Is a given capture event registered?

  • access: public
bool hasCaptureEvent (string $event)
  • string $event
hasEvent (line 207)

Is a given event registered?

  • access: public
bool hasEvent (string $event)
  • string $event
hasPlugin (line 305)

Is a given plugin registered?

  • access: public
bool hasPlugin (string $plugin)
  • string $plugin
hasStyleSheet (line 539)

Is a given stylesheet registered?

  • access: public
bool hasStyleSheet (string $styleSheet)
  • string $styleSheet
removeCaptureEvent (line 120)

Remove a given capture event

  • access: public
Zend_Dojo_Form_Element_Editor removeCaptureEvent (string $event)
  • string $event
removeEvent (line 219)

Remove a given event

  • access: public
Zend_Dojo_Form_Element_Editor removeEvent (string $event)
  • string $event
removePlugin (line 317)

Remove a given plugin

  • access: public
Zend_Dojo_Form_Element_Editor removePlugin (string $plugin)
  • string $plugin
removeStyleSheet (line 552)

Remove a single stylesheet

  • access: public
Zend_Dojo_Form_Element_Editor removeStyleSheet (string $styleSheet)
  • string $styleSheet
setCaptureEvents (line 82)

Overwrite many capture events at once

  • access: public
Zend_Dojo_Form_Element_Editor setCaptureEvents ( $events)
  • array $events
setEditActionInterval (line 344)

Set edit action interval

  • access: public
Zend_Dojo_Form_Element_Editor setEditActionInterval (int $interval)
  • int $interval
setEvents (line 181)

Overwrite many events at once

  • access: public
Zend_Dojo_Form_Element_Editor setEvents ( $events)
  • array $events
setFocusOnLoad (line 368)

Set focus on load flag

  • access: public
Zend_Dojo_Form_Element_Editor setFocusOnLoad (bool $flag)
  • bool $flag
setHeight (line 392)

Set editor height

  • access: public
Zend_Dojo_Form_Element_Editor setHeight (string|int $height)
  • string|int $height
setInheritWidth (line 423)

Set whether or not to inherit parent's width

  • access: public
Zend_Dojo_Form_Element_Editor setInheritWidth (bool $flag)
  • bool $flag
setMinHeight (line 447)

Set minimum height of editor

  • access: public
Zend_Dojo_Form_Element_Editor setMinHeight (string|int $minHeight)
  • string|int $minHeight
setPlugins (line 279)

Overwrite many plugins at once

  • access: public
Zend_Dojo_Form_Element_Editor setPlugins ( $plugins)
  • array $plugins
setStyleSheets (line 514)

Overwrite all stylesheets

  • access: public
Zend_Dojo_Form_Element_Editor setStyleSheets ( $styleSheets)
  • array $styleSheets
setUpdateInterval (line 582)

Set update interval

  • access: public
Zend_Dojo_Form_Element_Editor setUpdateInterval (int $interval)
  • int $interval

Inherited Methods

Inherited From Zend_Dojo_Form_Element_Dijit

 Zend_Dojo_Form_Element_Dijit::__construct()
 Zend_Dojo_Form_Element_Dijit::clearDijitParams()
 Zend_Dojo_Form_Element_Dijit::getDijitParam()
 Zend_Dojo_Form_Element_Dijit::getDijitParams()
 Zend_Dojo_Form_Element_Dijit::hasDijitParam()
 Zend_Dojo_Form_Element_Dijit::loadDefaultDecorators()
 Zend_Dojo_Form_Element_Dijit::removeDijitParam()
 Zend_Dojo_Form_Element_Dijit::setDijitParam()
 Zend_Dojo_Form_Element_Dijit::setDijitParams()
 Zend_Dojo_Form_Element_Dijit::setView()

Inherited From Zend_Form_Element

 Zend_Form_Element::__construct()
 Zend_Form_Element::addDecorator()
 Zend_Form_Element::addDecorators()
 Zend_Form_Element::addError()
 Zend_Form_Element::addErrorMessage()
 Zend_Form_Element::addErrorMessages()
 Zend_Form_Element::addErrors()
 Zend_Form_Element::addFilter()
 Zend_Form_Element::addFilters()
 Zend_Form_Element::addPrefixPath()
 Zend_Form_Element::addPrefixPaths()
 Zend_Form_Element::addValidator()
 Zend_Form_Element::addValidators()
 Zend_Form_Element::autoInsertNotEmptyValidator()
 Zend_Form_Element::clearDecorators()
 Zend_Form_Element::clearErrorMessages()
 Zend_Form_Element::clearFilters()
 Zend_Form_Element::clearValidators()
 Zend_Form_Element::filterName()
 Zend_Form_Element::getAllowEmpty()
 Zend_Form_Element::getAttrib()
 Zend_Form_Element::getAttribs()
 Zend_Form_Element::getBelongsTo()
 Zend_Form_Element::getDecorator()
 Zend_Form_Element::getDecorators()
 Zend_Form_Element::getDescription()
 Zend_Form_Element::getErrorMessages()
 Zend_Form_Element::getErrorMessageSeparator()
 Zend_Form_Element::getErrors()
 Zend_Form_Element::getFilter()
 Zend_Form_Element::getFilters()
 Zend_Form_Element::getFullyQualifiedName()
 Zend_Form_Element::getId()
 Zend_Form_Element::getIgnore()
 Zend_Form_Element::getLabel()
 Zend_Form_Element::getMessages()
 Zend_Form_Element::getName()
 Zend_Form_Element::getOrder()
 Zend_Form_Element::getPluginLoader()
 Zend_Form_Element::getTranslator()
 Zend_Form_Element::getType()
 Zend_Form_Element::getUnfilteredValue()
 Zend_Form_Element::getValidator()
 Zend_Form_Element::getValidators()
 Zend_Form_Element::getValue()
 Zend_Form_Element::getView()
 Zend_Form_Element::hasErrors()
 Zend_Form_Element::hasTranslator()
 Zend_Form_Element::init()
 Zend_Form_Element::isArray()
 Zend_Form_Element::isRequired()
 Zend_Form_Element::isValid()
 Zend_Form_Element::loadDefaultDecorators()
 Zend_Form_Element::loadDefaultDecoratorsIsDisabled()
 Zend_Form_Element::markAsError()
 Zend_Form_Element::removeDecorator()
 Zend_Form_Element::removeFilter()
 Zend_Form_Element::removeValidator()
 Zend_Form_Element::render()
 Zend_Form_Element::setAllowEmpty()
 Zend_Form_Element::setAttrib()
 Zend_Form_Element::setAttribs()
 Zend_Form_Element::setAutoInsertNotEmptyValidator()
 Zend_Form_Element::setBelongsTo()
 Zend_Form_Element::setConfig()
 Zend_Form_Element::setDecorators()
 Zend_Form_Element::setDescription()
 Zend_Form_Element::setDisableLoadDefaultDecorators()
 Zend_Form_Element::setDisableTranslator()
 Zend_Form_Element::setErrorMessages()
 Zend_Form_Element::setErrorMessageSeparator()
 Zend_Form_Element::setErrors()
 Zend_Form_Element::setFilters()
 Zend_Form_Element::setIgnore()
 Zend_Form_Element::setIsArray()
 Zend_Form_Element::setLabel()
 Zend_Form_Element::setName()
 Zend_Form_Element::setOptions()
 Zend_Form_Element::setOrder()
 Zend_Form_Element::setPluginLoader()
 Zend_Form_Element::setRequired()
 Zend_Form_Element::setTranslator()
 Zend_Form_Element::setValidators()
 Zend_Form_Element::setValue()
 Zend_Form_Element::setView()
 Zend_Form_Element::translatorIsDisabled()
 Zend_Form_Element::_filterValue()
 Zend_Form_Element::_getDecorator()
 Zend_Form_Element::_getErrorMessages()
 Zend_Form_Element::_hasErrorMessages()
 Zend_Form_Element::_loadDecorator()
 Zend_Form_Element::_loadFilter()
 Zend_Form_Element::_loadValidator()
 Zend_Form_Element::__call()
 Zend_Form_Element::__get()
 Zend_Form_Element::__set()
 Zend_Form_Element::__toString()
Class Constants

Documentation generated on Mon, 21 Jun 2010 15:18:33 -0400 by phpDocumentor 1.4.3