Categories | Question details Back To List | ||
dhtmlx windotw adding buttons along with dhtmlx grid control hi, I have DHTMLX Window control, in that i added DHTMLX grid as object along with that i wanted to add 2 more html buttons 1. Select and second one is Cancel button. I try to do that but i am not getting it right. Can any body help me in that. regards manoj Answer posted by Support on Oct 24, 2008 05:32 Try to create separate container, put tree into it, another elements and attach it through attachObject() Answer posted by Manoj on Oct 24, 2008 05:55 Is there any working example in DHTMLx website for this. Answer posted by Support on Oct 24, 2008 07:24 Yes, view attachObject() for example. http://dhtmlx.com/docs/products/dhtmlxWindows/samples/init/attach_object.html?un=1224858396000 Answer posted by Manoj on Oct 24, 2008 09:08 One control is ok, how about if i want to add another control say a html button and write some functionality to it ? i try to add 2 controls, i got a blank window with no error msg, Answer posted by Support on Oct 27, 2008 04:18 You should put all your controls in single container and attach it as one control using attachObject() |