Opened 13 years ago
Closed 12 years ago
#3311 closed task (fixed)
LayoutContainer: remove sorting option
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Simplify LayoutContainer? and dijit.base.Layout.layoutChildren() by de-supporting layoutPriority flag. Children will be laid out according to their position in the input array.
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [9266]) Fixes #3311:
Simplify LayoutContainer? and dijit.Layout.layoutChildren() by de-supporting layoutPriority flag. Children will be laid out according to their position in the input array.