Categories | Question details Back To List | ||
API function parameters In many of your function definitions you indicate the parameters. For example addRow(new_id, text, ind) but in many others you indicate something like this: addRowAfter(...) What does the ... indicate and where can I find explanation for each function definition? Answer posted by dhxSupport on Jun 19, 2009 07:19 >>addRowAfter(...) Such parameters description is set only for the method from the pro version. If you have PRO version you can find parameters description in your package dhtmlxGrid\doc\alpha.html Answer posted by Michael on Jun 19, 2009 07:01 Thanks. I never realized that. I usually just go to your website to use the documentation. :) |