#12822 closed enhancement (fixed)
create dojox.mobile.Opener widget
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.0 |
Keywords: | 1.7-mobile | Cc: | ykami, Dustin Machi, Chris Mitchell |
Blocked By: | Blocking: |
Description
Need a popup widget for mobile that acts much like an HTML Select:
1) on iphone, overlays from the bottom
2) on ipad, tooltip popup
Change History (4)
comment:1 Changed 10 years ago by
Cc: | ykami Dustin Machi Chris Mitchell added |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
(In [24576]) Fixes #12822. Created Opener widget that subclasses either Overlay for small screen devices or Tooltip for all others. Added setvalue and getValue to SpinWheel? for ease of use that process arrays of slot values. Changed Overlay to use the coverv and revealv/reverse transitions.