Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by paw on Dec 17, 2007 18:43
open dhtmlx forum
methods for the select object (coro)

sir, it seems that your api is not updated. can I ask for a complete list of the methods for the select object. For example there is a put() method for the combo list whcih i only found out while viewing your source code for one of your samples. It would be better if you can give me the latest api. thanks!
Answer posted by Support on Dec 18, 2007 02:13
The API of grid is fully listed in related document, the commands called for sub-components  (such as comboboxes in grid ) not listed in main API doc, but mentioned in related article of guide.

In case of combo, there are only 4 public methods
  

    grid.getCombo(N).get(key);
    grid.getCombo(N).put(key,value);
    grid.getCombo(N).remove(key);
    grid.getCombo(N).clear();