RooUsage.txt
[Pman.Builder] / RooUsage.txt
1
2 // what can be added where...
3
4 left:
5  *top
6 right:
7  Roo.LayoutDialog         
8  Roo.NestedLayoutPanel
9  Roo.ContentPanel         
10  Roo.GridPanel         
11  Roo.TreePanel
12  Roo.bootstrap.Body
13  Roo.bootstrap.Modal
14  
15
16 // added with a property..  (*prop)
17  
18 left: 
19  Roo.LayoutDialog:center
20  Roo.LayoutDialog:east          
21  Roo.LayoutDialog:west          
22  Roo.LayoutDialog:south          
23  Roo.LayoutDialog:north          
24  Roo.BorderLayout:center          
25  Roo.BorderLayout:east          
26  Roo.BorderLayout:west          
27  Roo.BorderLayout:south          
28  Roo.BorderLayout:north          
29 right:
30  Roo.LayoutRegion
31
32 // add with region? region= 
33  
34 left:
35   Roo.LayoutDialog
36   Roo.BorderLayout
37 right:
38   Roo.ContentPanel         
39   Roo.NestedLayoutPanel
40   Roo.GridPanel
41   Roo.TreePanel
42   
43 // should probably look like this
44 //  Roo.ContentPanel:region=center         
45 //  Roo.NestedLayoutPanel:region=center
46 // Roo.GridPanel:region=center
47 // Roo.TreePanel:region=center
48            
49 left:
50   Roo.NestedLayoutPanel:layout 
51 right: 
52   Roo.BorderLayout         
53            
54            
55 left: 
56   Roo.ContentPanel 
57 right: 
58   Roo.form.Form         
59   Roo.JsonView  
60   Roo.View
61      
62 // some popup menus..     
63 left:
64   Roo.ContentPanel:menu
65   Roo.NestedLayoutPanel:menu
66   Roo.GridPanel:menu
67   Roo.TreePanel:menu
68 right:
69   Roo.menu.Menu
70            
71            
72 // Parent items         
73 left: 
74  Roo.form.Form
75  Roo.form.FieldSet 
76  Roo.form.Column 
77  Roo.form.Row
78
79 right: 
80   Roo.form.Column         
81   Roo.form.FieldSet         
82   Roo.form.Row         
83   Roo.form.Hidden         
84   Roo.form.TextField         
85   Roo.form.GridField
86   Roo.form.DateField         
87   Roo.form.NumberField         
88   Roo.form.Checkbox         
89   Roo.form.Radio         
90   Roo.form.ComboBox         
91   Roo.form.TextArea         
92   Roo.form.HtmlEditor         
93   Roo.form.FCKeditor         
94   Roo.Button         
95
96 left: 
97   Roo.grid.GridEditor:field
98 right:
99   Roo.form.TextField         
100   Roo.form.DateField         
101   Roo.form.NumberField         
102   Roo.form.Checkbox         
103   Roo.form.Radio         
104   Roo.form.ComboBox         
105   Roo.form.TextArea         
106            
107  
108            
109 left:
110  Roo.LayoutDialog:buttons[]
111  Roo.form.Form:buttons[] 
112 right:
113  Roo.Button         
114            
115            
116            
117            
118            
119 //Toolbar           
120 left: 
121  Roo.Toolbar 
122  Roo.PagingToolbar 
123 right: 
124   Roo.Toolbar.Button         
125   Roo.Toolbar.Fill         
126   Roo.Toolbar.Separator         
127   Roo.Toolbar.Spacer         
128   Roo.Toolbar.SplitButton         
129   Roo.Toolbar.TextItem        
130   Roo.form.ComboBox
131   Roo.form.DateField
132   Roo.form.TextField
133
134            
135 left:            
136  Roo.Toolbar.Button:menu 
137  Roo.Toolbar.SplitButton:menu
138  Roo.menu.Item:menu 
139 right: 
140  Roo.menu.Menu         
141            
142            
143            
144            
145 //Menu           
146 left:
147  Roo.menu.Menu
148 right:
149   Roo.menu.CheckItem         
150   Roo.menu.ColorItem         
151   Roo.menu.DateItem         
152   Roo.menu.DateMenu         
153   Roo.menu.Separator         
154   Roo.menu.TextItem         
155   Roo.menu.Item         
156            
157
158            
159
160 //Grids           
161 left: 
162         Roo.GridPanel:grid
163 right:
164         Roo.grid.Grid         
165         Roo.grid.EditorGrid         
166         Roo.grid.PropertyGrid
167
168            
169 left:
170   Roo.grid.Grid:sm
171   Roo.grid.EditorGrid:sm
172 right:  
173  Roo.grid.CellSelectionModel         
174  Roo.grid.RowSelectionModel         
175            
176 left:
177  Roo.grid.Grid:view
178 right:
179  Roo.grid.EditorGrid:view          
180  Roo.grid.GridView                 
181
182 left:   
183  Roo.grid.Grid:cm[] 
184  Roo.grid.EditorGrid:cm[]          
185 right:
186  Roo.grid.ColumnModel
187
188 left:           
189  Roo.grid.ColumnModel:editor
190 right:
191  Roo.grid.GridEditor         
192         
193         
194 left: 
195         Roo.grid.EditorGrid:footer
196         Roo.grid.Grid:footer
197         Roo.Grid:footer
198 right:
199         Roo.PagingToolbar
200         
201         
202 left: 
203         Roo.grid.EditorGrid:toolbar
204         Roo.grid.Grid:toolbar
205         Roo.Grid:toolbar
206         Roo.ContentPanel:toolbar
207         Roo.TreePanel:toolbar
208 right:
209         Roo.Toolbar
210                 
211         
212         
213         
214 //Tree           
215 left:
216  Roo.TreePanel:tree
217 right:
218  Roo.tree.TreePanel         
219
220 left:     
221  Roo.tree.TreePanel:root
222 right:
223  Roo.tree.AsyncTreeNode         
224   Roo.tree.TreeNode         
225
226 left:     
227   Roo.tree.TreePanel:editor
228 right:
229   Roo.tree.TreeEditor
230
231 left:     
232   Roo.tree.TreeEditor:field
233 right:
234   Roo.form.TextField
235   
236
237
238 left:           
239  Roo.tree.TreePanel:loader 
240 right:
241  Roo.tree.TreeLoader         
242  
243 left:
244         Roo.tree.TreePanel:sm
245 right:
246         Roo.tree.DefaultSelectionModel         
247         Roo.tree.MultiSelectionModel         
248
249   
250 // combos
251
252 left: 
253   Roo.grid.EditorGrid:ds
254   Roo.grid.Grid:ds
255   Roo.form.ComboBox:store
256   Roo.View:store
257   Roo.JsonView:store
258   Roo.bootstrap.ComboBox:store
259   Roo.bootstrap.Calendar:store
260 right: 
261   Roo.data.Store
262   Roo.data.SimpleStore
263
264 left:
265   Roo.data.Store:proxy
266 right:
267   Roo.data.HttpProxy
268   Roo.data.MemoryProxy
269  
270
271 left:
272   Roo.data.Store:reader
273 right:
274   Roo.data.JsonReader
275   Roo.data.ArrayReader
276   Roo.data.XmlReader
277
278 left:
279   Roo.View:tpl
280   Roo.JsonView:tpl
281 right: 
282   Roo.Template
283
284   
285   //drag drop..
286 left: 
287    Roo.grid.Grid:dragTarget
288 right:
289    Roo.dd.DropTarget
290   
291   
292   
293   
294 // bootstrap?
295
296 left:
297     Roo.bootstrap.Body
298     Roo.bootstrap.Container
299     Roo.bootstrap.Modal
300     Roo.bootstrap.Column
301     Roo.bootstrap.Row
302     Roo.bootstrap.TableCell
303 right:
304     Roo.bootstrap.Container
305     Roo.bootstrap.Button
306     Roo.bootstrap.ButtonGroup
307     Roo.bootstrap.Column
308     Roo.bootstrap.Form
309     Roo.bootstrap.Navbar
310     Roo.bootstrap.Row
311     Roo.bootstrap.Header
312     Roo.bootstrap.Img
313     Roo.bootstrap.Calendar  
314     Roo.bootstrap.Popover
315     Roo.bootstrap.Input
316     Roo.bootstrap.TextArea
317     Roo.bootstrap.Table
318
319 left:
320     Roo.bootstrap.Table
321 right:
322     Roo.bootstrap.TableRow
323     Roo.bootstrap.TableCell
324     Roo.bootstrap.TableBody
325
326 left:
327     Roo.bootstrap.TableBody
328 right:
329     Roo.bootstrap.TableRow
330     Roo.bootstrap.TableCell
331
332 left:
333     Roo.bootstrap.TableRow
334 right:
335     Roo.bootstrap.TableCell
336
337 left:
338     Roo.bootstrap.ButtonGroup
339 right:
340     Roo.bootstrap.Button
341     Roo.bootstrap.Form
342
343 left:
344     Roo.bootstrap.Button:menu
345     Roo.bootstrap.Navbar.Item:menu
346 right:
347     Roo.bootstrap.Menu
348
349 left:
350     Roo.bootstrap.Menu
351 right:
352     Roo.bootstrap.MenuItem
353     
354 left:
355     Roo.bootstrap.Navbar
356 right:    
357     Roo.bootstrap.NavGroup
358     Roo.bootstrap.Form
359
360 left:
361     Roo.bootstrap.NavGroup
362 right:
363     Roo.bootstrap.Navbar.Item
364     Roo.bootstrap.Navbar.Button
365         
366 left:
367     Roo.bootstrap.Form
368     Roo.bootstrap.Container
369 right:
370     Roo.bootstrap.Input
371     Roo.bootstrap.TextArea
372     Roo.bootstrap.Button
373     Roo.bootstrap.ComboBox
374     Roo.bootstrap.Container
375 //    Roo.bootstrap.Fieldset
376         
377 left:
378     Roo.bootstrap.Body
379 right:
380     Roo.bootstrap.Modal
381
382 left:    
383     Roo.bootstrap.Modal:buttons[]
384 right:
385     Roo.bootstrap.Button
386
387 left:    
388     Roo.bootstrap.Header
389 right:
390     Roo.bootstrap.Container
391