Roo/bootstrap/TODO.txt
[roojs1] / Roo / bootstrap / TODO.txt
1 http://getbootstrap.com/
2
3 Component
4   hideon = xs,sm,md,lg,print ( adds .hidden-xs) - value can be a combination of any of these
5   showon = xs,sm,md,lg,print  ( adds .visible-xs) - value can be a combination of any of these
6
7
8 Container
9  - add type : (empty) | jumbotron | page-header | thumbnail
10  - alert (empty) | success | info | warning | danger
11  - dismiss : false | true
12  
13  ** if alert -> then after render??? change all the children..
14  ** add hook? afterChildRender to Component..
15   
16 Button.js
17   active: true/false
18   weight : default (or empty) | primary | success | info | warning
19   size : lg / sm / xs (default empty)
20   tag: button (default) | a | input | submit
21   href:  // if set then and tag != 'a' = then show error
22   disabled  : true/false
23   isClose: true/false 
24   glyphicon: volume-up  (see components styling)
25   (( if button has items[] then show a carret and crete the ul/ for dropdown))
26   dropdirection : default empty (down) can be 'dropup'
27   badge: (empty) or value
28   
29 Navbar.Dropdown
30     - add align:  left (defualt) right
31     - add aligh
32
33 Navbar.Button (extends Button)
34     
35 Navbar.Item
36     - add
37         disabled
38     - if href is empty - then do not use <a> tags. (and use navbar-text)
39     - add align : right
40     - add badge
41
42 Navbar -
43     type : tabs | pills | stacked | justified | fixed-top | fixed-bottom  | static-top | inverse (default empty)  
44
45 BreadCrumb
46 BreadCrumb.Item
47   - active: true | false
48
49 ButtonGroup.js
50     size : lg / sm / xs (default empty)
51     align: (empty) or vertical | justified
52     
53   
54 Navbar.Dropdown.Divider.js
55
56   
57 Img.js
58     format: rounded | circle | thumbnail
59     
60 Progress
61    now:
62    max:
63    min:
64    width:
65    striped: false | true
66    active: false | true
67    // if items -> then use that for the items.
68    
69 ProgressItem
70     width:
71     
72     
73 MediaBlock
74    src
75    alt
76    href
77    title
78    html
79      
80 MediaList
81    
82 MediaList.Item
83    src
84    alt
85    href
86    title
87    html
88    
89    
90 ListGroup
91  (use div version)
92  
93 ListGroupItem
94  (use div's)
95   html:
96   badge:
97   title:
98   href:
99    
100    
101