#12592 closed enhancement (fixed)
Perform an action from ListItem and make transition
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.0 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
dojox.mobile.ListItem should have ability to perform a custom action, such as creating/loading/updating view synchronously or asynchronouly, and then make transition.
Currently, if moveTo is specified, transition occurs before completing an action. If moveTo is not specified, the list item arrow disappears.
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Fix was that if moveTo="#" is specified, then the ListItem shows an arrow, but transition does not occur.
Added test_list-actions.html to show action & transition examples.
Note: See
TracTickets for help on using
tickets.
(In [24188]) Fixes #12592 !strict. Action and transition.