|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Display a kind of select. More...
Collaboration diagram for Select_Box:Public Member Functions | |
| __construct ($p_id, $value) | |
| add_input ($p_label, HtmlInput $p_element) | |
| add_javascript ($label, $javascript, $replace=false) | |
| add_url ($label, $url) | |
| add_value ($label, $value) | |
| get_default_value () | |
| get_filter () | |
| get_id () | |
| get_item () | |
| get_position () | |
| input () | |
| set_default_value ($default_value) | |
| set_filter ($p_filter) | |
| set_id ($id) | |
| set_item ($item) | |
| set_position ($position) | |
Data Fields | |
| $default_value | |
| $id | |
| $item | |
Protected Member Functions | |
| compute_position () | |
Protected Attributes | |
| $style_box | |
| $value | |
Private Attributes | |
| $cnt | |
| $filter | |
| allow a dynamic not case sensitive search | |
| $position | |
| change depending if we are in an absolute block or not | |
Display a kind of select.
Definition at line 30 of file select_box.class.php.
| Select_Box::__construct | ( | $p_id, | |
| $value ) |
Definition at line 48 of file select_box.class.php.
| Select_Box::add_input | ( | $p_label, | |
| HtmlInput | $p_element ) |
Definition at line 224 of file select_box.class.php.
References $cnt.
| Select_Box::add_javascript | ( | $label, | |
| $javascript, | |||
| $replace = false ) |
Definition at line 199 of file select_box.class.php.
References $cnt, $label, and noalyss_str_replace().
Here is the call graph for this function:| Select_Box::add_url | ( | $label, | |
| $url ) |
Definition at line 191 of file select_box.class.php.
| Select_Box::add_value | ( | $label, | |
| $value ) |
Definition at line 214 of file select_box.class.php.
|
protected |
Definition at line 108 of file select_box.class.php.
Referenced by input().
| Select_Box::get_default_value | ( | ) |
| Select_Box::get_filter | ( | ) |
Definition at line 242 of file select_box.class.php.
References $filter.
| Select_Box::get_id | ( | ) |
Definition at line 60 of file select_box.class.php.
References $id.
| Select_Box::get_item | ( | ) |
Definition at line 71 of file select_box.class.php.
References $item.
| Select_Box::get_position | ( | ) |
Definition at line 93 of file select_box.class.php.
References $position.
| Select_Box::input | ( | ) |
Definition at line 131 of file select_box.class.php.
References $i, compute_position(), input(), and value.
Referenced by input().
Here is the call graph for this function:| Select_Box::set_default_value | ( | $default_value | ) |
Definition at line 87 of file select_box.class.php.
References $default_value.
| Select_Box::set_filter | ( | $p_filter | ) |
Definition at line 237 of file select_box.class.php.
References $p_filter.
| Select_Box::set_id | ( | $id | ) |
Definition at line 65 of file select_box.class.php.
References $id.
| Select_Box::set_item | ( | $item | ) |
Definition at line 81 of file select_box.class.php.
References $item.
| Select_Box::set_position | ( | $position | ) |
Definition at line 98 of file select_box.class.php.
References $position, and EXC_PARAM_VALUE.
|
private |
Definition at line 35 of file select_box.class.php.
Referenced by add_input(), add_javascript(), add_url(), and add_value().
| Select_Box::$default_value |
Definition at line 37 of file select_box.class.php.
Referenced by get_default_value(), and set_default_value().
|
private |
allow a dynamic not case sensitive search
Definition at line 36 of file select_box.class.php.
Referenced by get_filter().
| Select_Box::$id |
Definition at line 33 of file select_box.class.php.
| Select_Box::$item |
Definition at line 34 of file select_box.class.php.
Referenced by get_item(), and set_item().
|
private |
change depending if we are in an absolute block or not
Definition at line 38 of file select_box.class.php.
Referenced by get_position(), and set_position().
|
protected |
Definition at line 39 of file select_box.class.php.
|
protected |
Definition at line 40 of file select_box.class.php.
Referenced by __construct(), and add_value().