Public Member Functions | |
| widget ($p_type="") | |
| SetReadOnly ($p_read) | |
| IOValue ($p_name=null, $p_value=null, $p_label="") | |
| create the corresponding INPUT tag js_search_only only for searching a card no new button | |
| debug () | |
| Submit ($p_name, $p_value) | |
| Reset ($p_value) | |
Data Fields | |
| $type | |
| $name | |
| $value | |
| $readonly | |
| $size | |
| $selected | |
| $table | |
| $label | |
| $disabled | |
| $extra | |
| $extra2 | |
| $tabindex | |
| special value js_search and js_search_only :you need to add a span widget the name of the js_* widget + '_label' , the member extra contains cred,deb to filter the search of cred of deb of a jrn or contains a string with a list of frd_id | |
Definition at line 31 of file class_widget.php.
|
|
Definition at line 64 of file class_widget.php. References disabled, heigh, label, readonly, selected, size, table, value, and width. |
|
|
Definition at line 498 of file class_widget.php. |
|
||||||||||||||||
|
create the corresponding INPUT tag js_search_only only for searching a card no new button function IOValue($p_name,$p_value="",$p_label="")
Definition at line 89 of file class_widget.php. References $check, $disabled, $i, $msg, $r, disabled, echo_debug(), label, name, readonly, selected, and value. |
|
|
Definition at line 508 of file class_widget.php. |
|
|
Definition at line 77 of file class_widget.php. References readonly. |
|
||||||||||||
|
Definition at line 505 of file class_widget.php. |
|
|
to disable the type Definition at line 60 of file class_widget.php. Referenced by IOValue(). |
|
|
depends of the input type Definition at line 61 of file class_widget.php. |
|
|
depends of the input type Definition at line 62 of file class_widget.php. |
|
|
text before the input tag Definition at line 59 of file class_widget.php. |
|
|
name of the input tag Definition at line 53 of file class_widget.php. |
|
|
if set to false cannot modify Definition at line 55 of file class_widget.php. Referenced by debug(). |
|
|
selected value for the radio or select Definition at line 57 of file class_widget.php. |
|
|
size for the text type Definition at line 56 of file class_widget.php. |
|
|
special value js_search and js_search_only :you need to add a span widget the name of the js_* widget + '_label' , the member extra contains cred,deb to filter the search of cred of deb of a jrn or contains a string with a list of frd_id the tabindex Definition at line 63 of file class_widget.php. |
|
|
if we want to make a HTML table row the value is return with <TD> Definition at line 58 of file class_widget.php. |
|
|
type of the input tag (text, select, files, js_search,...) Definition at line 52 of file class_widget.php. |
|
|
value Definition at line 54 of file class_widget.php. |
1.4.4