Child classes:
Inherited Variables
Inherited Methods
Class: TTK_Widget
- constructor TTK_Widget ( &$ticatk, [$id = false] )
- TTK_Widget constructor
- label_format ( $v )
- Html format trim() + htmlentities()
- set_img ( $attname, $imgsrc, [$local = false] )
- As set_attr() with automatic adding of image size
- watch_attr ( $attr, $callback )
- Register a callback which will be called whenever this widget have specified attribute modified by the client The callback will be called with two arguments : this object and the attribute name
- watch_close ( $callback )
- Register a callback which will be called whenever this widget is closed by the client The callback will be called with one argument : this object id
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 Calendar
Tags:
- Package - TicaTK
- Author - BW <bwaechter@coleebris.com>
- Version - $Revision: 1.3 $
- Copyright - © 2001, 2002, 2003 Coleebris
[ Top ]
Class Variables
Class Methods
get_day
void get_day ( )
Tags:
Parameters:
[ Top ]
get_format
void get_format ( )
Tags:
Parameters:
[ Top ]
get_libdays
void get_libdays ( )
Tags:
Parameters:
[ Top ]
get_libmonths
void get_libmonths ( )
Tags:
Parameters:
[ Top ]
get_month
void get_month ( )
Tags:
Parameters:
[ Top ]
get_namefield
void get_namefield ( )
Tags:
Parameters:
[ Top ]
get_year
void get_year ( )
Tags:
Parameters:
[ Top ]
set_day
void set_day ( $value )
Tags:
Parameters:
[ Top ]
set_format
void set_format ( $value )
Tags:
Parameters:
[ Top ]
set_libdays
void set_libdays ( $value )
Tags:
Parameters:
[ Top ]
set_libmonths
void set_libmonths ( $value )
Tags:
Parameters:
[ Top ]
set_month
void set_month ( $value )
Tags:
Parameters:
[ Top ]
set_namefield
void set_namefield ( $value )
Tags:
Parameters:
[ Top ]
set_year
void set_year ( $value )
Tags:
Parameters:
[ Top ]
constructor TTK_Calendar
void constructor TTK_Calendar ( &$ticatk, [$id = false], [$namefield = false], [$format = false], [$libdays = false], [$libmonths = false], [$day = false], [$month = false], [$year = false] )
Tags:
Parameters:
[ Top ]
