ArielOctavio / jquery-dialogextend

Automatically exported from code.google.com/p/jquery-dialogextend
0 stars 0 forks source link

Enhancement on title bar #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Feature #1:
  Hide title bar
Description:
  Do not display text in title bar.
  Buttons will still be available at the upper-right-hand corner.
  Dialog will still be draggable.
Example:
  $("#my-dialog")
    .dialog()
    .dialogExtend({ "titlebar" : "hide" });

Feature #2:
  Make title bar be transparent
Description:
  Remove background color and default style of title bar.
  Dialog will still be draggable.
Example:
  $("#my-dialog")
    .dialog()
    .dialogExtend({ "titlebar" : "transparent" });

Original issue reported on code.google.com by crab.c...@gmail.com on 24 Dec 2010 at 3:24

GoogleCodeExporter commented 8 years ago
Also hide buttons in Feature #1

Original comment by crab.c...@gmail.com on 28 Dec 2010 at 8:09

GoogleCodeExporter commented 8 years ago
Feature #1: Consider the possibility of showing buttons when hover dialog.

Original comment by crab.c...@gmail.com on 29 Dec 2010 at 9:52

GoogleCodeExporter commented 8 years ago

Original comment by crab.c...@gmail.com on 5 Jan 2011 at 3:46