Child classes:
Inherited Variables
Inherited Methods
Class: TTK_TKNode
- constructor TTK_TKNode ( &$ticatk, &$doc, [$id = false] )
- TTK_TKNode Constructor
- &append_child ( $obj )
- Append a node
- close ( )
- Delete the node
- get_attr ( $attr )
- Get value of a node attribute
- get_bool_attr ( $attr )
- Get boolean value of a node attribute
- &get_child ( $id )
- Get a child by id.
- get_childs ( )
- Get node's childs
- get_id ( )
- Get the node's id
- get_id_attr ( $attr, [$return_object = true] )
- Get value of a node attribute with optional automatic from value to an instance of TTK_TKNode (or subclass)
- &get_parent ( )
- Get the parent node
- &get_ttk_object ( $node, $ticatk )
- Map and return a TTK object from a DomNode
- remove ( )
- Remove the node from parent
- set_attr ( $attr, $value, [$local = false] )
- Set value of a node attribute
- set_bool_attr ( $attr, $value, [$local = false] )
- Set boolean value of a node attribute
- set_id_attr ( $attr, $value, [$local = false] )
- Set value of a node attribute with automatic conversion of value to id if value is an instance of TTK_TKNode (or subclass)
- _associate ( $ticatk, $domnode )
- Associate a DomNode to this node
Class Details
TicaTK Interface
Tags:
- Package - TicaTK
- Author - CS <csollet@coleebris.com>
- Version - $Revision: 1.5 $
- Copyright - © 2001, 2002, 2003 Coleebris
[ Top ]
Class Variables
Class Methods
get_stdmsg_list
[ Top ]
set_stdmsg
void set_stdmsg ( $msgs )
Set stdmsg value
Define messages to use by TicaTK.
For now, only windows popup help.
Defined key :
WINDOW_STATUS_DEFAULT
WINDOW_STATUS_CLOSE
WINDOW_STATUS_ICONIFY
WINDOW_STATUS_RESIZE
WINDOW_STATUS_MENU
WINDOW_STATUS_MAXIMIZE
WINDOW_STATUS_HELP
Tags:
Parameters:
- array $msgs - Array indexed with stdmsg key
[ Top ]
constructor TTK_Interface
void constructor TTK_Interface ( $dn, $ticatk, [$now_in_init = false] )
TTK_Interface constructor
Tags:
Parameters:
[ Top ]
