$action | HTMLForm | |
$allowFiles | HTMLForm | |
$hiddens | HTMLForm | |
$inputDefaultParams | HTMLForm | protected |
$inputsCount | HTMLForm | protected |
$inputsLimit | HTMLForm | protected |
$inputsLimitReached | HTMLForm | protected |
$inputsLimitUniques | HTMLForm | protected |
$method | HTMLForm | |
$name | HTMLForm | |
$object | HTMLForm | protected |
$onSubmit | HTMLForm | |
$parent | HTMLForm | protected |
$tabIndex | HTMLForm | |
$target | HTMLForm | |
__construct($name='', $action='./', $method=null, $onSubmit='', $target='') | HTMLForm | |
add_hidden($name, $value=null, $id='') | HTMLForm | |
allow_files($allow=true, $size=null) | HTMLForm | |
build_inputGenericAttributes($params) | HTMLForm | protected |
check_inputsLimit($items=1, $name=false) | HTMLForm | private |
display_booleanSelectInput($select, $default=null) | HTMLForm | |
display_checkboxInput($input, $default=null) | HTMLForm | |
display_civilitySelectInput($select, $default=null) | HTMLForm | |
display_colorInput($input, $default=null) | HTMLForm | |
display_countrySelectInput($select=array(), $default=null) | HTMLForm | |
display_dateInput($date=TODAY, $oname='date', $objects=array('day', 'month', 'year', 'hours', 'minutes'), $buttons=array()) | HTMLForm | |
display_emailInput($input, $default=null) | HTMLForm | |
display_ender() | HTMLForm | |
display_fileInput($file='file', $default='', $buttons=null) | HTMLForm | |
display_footer() | HTMLForm | |
display_header() | HTMLForm | |
display_hiddenInput($input, $default=null) | HTMLForm | |
display_hiddens() | HTMLForm | |
display_hiddenSubmit() | HTMLForm | |
display_numberInput($input, $default=null) | HTMLForm | |
display_passwordInput($input) | HTMLForm | |
display_phoneInput($input, $default=null) | HTMLForm | |
display_phonePrefixSelectInput($select=array(), $default=null) | HTMLForm | |
display_radioInput($input, $default=null) | HTMLForm | |
display_selectInput($select, $values=null, $default=null) | HTMLForm | |
display_textareaInput($input, $default=null) | HTMLForm | |
display_textInput($input, $default=null) | HTMLForm | |
display_URLInput($input, $default=null) | HTMLForm | |
display_weekDaySelectInput($select, $default=null) | HTMLForm | |
get_HTMLSubmitLink() | HTMLForm | |
get_JSSubmitLink() | HTMLForm | |
get_tabIndex($full=false, $index=-1) | HTMLForm | |
set_jsFocus($focus) | HTMLForm | |
set_object($object=null) | HTMLForm | |
set_parent($parent=null) | HTMLForm | |
start_tabIndex() | HTMLForm | |
update_inputsLimit($value=1000) | HTMLForm | |