Go to the source code of this file.
Functions | |
| create_script ($p_string) | |
| create the HTML for adding the script tags around of the script | |
| decodeURI ($string) | |
| decodeURIbycharacter ($str) | |
| decodeURIComponent ($string) | |
| decodeURIComponentbycharacter ($str) | |
| encodeURI ($string) | |
| encodeURIbycharacter ($char) | |
| encodeURIComponent ($string) | |
| encodeURIComponentbycharacter ($char) | |
| escape ($string) | |
| escape_xml ($p_xml) | |
| When data are transfered thanks ajax in a xml document, the xml can not contains some character, to escape those characters, we must use this function. | |
| escapebycharacter ($char) | |
| js_include ($p_string) | |
| create the HTML for including of a javascript file if a file is included twice, the second time it will be discarded there is an alert if the file doesn't exist | |
| load_all_script () | |
| *load all the javascript in once | |
| unescape ($string) | |
| unescapebycharacter ($str) | |
| create_script | ( | $p_string | ) |
create the HTML for adding the script tags around of the script
| $p_string | source codename of the file |
Definition at line 35 of file function_javascript.php.
References $script.
Referenced by HtmlInput\get_js_attr(), IPoste\get_js_attr(), IAncCard\input(), IPopup\input(), ICard\input(), and IPopup\set_title().
| decodeURI | ( | $string | ) |
Definition at line 1776 of file function_javascript.php.
References $i, $num, $result, $string, and decodeURIbycharacter().
| decodeURIbycharacter | ( | $str | ) |
Definition at line 1793 of file function_javascript.php.
References $str.
Referenced by decodeURI().
| decodeURIComponent | ( | $string | ) |
Definition at line 596 of file function_javascript.php.
References $i, $num, $result, $string, and decodeURIComponentbycharacter().
| decodeURIComponentbycharacter | ( | $str | ) |
Definition at line 613 of file function_javascript.php.
References $str.
Referenced by decodeURIComponent().
| encodeURI | ( | $string | ) |
Definition at line 1177 of file function_javascript.php.
References $i, $result, $string, and encodeURIbycharacter().
Referenced by encodeJSON(), and search_poste().
| encodeURIbycharacter | ( | $char | ) |
Definition at line 1187 of file function_javascript.php.
Referenced by encodeURI().
| encodeURIComponent | ( | $string | ) |
| encodeURIComponentbycharacter | ( | $char | ) |
Definition at line 51 of file function_javascript.php.
Referenced by encodeURIComponent().
| escape | ( | $string | ) |
| escape_xml | ( | $p_xml | ) |
When data are transfered thanks ajax in a xml document, the xml can not contains some character, to escape those characters, we must use this function.
| $p_xml | the xml to escape |
Definition at line 2716 of file function_javascript.php.
References $xml.
| escapebycharacter | ( | $char | ) |
Definition at line 2411 of file function_javascript.php.
Referenced by escape().
| js_include | ( | $p_string | ) |
create the HTML for including of a javascript file if a file is included twice, the second time it will be discarded there is an alert if the file doesn't exist
| $p_string | name of the file |
Definition at line 14 of file function_javascript.php.
References $script, $seq, and alert().
Referenced by load_all_script(), and IPopup\test_me().
| load_all_script | ( | ) |
*load all the javascript in once
Definition at line 2729 of file function_javascript.php.
References js_include(), and JS_INFOBULLE.
| unescape | ( | $string | ) |
Definition at line 2544 of file function_javascript.php.
References $i, $num, $result, $string, and unescapebycharacter().
| unescapebycharacter | ( | $str | ) |
Definition at line 2561 of file function_javascript.php.
References $str.
Referenced by unescape().