Home
last modified time | relevance | path

Searched refs:htmlname (Results 1 – 25 of 142) sorted by relevance

123456

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dajax.lib.php33 * @param string $htmlname HTML name of input field
65 …$script = '<input type="hidden" name="'.$htmlname.'" id="'.$htmlname.'" value="'.$selected.'" '.($…
79 $("#'.$htmlname.'").val("");
119 $("input#search_'.$htmlname.'").autocomplete({
277 jQuery("input#'.$htmlname.'").autocomplete({
284 jQuery("#'.$htmlname.'").val(item.value);
448 $(\''.(preg_match('/^\./', $htmlname) ? $htmlname : '#'.$htmlname).'\').'.$tmpplugin.'({
481 jQuery("#'.$htmlname.'").change(function () {
485 runJsCodeForEvent'.$htmlname.'(values);
490 function runJsCodeForEvent'.$htmlname.'(obj) {
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dajax.lib.php33 * @param string $htmlname HTML name of input field
59 …$script = '<input type="hidden" name="'.$htmlname.'" id="'.$htmlname.'" value="'.$selected.'" '.($…
73 $("#'.$htmlname.'").val("");
113 $("input#search_'.$htmlname.'").autocomplete({
251 jQuery("input#'.$htmlname.'").autocomplete({
258 jQuery("#'.$htmlname.'").val(item.value);
409 $(\''.(preg_match('/^\./', $htmlname) ? $htmlname : '#'.$htmlname).'\').'.$tmpplugin.'({
436 jQuery("#'.$htmlname.'").change(function () {
440 runJsCodeForEvent'.$htmlname.'(values);
445 function runJsCodeForEvent'.$htmlname.'(obj) {
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.formcompany.class.php282 …if (!empty($htmlname)) $out .= '<select id="'.$htmlname.'" class="flat maxwidth200onsmartphone min…
342 if (!empty($htmlname))
345 $out .= ajax_combobox($htmlname);
378 print '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
410 print ajax_combobox($htmlname);
468 $out .= ajax_combobox($htmlname);
584 $out .= ajax_combobox($htmlname);
741 print ajax_combobox($htmlname);
781 print ajax_combobox($htmlname);
942 print '<select class="flat" name="'.$htmlname.'" id="'.$htmlname.'">';
[all …]
H A Ddoleditor.class.php38 public $htmlname; variable in DolEditor
51 * @param string $htmlname HTML name of WYSIWIG field
97 $this->htmlname = $htmlname;
161 CKEDITOR.replace(\''.$this->htmlname.'\',
238 $out .= ' var aceEditor = window.ace.edit("'.$this->htmlname.'aceeditorid");
242 jQuery(".morelines'.$this->htmlname.'").click(function() {
269 …$out .= '<textarea id="'.$this->htmlname.'" name="'.$this->htmlname.'" style="width:0px; height: 0…
274 $out .= 'var aceEditor = window.ace.edit("'.$this->htmlname.'aceeditorid");
297 var aceEditor = window.ace.edit("'.$this->htmlname.'aceeditorid")
299 jQuery("#'.$this->htmlname.'").val(aceEditor.getSession().getValue());
[all …]
H A Dhtml.formbarcode.class.php121 * @param string $htmlname Name of HTML select field
129 print $this->selectBarcodeType($selected, $htmlname, $useempty);
136 * @param string $htmlname Name of HTML select field
158 $out .= '<select class="flat minwidth75imp" name="'.$htmlname.'" id="select_'.$htmlname.'">';
162 …t .= '<select disabled class="flat minwidth75imp" name="'.$htmlname.'" id="select_'.$htmlname.'">';
178 $out .= ajax_combobox("select_".$htmlname);
191 * @param string $htmlname Nom du formulaire select
198 print $this->formBarcodeType($page, $selected, $htmlname);
206 * @param string $htmlname Nom du formulaire select
213 if ($htmlname != "none") {
[all …]
H A Dhtml.formwebsite.class.php58 * @param string $htmlname Name of HTML select
73 $out .= '<select class="flat minwidth100" name="'.$htmlname.'" id="'.$htmlname.'">';
106 * @param string $htmlname Name of select zone
132 …print '<select id="select'.$htmlname.'" class="flat selectTypeOfContainer minwidth200" name="'.$ht…
155 print ajax_combobox('select'.$htmlname);
169 * @param string $htmlname Name of select zone
220 $out .= ajax_combobox('select'.$htmlname);
232 * @param string $htmlname Name of select zone
249 …$out .= '<select name="'.$htmlname.'" id="'.$htmlname.'" class="maxwidth300'.($morecss ? ' '.$more…
299 $out .= ajax_combobox($htmlname);
[all …]
H A Dhtml.form.class.php230 $ret .= $this->selectDate($value, $htmlname, 0, 0, 1, 'form'.$htmlname, 1, 0);
233 $ret .= $this->selectDate($value, $htmlname, 1, 1, 1, 'form'.$htmlname, 1, 0);
970 print '<select class="flat" id="select_'.$htmlname.'" name="'.$htmlname.'">';
1070 print '<select id="select_'.$htmlname.'" class="flat" name="'.$htmlname.'">';
3345 print '<select id="'.$htmlname.'" class="flat" name="'.$htmlname.'">';
3426 print '<select class="flat" id="select_'.$htmlname.'" name="'.$htmlname.'">';
3905 $return = '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
5191 $out .= '<select class="flat" name="'.$htmlname.'" id="'.$htmlname.'">';
7934 …$out = '<select id="select_'.$htmlname.'" name="'.$htmlname.'" class="'.$htmlname.' flat minwidth7…
8022 …$out = '<select id="select_'.$htmlname.'" name="'.$htmlname.'" class="'.$htmlname.' flat minwidth7…
[all …]
H A Dhtml.formadmin.class.php51 * @param string $htmlname Name of HTML select
130 $out .= ajax_combobox($htmlname);
141 * @param string $htmlname Name of html select
201 …print '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattri…
230 * @param string $htmlname Name of html select
278 print '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
303 * @param string $htmlname Nom de la zone select
306 public function select_timezone($selected, $htmlname) argument
311 print '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
356 * @param string $htmlname Name of HTML select field
[all …]
H A Dhtml.formexpensereport.class.php57 * @param string $htmlname Name of HTML select
62 …public function selectExpensereportStatus($selected = '', $htmlname = 'fk_statut', $useempty = 1, … argument
68 print '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
84 print ajax_combobox($htmlname);
91 * @param string $htmlname Name of field in form
96 …public function selectTypeExpenseReport($selected = '', $htmlname = 'type', $showempty = 0, $activ… argument
104 $out .= '<select class="flat" name="'.$htmlname.'" id="'.$htmlname.'">';
133 $out .= ajax_combobox($htmlname);
H A Dhtml.formother.class.php84 print '<select class="flat minwidth200" name="'.$htmlname.'" id="'.$htmlname.'">';
116 print ajax_combobox($htmlname);
147 print '<select class="flat minwidth200" name="'.$htmlname.'" id="'.$htmlname.'">';
179 print ajax_combobox($htmlname);
429 … '<select class="flat'.($morecss ? ' '.$morecss : '').'" id="'.$htmlname.'" name="'.$htmlname.'">';
579 … '<select class="flat'.($morecss ? ' '.$morecss : '').'" name="'.$htmlname.'" id="'.$htmlname.'">';
586 print ajax_combobox($htmlname);
941 … '<select class="flat'.($morecss ? ' '.$morecss : '').'" name="'.$htmlname.'" id="'.$htmlname.'">';
964 $select_month .= ajax_combobox($htmlname);
1045 $out .= ajax_combobox($htmlname);
[all …]
H A Dhtml.formcron.class.php56 * @param string $htmlname Html control name
61 public function select_typejob($htmlname, $selected = 0, $readonly = 0) argument
71 $out .= '<SELECT name="'.$htmlname.'" id="'.$htmlname.'" style="display:none"/>';
76 $out .= '<SELECT name="'.$htmlname.'" id="'.$htmlname.'" style="display:none"/>';
81 $out = '<SELECT class="flat" name="'.$htmlname.'" id="'.$htmlname.'" />';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.formcompany.class.php298 if (!empty($htmlname)) {
349 if (!empty($htmlname)) {
360 if (!empty($htmlname)) {
362 $out .= ajax_combobox($htmlname);
394 print '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
422 print ajax_combobox($htmlname);
594 $out .= ajax_combobox($htmlname);
752 print ajax_combobox($htmlname);
798 $out .= ajax_combobox($htmlname);
982 print '<select class="flat" name="'.$htmlname.'" id="'.$htmlname.'">';
[all …]
H A Ddoleditor.class.php39 public $htmlname; variable in DolEditor
52 * @param string $htmlname HTML name of WYSIWIG field
104 $this->htmlname = $htmlname;
172 CKEDITOR.replace(\''.$this->htmlname.'\',
249 $out .= ' var aceEditor = window.ace.edit("'.$this->htmlname.'aceeditorid");
253 jQuery(".morelines'.$this->htmlname.'").click(function() {
280 …$out .= '<textarea id="'.$this->htmlname.'" name="'.$this->htmlname.'" style="width:0px; height: 0…
285 $out .= 'var aceEditor = window.ace.edit("'.$this->htmlname.'aceeditorid");
308 var aceEditor = window.ace.edit("'.$this->htmlname.'aceeditorid")
310 jQuery("#'.$this->htmlname.'").val(aceEditor.getSession().getValue());
[all …]
H A Dhtml.formbarcode.class.php116 * @param string $htmlname Name of HTML select field
124 print $this->selectBarcodeType($selected, $htmlname, $useempty);
131 * @param string $htmlname Name of HTML select field
153 $out .= '<select class="flat minwidth75imp" name="'.$htmlname.'" id="select_'.$htmlname.'">';
157 …t .= '<select disabled class="flat minwidth75imp" name="'.$htmlname.'" id="select_'.$htmlname.'">';
173 $out .= ajax_combobox("select_".$htmlname);
186 * @param string $htmlname Nom du formulaire select
193 print $this->formBarcodeType($page, $selected, $htmlname);
201 * @param string $htmlname Nom du formulaire select
208 if ($htmlname != "none") {
[all …]
H A Dhtml.formwebsite.class.php58 * @param string $htmlname Name of HTML select
72 $out .= '<select class="flat minwidth100" name="'.$htmlname.'" id="'.$htmlname.'">';
102 * @param string $htmlname Name of select zone
126 …print '<select id="select'.$htmlname.'" class="flat selectTypeOfContainer minwidth200" name="'.$ht…
148 print ajax_combobox('select'.$htmlname);
162 * @param string $htmlname Name of select zone
210 $out .= ajax_combobox('select'.$htmlname);
222 * @param string $htmlname Name of select zone
238 …$out .= '<select name="'.$htmlname.'" id="'.$htmlname.'" class="maxwidth300'.($morecss ? ' '.$more…
294 $out .= ajax_combobox($htmlname);
[all …]
H A Dhtml.formadmin.class.php51 * @param string $htmlname Name of HTML select
155 $out .= ajax_combobox($htmlname);
166 * @param string $htmlname Name of html select
233 …print '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'"'.($moreattrib ? ' '.$moreattri…
272 * @param string $htmlname Name of html select
324 print '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
350 * @param string $htmlname Nom de la zone select
353 public function select_timezone($selected, $htmlname) argument
358 print '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
443 $out .= '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
[all …]
H A Dhtml.form.class.php167 if ($htmlname && GETPOST('action', 'aZ09') != 'edit'.$htmlname && $perm) {
260 $ret .= $this->selectDate($value, $htmlname, 0, 0, 1, 'form'.$htmlname, 1, 0);
262 $ret .= $this->selectDate($value, $htmlname, 1, 1, 1, 'form'.$htmlname, 1, 0);
1094 print '<select class="flat" id="select_'.$htmlname.'" name="'.$htmlname.'">';
1197 print '<select id="select_'.$htmlname.'" class="flat" name="'.$htmlname.'">';
1639 $htmlid = $htmlname;
4330 $return = '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
5667 $out .= '<select class="flat" name="'.$htmlname.'" id="'.$htmlname.'">';
8626 …$out = '<select id="select_'.$htmlname.'" name="'.$htmlname.'" class="'.$htmlname.' flat minwidth7…
8712 …$out = '<select id="select_'.$htmlname.'" name="'.$htmlname.'" class="'.$htmlname.' flat minwidth7…
[all …]
H A Dhtml.formexpensereport.class.php57 * @param string $htmlname Name of HTML select
62 …public function selectExpensereportStatus($selected = '', $htmlname = 'fk_statut', $useempty = 1, … argument
68 print '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
86 print ajax_combobox($htmlname);
93 * @param string $htmlname Name of field in form
98 …public function selectTypeExpenseReport($selected = '', $htmlname = 'type', $showempty = 0, $activ… argument
106 $out .= '<select class="flat" name="'.$htmlname.'" id="'.$htmlname.'">';
141 $out .= ajax_combobox($htmlname);
H A Dhtml.formother.class.php130 print '<select class="flat minwidth200" name="'.$htmlname.'" id="'.$htmlname.'">';
160 print ajax_combobox($htmlname);
192 print '<select class="flat minwidth200" name="'.$htmlname.'" id="'.$htmlname.'">';
222 print ajax_combobox($htmlname);
469 … '<select class="flat'.($morecss ? ' '.$morecss : '').'" id="'.$htmlname.'" name="'.$htmlname.'">';
634 … '<select class="flat'.($morecss ? ' '.$morecss : '').'" name="'.$htmlname.'" id="'.$htmlname.'">';
643 print ajax_combobox($htmlname);
1010 … '<select class="flat'.($morecss ? ' '.$morecss : '').'" name="'.$htmlname.'" id="'.$htmlname.'">';
1029 $select_month .= ajax_combobox($htmlname);
1113 $out .= ajax_combobox($htmlname);
[all …]
H A Dhtml.formcron.class.php56 * @param string $htmlname Html control name
61 public function select_typejob($htmlname, $selected = 0, $readonly = 0) argument
71 $out .= '<SELECT name="'.$htmlname.'" id="'.$htmlname.'" style="display:none"/>';
76 $out .= '<SELECT name="'.$htmlname.'" id="'.$htmlname.'" style="display:none"/>';
81 $out = '<SELECT class="flat" name="'.$htmlname.'" id="'.$htmlname.'" />';
H A Dhtml.formaccounting.class.php62 * @param string $htmlname Name of field in html form
142 * @param string $htmlname Name of field in html form
222 * @param string $htmlname Name of field in form
265 $out = '<select class="flat minwidth200" id="'.$htmlname.'" name="'.$htmlname.'">';
292 $out .= ajax_combobox($htmlname, array());
301 * @param string $htmlname Name of select field
305 public function select_bookkeeping_importkey($htmlname = 'importkey', $selectedkey = '') argument
327 return Form::selectarray($htmlname, $options, $selectedkey);
438 * @param string $htmlname Name of field in html form
517 * @param string $htmlname Name of HTML select object
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/mailing/class/
H A Dhtml.formadvtargetemailing.class.php56 * @param string $htmlname select field
86 return $this->advMultiselectarray($htmlname, $options_array, $selected_array);
92 * @param string $htmlname of html select object
144 return $this->advMultiselectarray($htmlname, $options_array, $selected_array);
150 * @param string $htmlname control name
191 * @param string $htmlname of combo list (example: 'search_sale')
216 * @param string $htmlname control name
284 * @param string $htmlname Name of HTML select combo field
327 * @param string $htmlname select
345 * @param string $htmlname control name
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/mailing/class/
H A Dhtml.formadvtargetemailing.class.php56 * @param string $htmlname select field
87 return $this->advMultiselectarray($htmlname, $options_array, $selected_array);
93 * @param string $htmlname of html select object
146 return $this->advMultiselectarray($htmlname, $options_array, $selected_array);
152 * @param string $htmlname control name
194 * @param string $htmlname of combo list (example: 'search_sale')
218 * @param string $htmlname control name
285 * @param string $htmlname Name of HTML select combo field
325 * @param string $htmlname select
343 * @param string $htmlname control name
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dmacros.rs7 ( $attr:ident, $htmlname:tt ) => (
19 ( $attr:ident, $htmlname:tt ) => (
60 ($attr:ident, $htmlname:tt) => {
76 ($attr:ident, $htmlname:tt) => {
91 ($attr:ident, $htmlname:tt) => {
98 ( $attr:ident, $htmlname:tt ) => (
110 ( $attr:ident, $htmlname:tt ) => (
152 ( $attr:ident, $htmlname:tt ) => (
164 ( $attr:ident, $htmlname:tt ) => (
202 ($attr:ident, $htmlname:tt) => {
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/resource/class/
H A Dhtml.formresource.class.php68 * @param string $htmlname Name of field in form
80 …public function select_resource_list($selected = '', $htmlname = 'fk_resource', $filter = '', $sho… argument
103 $out .= ajax_combobox($htmlname, $event, $conf->global->RESOURCE_USE_SEARCH_TO_SELECT);
105 $out .= ajax_combobox($htmlname);
109 …$out .= '<select id="'.$htmlname.'" class="flat minwidth100'.($morecss ? ' '.$morecss : '').'" nam…
160 * @param string $htmlname Nom de la zone select
168 …public function select_types_resource($selected = '', $htmlname = 'type_resource', $filtertype = '… argument
175 …dol_syslog(get_class($this)."::select_types_resource ".$selected.", ".$htmlname.", ".$filtertype."…
182 …print '<select id="select'.$htmlname.'" class="flat maxwidthonsmartphone select_'.$htmlname.'" nam…

123456