|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Tab Element. More...
Collaboration diagram for Html_Tab:Public Member Functions | |
| __construct ($p_id, $p_title) | |
| get_comment () | |
| get_content () | |
| get_id () | |
| get_link () | |
| get_mode () | |
| get_title () | |
| set_comment ($comment) | |
| set_content ($content) | |
| set_id ($id) | |
| set_link ($link) | |
| set_mode ($mode) | |
| set_title ($title) | |
Private Attributes | |
| $comment | |
| comment to add when we use the row | |
| $content | |
| static content of the tab | |
| $id | |
| $link | |
| the javascript or an html link, depending of the $mode | |
| $mode | |
| possible values are static if the content is static, ajax for calling an ajax, link for a html link, default static | |
| $title | |
| Title of the tab. | |
Tab Element.
Definition at line 31 of file html_tab.class.php.
| Html_Tab::__construct | ( | $p_id, | |
| $p_title ) |
Definition at line 42 of file html_tab.class.php.
| Html_Tab::get_comment | ( | ) |
Definition at line 53 of file html_tab.class.php.
References $comment.
| Html_Tab::get_content | ( | ) |
| Html_Tab::get_id | ( | ) |
Definition at line 68 of file html_tab.class.php.
References $id.
| Html_Tab::get_link | ( | ) |
Definition at line 100 of file html_tab.class.php.
References $link.
| Html_Tab::get_mode | ( | ) |
Definition at line 111 of file html_tab.class.php.
References $mode.
| Html_Tab::get_title | ( | ) |
| Html_Tab::set_comment | ( | $comment | ) |
| Html_Tab::set_content | ( | $content | ) |
Definition at line 95 of file html_tab.class.php.
| Html_Tab::set_id | ( | $id | ) |
Definition at line 83 of file html_tab.class.php.
References $id.
| Html_Tab::set_link | ( | $link | ) |
Definition at line 105 of file html_tab.class.php.
References $link.
| Html_Tab::set_mode | ( | $mode | ) |
Definition at line 116 of file html_tab.class.php.
| Html_Tab::set_title | ( | $title | ) |
|
private |
comment to add when we use the row
Definition at line 38 of file html_tab.class.php.
Referenced by get_comment(), and set_comment().
|
private |
static content of the tab
Definition at line 35 of file html_tab.class.php.
Referenced by get_content(), and set_content().
|
private |
Definition at line 33 of file html_tab.class.php.
|
private |
the javascript or an html link, depending of the $mode
Definition at line 37 of file html_tab.class.php.
Referenced by get_link(), and set_link().
|
private |
possible values are static if the content is static, ajax for calling an ajax, link for a html link, default static
Definition at line 36 of file html_tab.class.php.
Referenced by get_mode(), and set_mode().
|
private |
Title of the tab.
Definition at line 34 of file html_tab.class.php.
Referenced by get_title(), and set_title().