Class: I2CE Module TreeSelect (Development)

From IHRIS Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


This article describes the class I2CE_Module_TreeSelect .

@filesource Class I2CE_Module_TreeSelect

Variables

$trees

Methods

__construct()

addAutoCompleteInputTree()

  • Defined in i2ce/modules/MooTools/modules/TreeSelect/I2CE_Module_TreeSelect.php on line 91
  • Signature: public function addAutoCompleteInputTree($template,$node,$hidden_name,$hidden_id,$selected,$data,$tree_options,$autocomplete_options,$delayed)
  • Parameters:
    • $template
    • $node
    • $hidden_name
    • $hidden_id
    • $selected
      • Default Value: null
    • $data
    • $tree_options
      • Default Value: array()
    • $autocomplete_options
      • Default Value: array()
    • $delayed
      • Default Value: false

addAutoCompleteInputTreeById()

Adds a auto complete input tree

  • Defined in i2ce/modules/MooTools/modules/TreeSelect/I2CE_Module_TreeSelect.php on line 64
  • Signature: public function addAutoCompleteInputTreeById($obj,$tree_id,$tree_options,$autocomplete_options,$delay_index)
  • Parameters:
    • $obj
    • string $tree_id
      The id of the tree
    • array $tree_options
      Defaults to empty array. Passed to the javascript formwork constructor.
      • Default Value: array()
    • array $autocomplete_options
      Defaults to empty array. Passed to the javascript formwork constructor.
      • Default Value: array()
    • mixed $delay_index
      if false (default) no delay load of data. otherwise it should be an integer index to data to be loaded on delay
      • Default Value: false

createTreeData()

getHooks()

getMethods()

writeOutJS()

Inherited Methods

action_configure()

This public method is inherited from I2CE_Module->action_configure()

action_disable()

This public method is inherited from I2CE_Module->action_disable()

action_enable()

This public method is inherited from I2CE_Module->action_enable()

action_initialize()

This public method is inherited from I2CE_Module->action_initialize()

getCLIMethods()

This public method is inherited from I2CE_Module->getCLIMethods()

getConfig()

This public method is inherited from I2CE_Module->getConfig()

post_update()

This public method is inherited from I2CE_Module->post_update()

pre_upgrade()

This public method is inherited from I2CE_Module->pre_upgrade()

upgrade()

This public method is inherited from I2CE_Module->upgrade()

_hasMethod()

This public method is inherited from I2CE_Fuzzy->_hasMethod()

Inherited Fuzzy Methods

launchBackgroundProcess()

This method is inherited from I2CE_Module->launchBackgroundProcess()

launchBackgroundPHPScript()

This method is inherited from I2CE_Module->launchBackgroundPHPScript()

launchBackgroundPage()

This method is inherited from I2CE_Module->launchBackgroundPage()

userMessage()

This method is inherited from I2CE_Fuzzy->userMessage()