Hi,
We are using 3.6 pro edition in our product.
I have created a dhtmlxwindow object and loaded a jsp page using attachURL.
dhxwindow.attachURL(‘myPage.jsp’);
and in myPage.jsp ,
i have created a layout object.
var mylayout = new dhtmlxLayoutObject(document.body, ‘3u’);
toolbar = mylayout.cells(‘a’).attachToolbar();
toolbar.addButton(“Validate”, 0, “”, “images/queryValidation24.png”, “images/queryValidation24.png”);
toolbar.addButton(“Preview”, 1, “”, “images/previewBtn24.png”, “images/previewBtn24.png”);
toolbar.setAlign(‘right’);
//and i have other dhtmlxcomponents in other cells
Problem is i am unable to view the toolbar.
What is the problem?
Thanks in advance,
Naresh Adla.