Home
last modified time | relevance | path

Searched refs:moreattrib (Results 1 – 12 of 12) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.formwebsite.class.php109 * @param string $moreattrib More attributes on HTML select tag
113 …public function selectTypeOfContainer($htmlname, $selected = '', $useempty = 0, $moreattrib = '', … argument
132 …at selectTypeOfContainer minwidth200" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
172 * @param string $moreattrib More attributes on HTML select tag
176 …public function selectSampleOfContainer($htmlname, $selected = '', $useempty = 0, $moreattrib = ''… argument
199 …at selectTypeOfContainer minwidth200" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
H A Dhtml.formadmin.class.php143 * @param string $moreattrib More attributes on html select tag
146 public function select_menu($selected, $htmlname, $dirmenuarray, $moreattrib = '') argument
201 …elect class="flat" id="'.$htmlname.'" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
H A Dhtml.formcompany.class.php835 * @param string $moreattrib Add more attribute on HTML input field
839 … = 'zipcode', $fields = '', $fieldsize = 0, $disableautocomplete = 0, $moreattrib = '', $morecss =… argument
852 $moreattrib .= ' autocomplete="off"';
854 …nsmartphone'.($morecss ? ' '.$morecss : '').'" type="text"'.($moreattrib ? ' '.$moreattrib : '').'…
H A Dhtml.formother.class.php1279 * @param string $moreattrib More attributes on HTML select tag
1282 …ytable, $keyfield = 'code', $labelfield = 'label', $selected = '', $useempty = 0, $moreattrib = '') argument
1301 …name.'" class="flat selectdictionary" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
H A Dhtml.form.class.php3755 * @param string $moreattrib To add more attribute on select
3758 …od($selected = '', $htmlname = 'shipping_method_id', $filtre = '', $useempty = 0, $moreattrib = '') argument
3777 ….'" class="flat selectshippingmethod" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
3944 * @param string $moreattrib To add more attribute on select
3950 …', $htmlname = 'accountid', $status = 0, $filtre = '', $useempty = 0, $moreattrib = '', $showcurre… argument
3975 …nt'.($morecss ? ' '.$morecss : '').'" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
4021 * @param string $moreattrib To add more attribute on select
4024 …s($selected = '', $htmlname = 'entity', $status = 0, $filtre = '', $useempty = 0, $moreattrib = '') argument
4047 …e.'" class="flat selectestablishment" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
6717 * @param string $moreattrib Add more options on select component. Example: 'disabled'
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.formwebsite.class.php105 * @param string $moreattrib More attributes on HTML select tag
109 …public function selectTypeOfContainer($htmlname, $selected = '', $useempty = 0, $moreattrib = '', … argument
126 …at selectTypeOfContainer minwidth200" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
165 * @param string $moreattrib More attributes on HTML select tag
169 …public function selectSampleOfContainer($htmlname, $selected = '', $useempty = 0, $moreattrib = ''… argument
192 …at selectTypeOfContainer minwidth200" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
H A Dhtml.formadmin.class.php168 * @param string $moreattrib More attributes on html select tag
171 public function select_menu($selected, $htmlname, $dirmenuarray, $moreattrib = '') argument
233 …elect class="flat" id="'.$htmlname.'" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
H A Dhtml.formcompany.class.php858 * @param string $moreattrib Add more attribute on HTML input field
862 … = 'zipcode', $fields = '', $fieldsize = 0, $disableautocomplete = 0, $moreattrib = '', $morecss =… argument
876 $moreattrib .= ' autocomplete="off"';
878 …nsmartphone'.($morecss ? ' '.$morecss : '').'" type="text"'.($moreattrib ? ' '.$moreattrib : '').'…
H A Dhtml.formother.class.php1355 * @param string $moreattrib More attributes on HTML select tag
1358 …ytable, $keyfield = 'code', $labelfield = 'label', $selected = '', $useempty = 0, $moreattrib = '') argument
1375 …name.'" class="flat selectdictionary" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
H A Dhtml.form.class.php4174 * @param string $moreattrib To add more attribute on select
4179 … = '', $htmlname = 'shipping_method_id', $filtre = '', $useempty = 0, $moreattrib = '', $noinfoadm… argument
4200 …od'.($morecss ? ' '.$morecss : '').'" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
4370 * @param string $moreattrib To add more attribute on select
4376 …', $htmlname = 'accountid', $status = 0, $filtre = '', $useempty = 0, $moreattrib = '', $showcurre… argument
4403 …nt'.($morecss ? ' '.$morecss : '').'" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
4456 * @param string $moreattrib To add more attribute on select
4459 …s($selected = '', $htmlname = 'entity', $status = 0, $filtre = '', $useempty = 0, $moreattrib = '') argument
4484 …e.'" class="flat selectestablishment" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattrib : '').'…
7294 * @param string $moreattrib Add more options on select component. Example: 'disabled'
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions.lib.php4290 * @param string $moreattrib Options of attribute td ("" by defaut, example: 'align="center"')
4298 …d_titre($name, $file = "", $field = "", $begin = "", $moreparam = "", $moreattrib = "", $sortfield… argument
4300 …print getTitleFieldOfList($name, 0, $file, $field, $begin, $moreparam, $moreattrib, $sortfield, $s…
4312 …* @param string $moreattrib Add more attributes on th ("" by defaut, example: 'align="center"'…
4321 …e, $thead = 0, $file = "", $field = "", $begin = "", $moreparam = "", $moreattrib = "", $sortfield… argument
4326 if ($moreattrib == 'class="right"') $prefix .= 'right '; // For backward compatibility
4351 $out .= '<'.$tag.' class="'.$prefix.$liste_titre.'" '.$moreattrib;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php4648 * @param string $moreattrib Options of attribute td ("" by defaut, example: 'align="center"')
4656 …d_titre($name, $file = "", $field = "", $begin = "", $moreparam = "", $moreattrib = "", $sortfield… argument
4658 …print getTitleFieldOfList($name, 0, $file, $field, $begin, $moreparam, $moreattrib, $sortfield, $s…
4670 …* @param string $moreattrib Add more attributes on th ("" by defaut, example: 'align="center"'…
4679 …e, $thead = 0, $file = "", $field = "", $begin = "", $moreparam = "", $moreattrib = "", $sortfield… argument
4684 if ($moreattrib == 'class="right"') {
4713 $out .= '<'.$tag.' class="'.$prefix.$liste_titre.'" '.$moreattrib;