#341 closed enhancement (fixed)
layout container refactoring/enhancments
Reported by: | bill | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
TabPane?, LayoutPane?, SplitPane? containers can now take any widget as input. Thus SplitPanePanel? and Tab are no longer necessary (resulting in less markup). New ContentPane? class can have inline content or load data from a url. FloatingPane? can also take any widget as input. See the test files (test_TabPane.html, test_LayoutPane.html, test_FloatingPane.html) for use cases.
Note: See
TracTickets for help on using
tickets.
Checked in over the last few weeks.