Categories | Question details Back To List | ||
adding button to status bar in dhxWindow I need to have buttons at the bottom of the window - always visible and not scrollable. I am using code below to add the button to status bar, but bottom part of the button is not visible. Is there a way to make the button completely visible? sb= win.attachStatusBar(); sb.setText("<div align='center' id='buttons'><button type='button' id='submit' name='submit' onclick='dpde.sendData()'><font size='1'>Save</font></button> </div>"); Answer posted by Alex (support) on Jul 06, 2009 08:31 Hello, the height of the statusbar is fixed. You can easily increase it in the dhtmlxwindows_sb.js. Please, see details in the following answer http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=8951 |