Controller/Action/Component/ComponentsController.php
\Kwf_Controller_Action_Component_ComponentsController
- Extends from
- \Kwf_Controller_Action_Auto_Tree
- package
- Properties
- $_buttons
- $_icons
- $_modelName
- $_primaryKey
- $_rootVisible
- $_textField
- Methods
- _formatNode
- graphAction
Description
This controller is used to display a tree structure.
The sync-prefix means that this controller loads all data at once, so children are always loaded.
Properties
$_buttons
$_buttons = 'array'
Change this array to your needs.
remove an entry to remove the button. false to disable the button.
Details
- visibility
- protected
- default
- array
- final
- false
- static
- false
$_icons
$_icons = 'array'
Details
- visibility
- protected
- default
- array
- final
- false
- static
- false
$_modelName
$_modelName = 'Kwf_Component_Generator_Model'
The model has needs to be a subclass of Kwf_Model_Tree
Details
- visibility
- protected
- default
- Kwf_Component_Generator_Model
- final
- false
- static
- false
$_primaryKey
$_primaryKey = 'component'
Details
- visibility
- protected
- default
- component
- final
- false
- static
- false
$_rootVisible
$_rootVisible = 'false'
Details
- visibility
- protected
- default
- false
- final
- false
- static
- false
$_textField
$_textField = 'component'
Details
- visibility
- protected
- default
- component
- final
- false
- static
- false