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