Hi Support Team
There is any chance filtering method to combobox and nice style like induvidual combo?
z.enableFilteringMode(true, “php/complete.php”, true);
I can attach picture to calendar?
I can enable disable elements? I mean if disable element is grayed and readonly or unclickable.
Thank you
to get a possibillity to use filtering mode in the combo of the dhtmlXForm you need to add
Combo = myForm.getCombo('name_of_combo');
Combo.enableFilteringMode(true);
What about picture in calendar, couldn’t you explain what picture do you mean? You can set different skins to your calendar. http://docs.dhtmlx.com/doku.php?id=dhtmlxcalendar:dhtmlxcalendar_configuration#setting_skin
Unfotunately you can’t disable the elements of the form but only the whole form.
Thank you for your answer,
I mean
<label>Date: </label></td><td><div id="beerk_datum<?php echo $ID;?>"style="display:none; position:absolute;"></div><input type="text" name="datum<?php echo $ID;?>" id="datum<?php echo $ID;?>" value="<?php echo $datum;?>" readonly="readonly"><img onClick="showCalendar('datum<?php echo $ID;?>')" src="<?php echo base_url();?>dhtmlx/calendar/imgs/calendar.gif">
the important calendar gif.
I think ‘Combo.enableFilteringMode(true);’ not equal this mod.
z.enableFilteringMode(true, “php/complete.php”, true);
If i want filter Aspirany or Aspirany1?
Olga
#4
the important calendar gif.
Just use another picture
<img onClick="showCalendar('datum<?php echo $ID;?>')" src="<?php echo base_url();?>dhtmlx/calendar/imgs/any_other_picture.gif">
I think ‘Combo.enableFilteringMode(true);’ not equal this mod.
Have you tried this? Doesn’t it work for you?