Results 1 to 2 of 2

Thread: Window Widget - Minimize button

  1. #1
    Join Date
    Jul 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Window Widget - Minimize button

    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

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •