Categories | Question details Back To List | ||||||||
Combo enableOptionAutoWidth Hi i trying enabled the auto width bu donīt work, only show a small div, my code is below: <script type="text/javascript"> var ComboObj_tercero_id = new dhtmlXCombo("ComboObj_tercero_id","tercero_id","196",false,9); ComboObj_tercero_id.enableFilteringMode(true,"../../js/php/complete.php?tipo=tercero&where="); ComboObj_tercero_id.enableOptionAutoWidth(true); </script> which is the problem? thanks. Jorge Arzuaga Answer posted by Alex (support) on May 29, 2009 02:43 Hello, Unfortunately, enableOptionAutoWidth is not compatible with autocomplete mode. We have modified the dhtmlxcombo_whp.js - attached file. Possibly it'll resolve the issue. Attachments (1)
Answer posted by Chris Hyzer on Aug 07, 2009 12:54 We need this too, did it make it into the supported product? Thanks, Chris Answer posted by Alex (support) on Aug 10, 2009 01:15 Hello, combo doesn't support auto width functionality with dynamic loading officially. |