Categories | Question details Back To List | ||
dhtmlxWindow no borders Hi, what is the best way to create a window without borders and no buttons on the top. Thanks Answer posted by Support on Aug 21, 2008 01:40 Hello, There is the following embedded feature to hide top window buttons: dhxWins.button(id).hide(); What is for creating a window without borders, this can be solved by creating a new skin. Answer posted by Alejandro Valverde on Aug 21, 2008 11:47 Do you guys have a manual on how to create a windows skin?? Thanks Answer posted by Support on Aug 22, 2008 02:54 There is no full documentation about windows skining on current moment. We plan to include it in next release. |