|
| static | select_checkbox ($p_form) |
| |
| static | show_calc () |
| |
| static | test_me () |
| |
| static | tooggle_checkbox ($p_form) |
| |
| static | unselect_checkbox ($p_form) |
| |
| static | anchor ($p_text, $p_url="", $p_js="") |
| | *Return a simple anchor with a url or a javascript if $p_js is not null then p_url will be javascript:void(0) we don't add the event onclick.
|
| |
| static | anchor_close ($div) |
| | Return a html string with an anchor which close the inside popup.
|
| |
| static | anchor_hide ($action, $javascript) |
| | Return a html string with an anchor to hide a div, put it in the right corner.
|
| |
| static | array_to_hidden ($array, $global_array) |
| | *transform request data to hidden
|
| |
| static | array_to_string ($array, $global_array, $start="?") |
| | *transform request data to string
|
| |
| static | button ($p_name, $p_value, $p_javascript="") |
| |
| static | button_action ($action, $javascript, $id="xx") |
| | button Html
|
| |
| static | button_anchor ($p_label, $p_value, $p_name="", $p_javascript="") |
| | create a button with a ref
|
| |
| static | button_close ($div_name) |
| | *close button for the HTML popup
|
| |
| static | card_detail ($p_qcode, $pname='', $p_style="") |
| | *show the detail of a card
|
| |
| static | default_value ($ind, $default, $array) |
| | return default if the value if the value doesn't exist in the array
|
| |
| static | default_value_get ($ind, $default) |
| | return default if the value if the value doesn't exist in $_GET
|
| |
| static | default_value_post ($ind, $default) |
| | return default if the value if the value doesn't exist in $_POST
|
| |
| static | default_value_request ($ind, $default) |
| | return default if the value if the value doesn't exist in $_REQUEST
|
| |
| static | detail_action ($ag_id, $p_mesg, $p_modify=1) |
| | return an anchor to view the detail of an action
|
| |
| static | detail_modele_document ($p_id, $p_mesg) |
| | return a string containing the html code for calling the modifyModeleDocument
|
| |
| static | detail_op ($p_jr_id, $p_mesg) |
| | return a string containing the html code for calling the modifyOperation
|
| |
| static | display_periode ($p_id) |
| |
| static | extension () |
| |
| static | generate_id ($p_prefix) |
| | generate an unique id for a widget,
|
| |
| static | get_to_hidden ($array) |
| | *transform $_GET data to hidden
|
| |
| static | get_to_string ($array, $start="?") |
| | *transform $_GET data to string
|
| |
| static | hidden ($p_name, $p_value, $p_id="") |
| |
| static | history_account ($p_account, $p_mesg, $p_style="") |
| | display a div with the history of the account
|
| |
| static | history_card ($f_id, $p_mesg, $p_style="") |
| | display a div with the history of the card
|
| |
| static | history_card_button ($f_id, $p_mesg) |
| | display a div with the history of the card
|
| |
| static | infobulle ($p_comment) |
| |
| static | post_to_hidden ($array) |
| | *transform $_POST data to hidden
|
| |
| static | post_to_string ($array) |
| | *transform $_POST data to string
|
| |
| static | print_window () |
| | Javascript to print the current window.
|
| |
| static | remove_stock ($p_id, $p_mesg) |
| | return a string containing the html code for calling the removeStock
|
| |
| static | request_to_hidden ($array) |
| | *transform $_REQUEST data to hidden
|
| |
| static | request_to_string ($array, $start="?") |
| | *transform $_REQUEST data to string
|
| |
| static | reset ($p_value) |
| |
| static | select_cat ($array_cat) |
| | *create a hidden plus button to select the cat of ledger
|
| |
| static | select_ledger ($p_array, $p_selected, $div='') |
| | return the html code to create an hidden div and a button to show this DIV.
|
| |
| static | select_stock ($p_cn, $p_name, $p_mode) |
| | *Create an ISelect object containing the available repository for reading or writing $g_user
|
| |
| static | submit ($p_name, $p_value, $p_javascript="") |
| |
| static | title_box ($name, $div, $mod="close") |
| |
| static | warnbulle ($p_comment) |
| |
Definition at line 27 of file class_ibutton.php.