Window Widget
http://www.dynamicdrive.com/dynamici...ndow/index.htm
Hi, how can I complete remove the minimize button from the upper right corner of the window and only have the option to close the window?
Thanks
Window Widget
http://www.dynamicdrive.com/dynamici...ndow/index.htm
Hi, how can I complete remove the minimize button from the upper right corner of the window and only have the option to close the window?
Thanks
Inside the .js file, try finding the below line, and adding the code in red to it:
Code:domwindowdata+='DHTML Window <div class="drag-controls"><img src="'+this.imagefiles[0]+'" title="Minimize" style="display:none" /><img src="'+this.imagefiles[1]+'" title="Close" /></div>'
DD Admin
Bookmarks