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.ComboBoxArray         
92   Roo.form.TextArea         
93   Roo.form.HtmlEditor         
94   Roo.form.FCKeditor         
95   Roo.Button         
96
97 left: 
98   Roo.form.HtmlEditor:toolbars[]
99 right:
100   Roo.form.HtmlEditor.ToolbarStandard
101   Roo.form.HtmlEditor.ToolbarContext
102
103 left: 
104   Roo.form.HtmlEditor.ToolbarStandard:btns[]
105   Roo.form.HtmlEditor.ToolbarContext:btns[]
106 right:
107   Roo.form.TextField         
108   Roo.form.DateField         
109   Roo.form.NumberField         
110   Roo.form.Checkbox         
111   Roo.form.Radio         
112   Roo.form.ComboBox         
113   Roo.form.TextArea
114   Roo.Toolbar.Button         
115   Roo.Toolbar.Fill         
116   Roo.Toolbar.Separator         
117   Roo.Toolbar.Spacer         
118   Roo.Toolbar.SplitButton         
119   Roo.Toolbar.TextItem
120
121 left: 
122   Roo.grid.GridEditor:field
123 right:
124   Roo.form.TextField         
125   Roo.form.DateField         
126   Roo.form.NumberField         
127   Roo.form.Checkbox         
128   Roo.form.Radio         
129   Roo.form.ComboBox         
130   Roo.form.TextArea         
131            
132  
133            
134 left:
135  Roo.LayoutDialog:buttons[]
136  Roo.form.Form:buttons[] 
137 right:
138  Roo.Button         
139            
140            
141            
142            
143            
144 //Toolbar           
145 left: 
146  Roo.Toolbar 
147  Roo.PagingToolbar 
148 right: 
149   Roo.Toolbar.Button         
150   Roo.Toolbar.Fill         
151   Roo.Toolbar.Separator         
152   Roo.Toolbar.Spacer         
153   Roo.Toolbar.SplitButton         
154   Roo.Toolbar.TextItem        
155   Roo.form.ComboBox
156   Roo.form.DateField
157   Roo.form.TextField
158
159            
160 left:            
161  Roo.Toolbar.Button:menu 
162  Roo.Toolbar.SplitButton:menu
163  Roo.menu.Item:menu 
164 right: 
165  Roo.menu.Menu         
166            
167            
168            
169            
170 //Menu           
171 left:
172  Roo.menu.Menu
173 right:
174   Roo.menu.CheckItem         
175   Roo.menu.ColorItem         
176   Roo.menu.DateItem         
177   Roo.menu.DateMenu         
178   Roo.menu.Separator         
179   Roo.menu.TextItem         
180   Roo.menu.Item         
181            
182
183            
184
185 //Grids           
186 left: 
187         Roo.GridPanel:grid
188 right:
189         Roo.grid.Grid         
190         Roo.grid.EditorGrid         
191         Roo.grid.PropertyGrid
192
193            
194 left:
195   Roo.grid.Grid:sm
196   Roo.grid.EditorGrid:sm
197 right:  
198  Roo.grid.CellSelectionModel         
199  Roo.grid.RowSelectionModel         
200            
201 left:
202  Roo.grid.Grid:view
203 right:
204  Roo.grid.EditorGrid:view          
205  Roo.grid.GridView                 
206
207 left:   
208  Roo.grid.Grid:cm[] 
209  Roo.grid.EditorGrid:cm[]          
210 right:
211  Roo.grid.ColumnModel
212
213 left:           
214     Roo.grid.ColumnModel:editor
215 right:
216     Roo.grid.GridEditor         
217         
218         
219 left: 
220         Roo.grid.EditorGrid:footer
221         Roo.grid.Grid:footer
222         Roo.Grid:footer
223 right:
224         Roo.PagingToolbar
225         
226         
227 left: 
228         Roo.grid.EditorGrid:toolbar
229         Roo.grid.Grid:toolbar
230         Roo.Grid:toolbar
231         Roo.ContentPanel:toolbar
232         Roo.TreePanel:toolbar
233 right:
234         Roo.Toolbar
235                 
236         
237         
238         
239 //Tree           
240 left:
241  Roo.TreePanel:tree
242 right:
243  Roo.tree.TreePanel         
244
245 left:     
246  Roo.tree.TreePanel:root
247 right:
248  Roo.tree.AsyncTreeNode         
249   Roo.tree.TreeNode         
250
251 left:     
252   Roo.tree.TreePanel:editor
253 right:
254   Roo.tree.TreeEditor
255
256 left:     
257   Roo.tree.TreeEditor:field
258 right:
259   Roo.form.TextField
260   
261
262
263 left:           
264  Roo.tree.TreePanel:loader 
265 right:
266  Roo.tree.TreeLoader         
267  
268 left:
269         Roo.tree.TreePanel:sm
270 right:
271         Roo.tree.DefaultSelectionModel         
272         Roo.tree.MultiSelectionModel         
273
274   
275 // combos
276
277 left: 
278   Roo.grid.EditorGrid:ds
279   Roo.grid.Grid:ds
280   Roo.form.ComboBox:store
281   Roo.View:store
282   Roo.JsonView:store
283   Roo.bootstrap.ComboBox:store
284   Roo.bootstrap.Calendar:store
285   Roo.bootstrap.Table:store
286 right: 
287   Roo.data.Store
288   Roo.data.SimpleStore
289
290 left:
291     Roo.form.ComboBoxArray:combo
292 right:
293     Roo.form.ComboBox
294
295 left:
296   Roo.data.Store:proxy
297 right:
298   Roo.data.HttpProxy
299   Roo.data.MemoryProxy
300  
301
302 left:
303   Roo.data.Store:reader
304 right:
305   Roo.data.JsonReader
306   Roo.data.ArrayReader
307   Roo.data.XmlReader
308
309 left:
310   Roo.View:tpl
311   Roo.JsonView:tpl
312 right: 
313   Roo.Template
314
315   
316   //drag drop..
317 left: 
318    Roo.grid.Grid:dragTarget
319 right:
320    Roo.dd.DropTarget
321   
322   
323   
324   
325 // bootstrap?
326
327 left:
328     Roo.bootstrap.Body
329     Roo.bootstrap.Container
330     Roo.bootstrap.Modal
331     Roo.bootstrap.Column
332     Roo.bootstrap.Row
333     Roo.bootstrap.TabPanel
334     Roo.bootstrap.Element
335     Roo.bootstrap.panel.Content
336 right:
337     Roo.bootstrap.Container
338     Roo.bootstrap.Button
339     Roo.bootstrap.ButtonGroup
340     Roo.bootstrap.Column
341     Roo.bootstrap.Form
342     Roo.bootstrap.Navbar
343     Roo.bootstrap.NavSimplebar
344     Roo.bootstrap.NavHeaderbar
345     Roo.bootstrap.NavSidebar
346     Roo.bootstrap.Row
347     Roo.bootstrap.Header
348     Roo.bootstrap.Img
349     Roo.bootstrap.Calendar  
350     Roo.bootstrap.Popover
351     Roo.bootstrap.Input
352     Roo.bootstrap.TextArea
353     Roo.bootstrap.Table
354     Roo.bootstrap.Pagination
355     Roo.bootstrap.Progress
356     Roo.bootstrap.TabPanel
357     Roo.bootstrap.DateField
358     Roo.bootstrap.TimeField
359     Roo.bootstrap.CheckBox
360     Roo.bootstrap.Radio
361     Roo.bootstrap.ComboBox
362     Roo.bootstrap.Element
363     Roo.bootstrap.HtmlEditor
364     Roo.bootstrap.MessageBar
365
366 left:
367     Roo.bootstrap.Progress
368 right:
369     Roo.bootstrap.ProgressBar
370
371 left:
372     Roo.bootstrap.Table
373 right:
374     Roo.bootstrap.TableRow
375     Roo.bootstrap.TableCell
376     Roo.bootstrap.TableBody
377
378 left:   
379     Roo.bootstrap.Table:cm[]          
380 right:
381     Roo.bootstrap.Table.ColumnModel
382
383 left:
384     Roo.bootstrap.Table:sm
385 right:  
386     Roo.bootstrap.Table.RowSelectionModel    
387
388 left:
389     Roo.bootstrap.TableBody
390 right:
391     Roo.bootstrap.TableRow
392     Roo.bootstrap.TableCell
393
394 left:
395     Roo.bootstrap.TableRow
396 right:
397     Roo.bootstrap.TableCell
398
399 left:
400     Roo.bootstrap.TableCell
401 right:
402     Roo.bootstrap.Button
403
404 left:
405     Roo.bootstrap.ButtonGroup
406 right:
407     Roo.bootstrap.Button
408     Roo.bootstrap.Form
409
410 left:
411     Roo.bootstrap.Button:menu
412     Roo.bootstrap.Navbar.Item:menu
413     Roo.bootstrap.NavSimplebar.Item:menu
414     Roo.bootstrap.NavHeaderbar.Item:menu
415     Roo.bootstrap.NavSidebar.Item:menu
416 right:
417     Roo.bootstrap.Menu
418
419 left:
420     Roo.bootstrap.Menu
421 right:
422     Roo.bootstrap.MenuItem
423     
424 left:
425     Roo.bootstrap.Navbar
426     Roo.bootstrap.NavSimplebar
427     Roo.bootstrap.NavHeaderbar
428     Roo.bootstrap.NavSidebar
429 right:    
430     Roo.bootstrap.NavGroup
431     Roo.bootstrap.Form
432     Roo.bootstrap.Row
433     Roo.bootstrap.Column
434     Roo.bootstrap.Container
435
436 left:
437     Roo.bootstrap.NavGroup
438 right:
439     Roo.bootstrap.Navbar.Item
440     Roo.bootstrap.Navbar.Button
441     Roo.bootstrap.NavSimplebar.Item
442     Roo.bootstrap.NavHeaderbar.Item
443     Roo.bootstrap.NavSidebar.Item
444     Roo.bootstrap.NavSimplebar.Button
445     Roo.bootstrap.NavHeaderbar.Button
446     Roo.bootstrap.NavSidebar.Button
447     
448 left:
449     Roo.bootstrap.Form
450     Roo.bootstrap.Container
451 right:
452     Roo.bootstrap.Input
453     Roo.bootstrap.TextArea
454     Roo.bootstrap.Button
455     Roo.bootstrap.ComboBox
456     Roo.bootstrap.Container
457     Roo.bootstrap.Row
458     Roo.bootstrap.TabPanel
459 //    Roo.bootstrap.Fieldset
460         
461 left:
462     Roo.bootstrap.Body
463 right:
464     Roo.bootstrap.Modal
465
466 left:    
467     Roo.bootstrap.Modal:buttons[]
468 right:
469     Roo.bootstrap.Button
470
471 left:    
472     Roo.bootstrap.Header
473 right:
474     Roo.bootstrap.Container
475
476 left:    
477     Roo.bootstrap.Navbar.Item
478     Roo.bootstrap.NavSimplebar.Item
479     Roo.bootstrap.NavHeaderbar.Item
480     Roo.bootstrap.NavSidebar.Item
481 right:
482     Roo.bootstrap.Container
483
484 left:    
485     Roo.bootstrap.Pagination
486 right:
487     Roo.bootstrap.PaginationItem