Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Seetharaman Srinivasan on Nov 01, 2008 06:27
open dhtmlx forum
dhxMenu

I wanted to add a list radio buttons to change the skins of the grid.

I used the following code. I do not see any samples for this kind of radio button creation in your doc. This does not seem to work.Any suggestion?

dhxMenu.addNewChild("options", 401, "skin", "Select Skin", false, "new.gif");
menu.addRadioButton("child", "skin", 402, "sbdark", "SB Dark", "group1", false, false);

..

I See Options menu and Select Skin below that. I do not see radio button
Answer posted by Support on Nov 03, 2008 01:26
Hello,

In first codeline you are using dhxMenu variable and in second - menu.
They should be the same.