ecommerce1986 / mobiscroll

Automatically exported from code.google.com/p/mobiscroll
0 stars 0 forks source link

Feature Req: Disable (Hide) Header #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Would be nice to selectively hide the "selected date" header in the "dwv" div.  
Additionally, ability to show/hide the scroller headers (month, day, year) so 
only the scrollers and buttons show.

Original issue reported on code.google.com by seele...@gmail.com on 19 Sep 2011 at 6:20

GoogleCodeExporter commented 8 years ago
This can be done with CSS:

/* hide header: */
.dwv {
    display: none;
}

/* hide labels: */
.dwl {
    display: none;
}
.dwpm .dww {
    top: 0;
}
.dwc {
    padding-top: 5px;
}

Original comment by bender.ross on 19 Sep 2011 at 7:07

GoogleCodeExporter commented 8 years ago
Oh, of course it can.  Forgive my slow brain today... been a very long
weekend.

Thanks!

Original comment by seele...@gmail.com on 19 Sep 2011 at 7:33

GoogleCodeExporter commented 8 years ago
Probably these options will be implemented as 'showHeader' and 'showLabels' 
options.

Original comment by diosla...@gmail.com on 20 Sep 2011 at 5:48

GoogleCodeExporter commented 8 years ago

Original comment by diosla...@gmail.com on 20 Sep 2011 at 12:23

GoogleCodeExporter commented 8 years ago
Features added in 1.6

Original comment by diosla...@gmail.com on 26 Mar 2012 at 2:12