php7 fixes
[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 right:
336     Roo.bootstrap.Container
337     Roo.bootstrap.Button
338     Roo.bootstrap.ButtonGroup
339     Roo.bootstrap.Column
340     Roo.bootstrap.Form
341     Roo.bootstrap.Navbar
342     Roo.bootstrap.NavSimplebar
343     Roo.bootstrap.NavHeaderbar
344     Roo.bootstrap.NavSidebar
345     Roo.bootstrap.Row
346     Roo.bootstrap.Header
347     Roo.bootstrap.Img
348     Roo.bootstrap.Calendar  
349     Roo.bootstrap.Popover
350     Roo.bootstrap.Input
351     Roo.bootstrap.TextArea
352     Roo.bootstrap.Table
353     Roo.bootstrap.Pagination
354     Roo.bootstrap.Progress
355     Roo.bootstrap.TabPanel
356     Roo.bootstrap.DateField
357     Roo.bootstrap.TimeField
358     Roo.bootstrap.CheckBox
359     Roo.bootstrap.Radio
360     Roo.bootstrap.ComboBox
361     Roo.bootstrap.Element
362     Roo.bootstrap.HtmlEditor
363     Roo.bootstrap.MessageBar
364
365 left:
366     Roo.bootstrap.Progress
367 right:
368     Roo.bootstrap.ProgressBar
369
370 left:
371     Roo.bootstrap.Table
372 right:
373     Roo.bootstrap.TableRow
374     Roo.bootstrap.TableCell
375     Roo.bootstrap.TableBody
376
377 left:   
378     Roo.bootstrap.Table:cm[]          
379 right:
380     Roo.bootstrap.Table.ColumnModel
381
382 left:
383     Roo.bootstrap.Table:sm
384 right:  
385     Roo.bootstrap.Table.RowSelectionModel    
386
387 left:
388     Roo.bootstrap.TableBody
389 right:
390     Roo.bootstrap.TableRow
391     Roo.bootstrap.TableCell
392
393 left:
394     Roo.bootstrap.TableRow
395 right:
396     Roo.bootstrap.TableCell
397
398 left:
399     Roo.bootstrap.TableCell
400 right:
401     Roo.bootstrap.Button
402
403 left:
404     Roo.bootstrap.ButtonGroup
405 right:
406     Roo.bootstrap.Button
407     Roo.bootstrap.Form
408
409 left:
410     Roo.bootstrap.Button:menu
411     Roo.bootstrap.Navbar.Item:menu
412     Roo.bootstrap.NavSimplebar.Item:menu
413     Roo.bootstrap.NavHeaderbar.Item:menu
414     Roo.bootstrap.NavSidebar.Item:menu
415 right:
416     Roo.bootstrap.Menu
417
418 left:
419     Roo.bootstrap.Menu
420 right:
421     Roo.bootstrap.MenuItem
422     
423 left:
424     Roo.bootstrap.Navbar
425     Roo.bootstrap.NavSimplebar
426     Roo.bootstrap.NavHeaderbar
427     Roo.bootstrap.NavSidebar
428 right:    
429     Roo.bootstrap.NavGroup
430     Roo.bootstrap.Form
431     Roo.bootstrap.Row
432     Roo.bootstrap.Column
433     Roo.bootstrap.Container
434
435 left:
436     Roo.bootstrap.NavGroup
437 right:
438     Roo.bootstrap.Navbar.Item
439     Roo.bootstrap.Navbar.Button
440     Roo.bootstrap.NavSimplebar.Item
441     Roo.bootstrap.NavHeaderbar.Item
442     Roo.bootstrap.NavSidebar.Item
443     Roo.bootstrap.NavSimplebar.Button
444     Roo.bootstrap.NavHeaderbar.Button
445     Roo.bootstrap.NavSidebar.Button
446     
447 left:
448     Roo.bootstrap.Form
449     Roo.bootstrap.Container
450 right:
451     Roo.bootstrap.Input
452     Roo.bootstrap.TextArea
453     Roo.bootstrap.Button
454     Roo.bootstrap.ComboBox
455     Roo.bootstrap.Container
456     Roo.bootstrap.Row
457     Roo.bootstrap.TabPanel
458 //    Roo.bootstrap.Fieldset
459         
460 left:
461     Roo.bootstrap.Body
462 right:
463     Roo.bootstrap.Modal
464
465 left:    
466     Roo.bootstrap.Modal:buttons[]
467 right:
468     Roo.bootstrap.Button
469
470 left:    
471     Roo.bootstrap.Header
472 right:
473     Roo.bootstrap.Container
474
475 left:    
476     Roo.bootstrap.Navbar.Item
477     Roo.bootstrap.NavSimplebar.Item
478     Roo.bootstrap.NavHeaderbar.Item
479     Roo.bootstrap.NavSidebar.Item
480 right:
481     Roo.bootstrap.Container
482
483 left:    
484     Roo.bootstrap.Pagination
485 right:
486     Roo.bootstrap.PaginationItem