Go to the source code of this file.
Compounds | |
class | Menu |
class to manage menu More... | |
Functions | |
js_sanitize ($string) | |
clean backslashes in javascript sources | |
array_to_html ($o,$space=0,$keys=1,$encode=true) | |
convert a multidimensional array into a html list | |
html_select ($name,$data,$default=false,$assoc=1,$padding=0,$mustdefine=1,$onchange="") | |
create an html select from an array | |
history_replace ($url) | |
clean browser history | |
var_dump_array ($arr,&$out,$var_name='') | |
convert the input multidemensional array in a bidimensional array that contains in ["name"] php_name of the variable and in ["value"] his value; | |
arr_to_hidden ($arr,$baseName='') | |
return a string of input html tags (for POST query) from an input bidimensional array | |
arr_to_url ($arr,$baseName='') | |
return a string of urlencoded parameters (for GET query) from an input bidimensional array | |
out ($string,$stdout=true) | |
html_table ($arr,$headerCol=1,$headerRow=0,$noInterpolate=0,$headerColNoInterpolate=0,$headerRowNoInterpolate=0,$noInt_type=0,$transpost=0,$stdout=true) | |
print a html table from a bidimesional array | |
search_bar ($searchUrl,$previousUrl,$nextUrl,$otherUrl,$total,$offset=1,$limit=10,$numPages=10,$nameOffset="searchOffset") | |
create a index bar for search engine | |
date_select ($fieldname,$default="",$mustdefine=1,$locale="it_IT",$years="") | |
date_select | |
time_select ($fieldname,$default=false,$mustdefine=1) | |
time_select | |
JavaScript ($code='') | |
store javascript code in a static variable | |
Alert ($message='') | |
store alert messages in a static variable | |
Error ($message='',$goBack=0) | |
store error messages in a static array | |
HistoryGo ($page='') | |
store history in a static var | |
WriteJavascript () | |
write javascript code generate from JavaScript(), Alert(), HistoryGo(), Error() functions | |
html_head ($code='') | |
store html head code in a static variable and return all | |
postgis_forminput ($fieldname,$default='',$type='POINT') | |
crate an html input |
|
store alert messages in a static variable
Definition at line 519 of file html.php. Referenced by WriteJavascript(). |
|
return a string of input html tags (for POST query) from an input bidimensional array Return a string of input html tags (for POST query) from an input bidimensional array in wich the second dimension ["name"] indicate the name of the variable and the second dimension["value"] indicate the value of the variable
Definition at line 152 of file html.php. References out(), and var_dump_array(). Referenced by search_bar(), Pgtable::switch_actions(), and Pgtable::view_edit(). |
|
return a string of urlencoded parameters (for GET query) from an input bidimensional array Return a string of urlencoded parameters (for GET query) from an input bidimensional array in wich the second dimension ["name"] indicate the name of the variable and the second dimension["value"] indicate the value of the variable
Definition at line 174 of file html.php. References out(), and var_dump_array(). Referenced by Pgtable::order(). |
|
convert a multidimensional array into a html list
|
|
date_select
Definition at line 438 of file html.php. References html_select(). |
|
store error messages in a static array
Definition at line 533 of file html.php. References HistoryGo(). Referenced by WriteJavascript(). |
|
clean browser history
|
|
store history in a static var
Definition at line 546 of file html.php. References HistoryGo(). Referenced by Error(), HistoryGo(), and WriteJavascript(). |
|
store html head code in a static variable and return all
|
|
create an html select from an array
Definition at line 76 of file html.php. References js_sanitize(). Referenced by date_select(), Pgtable::operator(), and time_select(). |
|
print a html table from a bidimesional array NOTE: not write table tags
Definition at line 210 of file html.php. References out(), and transpose(). Referenced by Pgtable::switch_actions(). |
|
store javascript code in a static variable
Definition at line 507 of file html.php. Referenced by WriteJavascript(). |
|
clean backslashes in javascript sources
Definition at line 30 of file html.php. Referenced by html_select(). |
|
Definition at line 184 of file html.php. Referenced by arr_to_hidden(), arr_to_url(), html_table(), and var_dump_array(). |
|
crate an html input
|
|
create a index bar for search engine
Definition at line 365 of file html.php. References arr_to_hidden(), and title. Referenced by Pgtable::switch_actions(). |
|
time_select
Definition at line 479 of file html.php. References html_select(). |
|
convert the input multidemensional array in a bidimensional array that contains in ["name"] php_name of the variable and in ["value"] his value; Note: it works also if $arr is not an array
Definition at line 128 of file html.php. References out(). Referenced by arr_to_hidden(), and arr_to_url(). |
|
write javascript code generate from JavaScript(), Alert(), HistoryGo(), Error() functions
Definition at line 557 of file html.php. References Alert(), Error(), HistoryGo(), and JavaScript(). |