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   Roo.bootstrap.Table:store
261 right: 
262   Roo.data.Store
263   Roo.data.SimpleStore
264
265 left:
266   Roo.data.Store:proxy
267 right:
268   Roo.data.HttpProxy
269   Roo.data.MemoryProxy
270  
271
272 left:
273   Roo.data.Store:reader
274 right:
275   Roo.data.JsonReader
276   Roo.data.ArrayReader
277   Roo.data.XmlReader
278
279 left:
280   Roo.View:tpl
281   Roo.JsonView:tpl
282 right: 
283   Roo.Template
284
285   
286   //drag drop..
287 left: 
288    Roo.grid.Grid:dragTarget
289 right:
290    Roo.dd.DropTarget
291   
292   
293   
294   
295 // bootstrap?
296
297 left:
298     Roo.bootstrap.Body
299     Roo.bootstrap.Container
300     Roo.bootstrap.Modal
301     Roo.bootstrap.Column
302     Roo.bootstrap.Row
303     Roo.bootstrap.TabPanel
304     Roo.bootstrap.Element
305 right:
306     Roo.bootstrap.Container
307     Roo.bootstrap.Button
308     Roo.bootstrap.ButtonGroup
309     Roo.bootstrap.Column
310     Roo.bootstrap.Form
311     Roo.bootstrap.Navbar
312     Roo.bootstrap.Row
313     Roo.bootstrap.Header
314     Roo.bootstrap.Img
315     Roo.bootstrap.Calendar  
316     Roo.bootstrap.Popover
317     Roo.bootstrap.Input
318     Roo.bootstrap.TextArea
319     Roo.bootstrap.Table
320     Roo.bootstrap.Pagination
321     Roo.bootstrap.Progress
322     Roo.bootstrap.TabPanel
323     Roo.bootstrap.DateField
324     Roo.bootstrap.CheckBox
325     Roo.bootstrap.Radio
326     Roo.bootstrap.ComboBox
327     Roo.bootstrap.Element
328     Roo.bootstrap.HtmlEditor
329
330 left:
331     Roo.bootstrap.Progress
332 right:
333     Roo.bootstrap.ProgressBar
334
335 left:
336     Roo.bootstrap.Table
337 right:
338     Roo.bootstrap.TableRow
339     Roo.bootstrap.TableCell
340     Roo.bootstrap.TableBody
341     Roo.bootstrap.Table:cm[]
342     Roo.bootstrap.Table:sm
343     
344
345 left:   
346     Roo.bootstrap.Table:cm[]          
347 right:
348     Roo.bootstrap.Table.ColumnModel
349
350 left:
351     Roo.bootstrap.Table:sm
352 right:  
353     Roo.bootstrap.Table.RowSelectionModel    
354
355 left:
356     Roo.bootstrap.TableBody
357 right:
358     Roo.bootstrap.TableRow
359     Roo.bootstrap.TableCell
360
361 left:
362     Roo.bootstrap.TableRow
363 right:
364     Roo.bootstrap.TableCell
365
366 left:
367     Roo.bootstrap.TableCell
368 right:
369     Roo.bootstrap.Button
370
371 left:
372     Roo.bootstrap.ButtonGroup
373 right:
374     Roo.bootstrap.Button
375     Roo.bootstrap.Form
376
377 left:
378     Roo.bootstrap.Button:menu
379     Roo.bootstrap.Navbar.Item:menu
380 right:
381     Roo.bootstrap.Menu
382
383 left:
384     Roo.bootstrap.Menu
385 right:
386     Roo.bootstrap.MenuItem
387     
388 left:
389     Roo.bootstrap.Navbar
390 right:    
391     Roo.bootstrap.NavGroup
392     Roo.bootstrap.Form
393
394 left:
395     Roo.bootstrap.NavGroup
396 right:
397     Roo.bootstrap.Navbar.Item
398     Roo.bootstrap.Navbar.Button
399         
400 left:
401     Roo.bootstrap.Form
402     Roo.bootstrap.Container
403 right:
404     Roo.bootstrap.Input
405     Roo.bootstrap.TextArea
406     Roo.bootstrap.Button
407     Roo.bootstrap.ComboBox
408     Roo.bootstrap.Container
409     Roo.bootstrap.Row
410     Roo.bootstrap.TabPanel
411 //    Roo.bootstrap.Fieldset
412         
413 left:
414     Roo.bootstrap.Body
415 right:
416     Roo.bootstrap.Modal
417
418 left:    
419     Roo.bootstrap.Modal:buttons[]
420 right:
421     Roo.bootstrap.Button
422
423 left:    
424     Roo.bootstrap.Header
425 right:
426     Roo.bootstrap.Container
427
428 left:    
429     Roo.bootstrap.Navbar.Item
430 right:
431     Roo.bootstrap.Container
432
433 left:    
434     Roo.bootstrap.Pagination
435 right:
436     Roo.bootstrap.PaginationItem