Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
User interface
--------------
Field
^^^^^
.. currentmodule:: plugin_dbui.fieldsmodifier
.. autosummary::
:toctree: generated/
FieldsModifier
Form
^^^^
.. currentmodule:: plugin_dbui.formmodifier
.. autosummary::
:toctree: generated/
configure_forms
FormModifier
.. currentmodule:: plugin_dbui.mapper
.. autosummary::
:toctree: generated/
map_default
map_tabpanel
Grid
^^^^
.. currentmodule:: plugin_dbui.gridmodifier
.. autosummary::
:toctree: generated/
configure_grids
GridModifier
Node
^^^^
.. currentmodule:: plugin_dbui.navtree
.. autosummary::
:toctree: generated/
Node
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Store
^^^^^
.. currentmodule:: plugin_dbui.storemodifier
.. autosummary::
:toctree: generated/
AddStore
StoreModifier
Viewport
^^^^^^^^
.. currentmodule:: plugin_dbui.viewportmodifier
.. autosummary::
:toctree: generated/
ViewportModifier
Convert database fields to widgets
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. currentmodule:: plugin_dbui.converter
.. autosummary::
:toctree: generated/
to_field
to_fields
to_formPanel
to_gridColumn
to_gridColumnModel
to_gridFilter
to_gridPanel
to_jsonstore
to_model
to_panelWithUrlSelector
to_treeNodes
to_viewport
Ext JS widget mappings
^^^^^^^^^^^^^^^^^^^^^^
.. include:: extjs_links.txt
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
.. currentmodule:: plugin_dbui.extjs
.. autosummary::
:toctree: generated/
ArrayStore
CheckBox
ComboBox
DirectStore
Field
FieldAceEditor
FieldContainer
FieldDate
FieldDict
FieldList
FieldNumber
FieldSet
FieldText
FieldTextArea
FieldTime
FormPanel
GridColumn
GridColumnModel
GridFilter
GridPanel
GridRowNumberer
GridTemplateColumn
GridWithFilter
JsonStore
Model
Panel
PanelWithUrlSelector
Store
TabPanel
Viewport
Window
XmlStore