Add to git.
[monolith.git] / TODO
1 Known bugs:
2
3 * Fix bug with updating value fields on submit buttons.
4
5 Desirable widgets and features:
6
7 * Radios built from toggle buttons.
8
9 * Tabs and tabbed panes.
10   
11 * True links (looking like buttons or URLs?) [note: can be emulated now
12   using ml_button and redirects -- perhaps an ml_link_button class to
13   wrap this up?]
14   
15 * Menubar, menus, menu items.
16
17 * File open (this will have to have a fairly flexible VFS layer since
18   it obviously can't access local disk)
19
20 * Iframe or object (?)
21
22 * Fixed placement layout exposing more positioning features of CSS2
23
24 * Popup menus (if these are possible)
25
26 * Themes
27
28 * Buttons should have: [IMG] Text (with IMG being optional) so that
29   we can style them differently if desired.
30
31 * User authentication in a more integrated manner.
32
33 * Update documentation to cover recent changes to the API