Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Adam M on Jun 12, 2007 21:28
open dhtmlx forum
This is more of a suggestion that a question. If you could put the "type" of the parameter in the API Functions and Usage Guide i think it would be extremely useful. For example with selectCell: selectCell(r,cInd,fl,preserve,edit) set selection to specified row-cell Object: dhtmlXGridObject Topic(s): selection control; cells controll; # File required:dhtmlXGrid.jsr - row object or row index # cInd - cell index # [fl] - true if to call onRowSelect function # preserve - preserve previously selected rows true/false (false by default) # edit - switch selected cell to edit mode it would be nice to know that it is expecting a boolean for the true/false params as opposed to strings like 'true'/'false'. It is also unclear what type edit should be.


Answer posted on Jun 13, 2007 10:59
Thanks for your proposition, we have in our plans to add types of input parameters to API documentation.
About boolean values - while most boolean methods can work with both true and "true" as value, it is recommended to use real boolean true/false values.
Answer posted by Alexandra (Support) on Dec 04, 2014 21:45

If you haven't found the needed information there and still looking for a solution, you will find the additional help checking javascript popup always on top and tab control in javascript.