From 47e1e4422519d2454581dbfca1ebcd91cedc2ed3 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Thu, 16 Apr 2015 17:35:19 +0200 Subject: [PATCH] Review basesvc.py, extjs.py and fieldsmodifier.py documentations. --- ...gin_dbui.extjs.ArrayStore.append_items.rst | 6 + ...n_dbui.extjs.ArrayStore.append_plugins.rst | 6 + .../plugin_dbui.extjs.Base.append_items.rst | 6 + .../plugin_dbui.extjs.Base.append_plugins.rst | 6 + ...lugin_dbui.extjs.CheckBox.append_items.rst | 6 + ...gin_dbui.extjs.CheckBox.append_plugins.rst | 6 + ...lugin_dbui.extjs.ComboBox.append_items.rst | 6 + ...gin_dbui.extjs.ComboBox.append_plugins.rst | 6 + ...in_dbui.extjs.DirectStore.append_items.rst | 6 + ..._dbui.extjs.DirectStore.append_plugins.rst | 6 + .../plugin_dbui.extjs.Field.append_items.rst | 6 + ...plugin_dbui.extjs.Field.append_plugins.rst | 6 + ...dbui.extjs.FieldAceEditor.append_items.rst | 6 + ...ui.extjs.FieldAceEditor.append_plugins.rst | 6 + ...dbui.extjs.FieldContainer.append_items.rst | 6 + ...ui.extjs.FieldContainer.append_plugins.rst | 6 + ...ugin_dbui.extjs.FieldDate.append_items.rst | 6 + ...in_dbui.extjs.FieldDate.append_plugins.rst | 6 + ...ugin_dbui.extjs.FieldDict.append_items.rst | 6 + ...in_dbui.extjs.FieldDict.append_plugins.rst | 6 + ...ugin_dbui.extjs.FieldList.append_items.rst | 6 + ...in_dbui.extjs.FieldList.append_plugins.rst | 6 + ...in_dbui.extjs.FieldNumber.append_items.rst | 6 + ..._dbui.extjs.FieldNumber.append_plugins.rst | 6 + ...lugin_dbui.extjs.FieldSet.append_items.rst | 6 + ...gin_dbui.extjs.FieldSet.append_plugins.rst | 6 + ...ugin_dbui.extjs.FieldText.append_items.rst | 6 + ...in_dbui.extjs.FieldText.append_plugins.rst | 6 + ..._dbui.extjs.FieldTextArea.append_items.rst | 6 + ...bui.extjs.FieldTextArea.append_plugins.rst | 6 + ...ugin_dbui.extjs.FieldTime.append_items.rst | 6 + ...in_dbui.extjs.FieldTime.append_plugins.rst | 6 + ...ugin_dbui.extjs.FormPanel.append_items.rst | 6 + ...in_dbui.extjs.FormPanel.append_plugins.rst | 6 + ...gin_dbui.extjs.GridFilter.append_items.rst | 6 + ...n_dbui.extjs.GridFilter.append_plugins.rst | 6 + ...ugin_dbui.extjs.GridPanel.append_items.rst | 6 + ...in_dbui.extjs.GridPanel.append_plugins.rst | 6 + ...bui.extjs.GridRowNumberer.append_items.rst | 6 + ...i.extjs.GridRowNumberer.append_plugins.rst | 6 + ....extjs.GridTemplateColumn.append_items.rst | 6 + ...xtjs.GridTemplateColumn.append_plugins.rst | 6 + ...dbui.extjs.GridWithFilter.append_items.rst | 6 + ...ui.extjs.GridWithFilter.append_plugins.rst | 6 + ...ugin_dbui.extjs.JsonStore.append_items.rst | 6 + ...in_dbui.extjs.JsonStore.append_plugins.rst | 6 + .../plugin_dbui.extjs.Panel.append_items.rst | 6 + ...plugin_dbui.extjs.Panel.append_plugins.rst | 6 + ...xtjs.PanelWithUrlSelector.append_items.rst | 6 + ...js.PanelWithUrlSelector.append_plugins.rst | 6 + .../plugin_dbui.extjs.Store.append_items.rst | 6 + ...plugin_dbui.extjs.Store.append_plugins.rst | 6 + ...lugin_dbui.extjs.TabPanel.append_items.rst | 6 + ...gin_dbui.extjs.TabPanel.append_plugins.rst | 6 + ...lugin_dbui.extjs.Viewport.append_items.rst | 6 + ...gin_dbui.extjs.Viewport.append_plugins.rst | 6 + .../plugin_dbui.extjs.Window.append_items.rst | 6 + ...lugin_dbui.extjs.Window.append_plugins.rst | 6 + ...lugin_dbui.extjs.XmlStore.append_items.rst | 6 + ...gin_dbui.extjs.XmlStore.append_plugins.rst | 6 + ...modifier.FieldsModifier.append_plugins.rst | 6 + ...ieldsmodifier.FieldsModifier.configure.rst | 6 + ...odifier.FieldsModifier.configure_field.rst | 6 + ...dsmodifier.FieldsModifier.merge_fields.rst | 6 + .../generated/plugin_dbui.basesvc.BaseSvc.rst | 1 + docs/api/generated/plugin_dbui.extjs.Base.rst | 16 +++ ...gin_dbui.fieldsmodifier.FieldsModifier.rst | 22 ++++ modules/plugin_dbui/extjs.py | 38 ++++--- modules/plugin_dbui/fieldsmodifier.py | 104 ++++++++++-------- 69 files changed, 504 insertions(+), 61 deletions(-) create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.ArrayStore.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.ArrayStore.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Base.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Base.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.CheckBox.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.CheckBox.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.ComboBox.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.ComboBox.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.DirectStore.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.DirectStore.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Field.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Field.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldAceEditor.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldAceEditor.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldContainer.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldContainer.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldDate.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldDate.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldDict.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldDict.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldList.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldList.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldNumber.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldNumber.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldSet.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldSet.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldText.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldText.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldTextArea.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldTextArea.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldTime.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FieldTime.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FormPanel.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.FormPanel.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.GridFilter.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.GridFilter.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.GridPanel.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.GridPanel.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.GridRowNumberer.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.GridRowNumberer.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.GridTemplateColumn.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.GridTemplateColumn.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.GridWithFilter.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.GridWithFilter.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.JsonStore.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.JsonStore.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Panel.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Panel.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.PanelWithUrlSelector.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.PanelWithUrlSelector.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Store.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Store.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.TabPanel.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.TabPanel.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Viewport.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Viewport.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Window.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.Window.append_plugins.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.XmlStore.append_items.rst create mode 100644 docs/api/generated/extjs/plugin_dbui.extjs.XmlStore.append_plugins.rst create mode 100644 docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.append_plugins.rst create mode 100644 docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.configure.rst create mode 100644 docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.configure_field.rst create mode 100644 docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.merge_fields.rst create mode 100644 docs/api/generated/plugin_dbui.extjs.Base.rst create mode 100644 docs/api/generated/plugin_dbui.fieldsmodifier.FieldsModifier.rst diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.ArrayStore.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.ArrayStore.append_items.rst new file mode 100644 index 00000000..3b74e5d8 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.ArrayStore.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.ArrayStore.append_items +========================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: ArrayStore.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.ArrayStore.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.ArrayStore.append_plugins.rst new file mode 100644 index 00000000..1f78d4c4 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.ArrayStore.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.ArrayStore.append_plugins +=========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: ArrayStore.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Base.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Base.append_items.rst new file mode 100644 index 00000000..4c8187e9 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Base.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Base.append_items +=================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Base.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Base.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Base.append_plugins.rst new file mode 100644 index 00000000..57f943ee --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Base.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Base.append_plugins +===================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Base.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.CheckBox.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.CheckBox.append_items.rst new file mode 100644 index 00000000..508d17bb --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.CheckBox.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.CheckBox.append_items +======================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: CheckBox.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.CheckBox.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.CheckBox.append_plugins.rst new file mode 100644 index 00000000..1a355179 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.CheckBox.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.CheckBox.append_plugins +========================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: CheckBox.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.ComboBox.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.ComboBox.append_items.rst new file mode 100644 index 00000000..50f56fae --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.ComboBox.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.ComboBox.append_items +======================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: ComboBox.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.ComboBox.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.ComboBox.append_plugins.rst new file mode 100644 index 00000000..86f606af --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.ComboBox.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.ComboBox.append_plugins +========================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: ComboBox.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.DirectStore.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.DirectStore.append_items.rst new file mode 100644 index 00000000..0d2b68e4 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.DirectStore.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.DirectStore.append_items +========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: DirectStore.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.DirectStore.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.DirectStore.append_plugins.rst new file mode 100644 index 00000000..6d2b1137 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.DirectStore.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.DirectStore.append_plugins +============================================ + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: DirectStore.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Field.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Field.append_items.rst new file mode 100644 index 00000000..e88998b1 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Field.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Field.append_items +==================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Field.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Field.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Field.append_plugins.rst new file mode 100644 index 00000000..fd279235 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Field.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Field.append_plugins +====================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Field.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldAceEditor.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldAceEditor.append_items.rst new file mode 100644 index 00000000..fc5898a2 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldAceEditor.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldAceEditor.append_items +============================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldAceEditor.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldAceEditor.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldAceEditor.append_plugins.rst new file mode 100644 index 00000000..ad637db4 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldAceEditor.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldAceEditor.append_plugins +=============================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldAceEditor.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldContainer.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldContainer.append_items.rst new file mode 100644 index 00000000..f46ad2c9 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldContainer.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldContainer.append_items +============================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldContainer.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldContainer.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldContainer.append_plugins.rst new file mode 100644 index 00000000..226fad4b --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldContainer.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldContainer.append_plugins +=============================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldContainer.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldDate.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldDate.append_items.rst new file mode 100644 index 00000000..6ed3d38c --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldDate.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldDate.append_items +======================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldDate.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldDate.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldDate.append_plugins.rst new file mode 100644 index 00000000..5fcaa601 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldDate.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldDate.append_plugins +========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldDate.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldDict.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldDict.append_items.rst new file mode 100644 index 00000000..778c857d --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldDict.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldDict.append_items +======================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldDict.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldDict.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldDict.append_plugins.rst new file mode 100644 index 00000000..dae6d031 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldDict.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldDict.append_plugins +========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldDict.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldList.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldList.append_items.rst new file mode 100644 index 00000000..534158a9 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldList.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldList.append_items +======================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldList.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldList.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldList.append_plugins.rst new file mode 100644 index 00000000..79385e1d --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldList.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldList.append_plugins +========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldList.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldNumber.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldNumber.append_items.rst new file mode 100644 index 00000000..6d836ff7 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldNumber.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldNumber.append_items +========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldNumber.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldNumber.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldNumber.append_plugins.rst new file mode 100644 index 00000000..29a5d18a --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldNumber.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldNumber.append_plugins +============================================ + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldNumber.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldSet.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldSet.append_items.rst new file mode 100644 index 00000000..3b9b2d0c --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldSet.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldSet.append_items +======================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldSet.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldSet.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldSet.append_plugins.rst new file mode 100644 index 00000000..09279ecb --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldSet.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldSet.append_plugins +========================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldSet.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldText.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldText.append_items.rst new file mode 100644 index 00000000..3be3cefe --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldText.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldText.append_items +======================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldText.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldText.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldText.append_plugins.rst new file mode 100644 index 00000000..7208d202 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldText.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldText.append_plugins +========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldText.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldTextArea.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldTextArea.append_items.rst new file mode 100644 index 00000000..24ffe502 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldTextArea.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldTextArea.append_items +============================================ + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldTextArea.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldTextArea.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldTextArea.append_plugins.rst new file mode 100644 index 00000000..dc3680a4 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldTextArea.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldTextArea.append_plugins +============================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldTextArea.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldTime.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldTime.append_items.rst new file mode 100644 index 00000000..e1b2292d --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldTime.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldTime.append_items +======================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldTime.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FieldTime.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FieldTime.append_plugins.rst new file mode 100644 index 00000000..74475350 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FieldTime.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FieldTime.append_plugins +========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FieldTime.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FormPanel.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FormPanel.append_items.rst new file mode 100644 index 00000000..363595af --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FormPanel.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FormPanel.append_items +======================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FormPanel.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.FormPanel.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.FormPanel.append_plugins.rst new file mode 100644 index 00000000..97fc0e96 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.FormPanel.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.FormPanel.append_plugins +========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: FormPanel.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.GridFilter.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.GridFilter.append_items.rst new file mode 100644 index 00000000..7aeb83b8 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.GridFilter.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.GridFilter.append_items +========================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: GridFilter.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.GridFilter.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.GridFilter.append_plugins.rst new file mode 100644 index 00000000..e93f3e70 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.GridFilter.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.GridFilter.append_plugins +=========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: GridFilter.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.GridPanel.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.GridPanel.append_items.rst new file mode 100644 index 00000000..e9f3154d --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.GridPanel.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.GridPanel.append_items +======================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: GridPanel.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.GridPanel.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.GridPanel.append_plugins.rst new file mode 100644 index 00000000..a4b810d0 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.GridPanel.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.GridPanel.append_plugins +========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: GridPanel.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.GridRowNumberer.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.GridRowNumberer.append_items.rst new file mode 100644 index 00000000..3c48654e --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.GridRowNumberer.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.GridRowNumberer.append_items +============================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: GridRowNumberer.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.GridRowNumberer.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.GridRowNumberer.append_plugins.rst new file mode 100644 index 00000000..f166fad0 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.GridRowNumberer.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.GridRowNumberer.append_plugins +================================================ + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: GridRowNumberer.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.GridTemplateColumn.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.GridTemplateColumn.append_items.rst new file mode 100644 index 00000000..32eb262a --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.GridTemplateColumn.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.GridTemplateColumn.append_items +================================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: GridTemplateColumn.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.GridTemplateColumn.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.GridTemplateColumn.append_plugins.rst new file mode 100644 index 00000000..0f7c2607 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.GridTemplateColumn.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.GridTemplateColumn.append_plugins +=================================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: GridTemplateColumn.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.GridWithFilter.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.GridWithFilter.append_items.rst new file mode 100644 index 00000000..d0502d90 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.GridWithFilter.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.GridWithFilter.append_items +============================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: GridWithFilter.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.GridWithFilter.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.GridWithFilter.append_plugins.rst new file mode 100644 index 00000000..d4ef0173 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.GridWithFilter.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.GridWithFilter.append_plugins +=============================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: GridWithFilter.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.JsonStore.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.JsonStore.append_items.rst new file mode 100644 index 00000000..d9dce9a4 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.JsonStore.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.JsonStore.append_items +======================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: JsonStore.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.JsonStore.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.JsonStore.append_plugins.rst new file mode 100644 index 00000000..ba2b6f18 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.JsonStore.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.JsonStore.append_plugins +========================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: JsonStore.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Panel.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Panel.append_items.rst new file mode 100644 index 00000000..461e5fcb --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Panel.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Panel.append_items +==================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Panel.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Panel.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Panel.append_plugins.rst new file mode 100644 index 00000000..47034cf7 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Panel.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Panel.append_plugins +====================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Panel.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.PanelWithUrlSelector.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.PanelWithUrlSelector.append_items.rst new file mode 100644 index 00000000..9b877497 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.PanelWithUrlSelector.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.PanelWithUrlSelector.append_items +=================================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: PanelWithUrlSelector.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.PanelWithUrlSelector.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.PanelWithUrlSelector.append_plugins.rst new file mode 100644 index 00000000..b0f21dc0 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.PanelWithUrlSelector.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.PanelWithUrlSelector.append_plugins +===================================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: PanelWithUrlSelector.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Store.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Store.append_items.rst new file mode 100644 index 00000000..353b336a --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Store.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Store.append_items +==================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Store.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Store.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Store.append_plugins.rst new file mode 100644 index 00000000..43095434 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Store.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Store.append_plugins +====================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Store.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.TabPanel.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.TabPanel.append_items.rst new file mode 100644 index 00000000..1e359e28 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.TabPanel.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.TabPanel.append_items +======================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: TabPanel.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.TabPanel.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.TabPanel.append_plugins.rst new file mode 100644 index 00000000..4b2f9a0e --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.TabPanel.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.TabPanel.append_plugins +========================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: TabPanel.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Viewport.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Viewport.append_items.rst new file mode 100644 index 00000000..85a7e189 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Viewport.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Viewport.append_items +======================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Viewport.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Viewport.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Viewport.append_plugins.rst new file mode 100644 index 00000000..d6a38912 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Viewport.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Viewport.append_plugins +========================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Viewport.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Window.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Window.append_items.rst new file mode 100644 index 00000000..60d57965 --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Window.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Window.append_items +===================================== + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Window.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.Window.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.Window.append_plugins.rst new file mode 100644 index 00000000..6392c0db --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.Window.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.Window.append_plugins +======================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: Window.append_plugins \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.XmlStore.append_items.rst b/docs/api/generated/extjs/plugin_dbui.extjs.XmlStore.append_items.rst new file mode 100644 index 00000000..b0cff2bd --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.XmlStore.append_items.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.XmlStore.append_items +======================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: XmlStore.append_items \ No newline at end of file diff --git a/docs/api/generated/extjs/plugin_dbui.extjs.XmlStore.append_plugins.rst b/docs/api/generated/extjs/plugin_dbui.extjs.XmlStore.append_plugins.rst new file mode 100644 index 00000000..7bca2a3a --- /dev/null +++ b/docs/api/generated/extjs/plugin_dbui.extjs.XmlStore.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.extjs.XmlStore.append_plugins +========================================= + +.. currentmodule:: plugin_dbui.extjs + +.. automethod:: XmlStore.append_plugins \ No newline at end of file diff --git a/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.append_plugins.rst b/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.append_plugins.rst new file mode 100644 index 00000000..f65bcf1e --- /dev/null +++ b/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.append_plugins.rst @@ -0,0 +1,6 @@ +plugin_dbui.fieldsmodifier.FieldsModifier.append_plugins +======================================================== + +.. currentmodule:: plugin_dbui.fieldsmodifier + +.. automethod:: FieldsModifier.append_plugins \ No newline at end of file diff --git a/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.configure.rst b/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.configure.rst new file mode 100644 index 00000000..9837e7d1 --- /dev/null +++ b/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.configure.rst @@ -0,0 +1,6 @@ +plugin_dbui.fieldsmodifier.FieldsModifier.configure +=================================================== + +.. currentmodule:: plugin_dbui.fieldsmodifier + +.. automethod:: FieldsModifier.configure \ No newline at end of file diff --git a/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.configure_field.rst b/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.configure_field.rst new file mode 100644 index 00000000..64e34179 --- /dev/null +++ b/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.configure_field.rst @@ -0,0 +1,6 @@ +plugin_dbui.fieldsmodifier.FieldsModifier.configure_field +========================================================= + +.. currentmodule:: plugin_dbui.fieldsmodifier + +.. automethod:: FieldsModifier.configure_field \ No newline at end of file diff --git a/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.merge_fields.rst b/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.merge_fields.rst new file mode 100644 index 00000000..cc071d8e --- /dev/null +++ b/docs/api/generated/fieldsmodifier/plugin_dbui.fieldsmodifier.FieldsModifier.merge_fields.rst @@ -0,0 +1,6 @@ +plugin_dbui.fieldsmodifier.FieldsModifier.merge_fields +====================================================== + +.. currentmodule:: plugin_dbui.fieldsmodifier + +.. automethod:: FieldsModifier.merge_fields \ No newline at end of file diff --git a/docs/api/generated/plugin_dbui.basesvc.BaseSvc.rst b/docs/api/generated/plugin_dbui.basesvc.BaseSvc.rst index fe868918..ecdf0bf8 100644 --- a/docs/api/generated/plugin_dbui.basesvc.BaseSvc.rst +++ b/docs/api/generated/plugin_dbui.basesvc.BaseSvc.rst @@ -4,6 +4,7 @@ plugin_dbui.basesvc.BaseSvc .. currentmodule:: plugin_dbui.basesvc .. autoclass:: BaseSvc + :show-inheritance: .. rubric:: Methods diff --git a/docs/api/generated/plugin_dbui.extjs.Base.rst b/docs/api/generated/plugin_dbui.extjs.Base.rst new file mode 100644 index 00000000..1b8596a7 --- /dev/null +++ b/docs/api/generated/plugin_dbui.extjs.Base.rst @@ -0,0 +1,16 @@ +plugin_dbui.extjs.Base +====================== + +.. currentmodule:: plugin_dbui.extjs + +.. autoclass:: Base + :show-inheritance: + + .. rubric:: Methods + + .. autosummary:: + :toctree: extjs/ + + ~Base.append_items + ~Base.append_plugins + diff --git a/docs/api/generated/plugin_dbui.fieldsmodifier.FieldsModifier.rst b/docs/api/generated/plugin_dbui.fieldsmodifier.FieldsModifier.rst new file mode 100644 index 00000000..4a66a869 --- /dev/null +++ b/docs/api/generated/plugin_dbui.fieldsmodifier.FieldsModifier.rst @@ -0,0 +1,22 @@ +plugin_dbui.fieldsmodifier.FieldsModifier +========================================= + +.. currentmodule:: plugin_dbui.fieldsmodifier + +.. autoclass:: FieldsModifier + :show-inheritance: + + .. rubric:: Methods + + .. autosummary:: + :toctree: fieldsmodifier/ + + ~FieldsModifier.append_plugins + ~FieldsModifier.configure + ~FieldsModifier.configure_field + ~FieldsModifier.merge_fields + + + + + diff --git a/modules/plugin_dbui/extjs.py b/modules/plugin_dbui/extjs.py index 57d2dd9c..54db6b3d 100644 --- a/modules/plugin_dbui/extjs.py +++ b/modules/plugin_dbui/extjs.py @@ -15,28 +15,22 @@ class ExtJSException(BaseException): pass class Base(Storage): """Base class for Ext JS configurator. - The base class comes with two methods ``append_items`` - and ``append_plugins``. They are required to append ``items`` - and ``plugins``. - Note: - A protection is set to avoid changing the ``xtype`` of the element. + Keyword Args: + **kwargs: any Ext JS configuration parameter of the target class + + Raises: + ExtJSException: when the keyword ``xtype`` is presented + in the keyword arguments. + + Attributes: + xtype (str): the ``xtype`` of the target Ext JS widget. """ xtype = None def __init__(self, **kwargs): - """ - Keyword Args: - kwargs (dict): - any Ext JS configuration parameter of the target class - - Raises: - ExtJSException: - when the keyword ``xtype`` is in the keyword arguments. - - """ if 'xtype' in kwargs: raise ExtJSException(MSG_XTYPE) @@ -62,10 +56,24 @@ class Base(Storage): def append_items(self, *args): + """Append an widget configurations to the + internal items list. + + Args: + *args: variable list of widget configuration. + + """ self._append('items', args) def append_plugins(self, *args): + """Append an plugin configurations to the + internal plugin list. + + Args: + *args: variable list of plugin configuration. + + """ self._append('plugins', args) diff --git a/modules/plugin_dbui/fieldsmodifier.py b/modules/plugin_dbui/fieldsmodifier.py index 6409b0cc..8d3316c6 100644 --- a/modules/plugin_dbui/fieldsmodifier.py +++ b/modules/plugin_dbui/fieldsmodifier.py @@ -10,44 +10,35 @@ MODIFIER_FIELDS = 'modifier_fields' class FieldsModifier(Modifier): - """Modifier to customise the field widgets associated to a database table. + """Customise the widgets associated to the fields of the database + table *tablename*. + + Args: + tablename (str): name of the database table Attributes: - data.extjs_fields (dict): - data.composite_fields (gluon.storage.Storage): + data (gluon.storage.Storage): storage containing the + instructions to tune the field widgets. It has + two keys/attributes: + + * extjs_fields (dict): + Ext JS configuration options for each field. + Keys are the database field names. + + * composite_fields (gluon.storage.Storage): + describe the fields embedded in the :class:`.FieldContainer`. + It has two attributes: + * main (list): the first field of the container + * fields.others (list): the others field. + + Fields are identified by their database field names + and should belong to the database table defined + in the constructor. """ def __init__(self, tablename): - """Initialize the fields modifier associated to the database - table ``tablename``. - - The data structure of the fields modifier can be access - outside the class:: - - p = PluginManager('dbui') - modifier = p.dbui['modifier_fields'][tablename] - - or internally via the attribute ``data``. - - The keys of the ``data`` structure are: - - * ``extjs_fields`` (dict) Ext JS configuration options - for individual ``field``. - - * ``composite_fields.main`` (list) the first field - of the ``FieldContainer``. - - * ``composite_fields.others`` (list of list) the others field of - the ``FieldContainer``. - - * There is one to one correspondence between the ``composite_fields.main`` - and the ``composite_fields.others`` lists. - - Args: - tablename (str): name of the database table - """ Modifier.__init__(self, MODIFIER_FIELDS, tablename) if 'extjs_fields' not in self.data: @@ -59,53 +50,74 @@ class FieldsModifier(Modifier): def append_plugins(self, *plugins): - """Overwrite the method of the base class since it make + """Do nothing. + + Supersede the method of the base class since it make no sense for this modifier. + Keyword Args: + *plugins: variable list of plugin names or configurations + """ def configure(self, **extjs): - """Overwrite the method of the base class since it make + """Do nothing + + Supersede the method of the base class since it make no sense for this modifier. + Keyword Args: + *extjs: any Ext JS configuration parameters. + """ def configure_field(self, field, **kwargs): - """Update the configuration options of the Ext JS widget + """Define the configuration options of the widget associated to the ``field``. + Existing value of the configuration options are replace by those - defined by the keyword arguments. + defined by the arguments. Args: field (str): name of the database field. It should belong to the database table defined in the constructor. + Keyword Args: + **kwargs: any Ext JS configuration parameter of the widget class. + """ self.data.extjs_fields[field] = kwargs def merge_fields(self, *fields, **kwargs): - """Merge fields in a ``FieldContainer``. + """Merge *fields* in the container :class:`.FieldContainer`. + + In form, the container is handled as a single widget + with a unique label. By default, it is the one of the first field + of the container. It can be supersede using the ``fieldLabel`` + keyword argument. + + The default configuration of the container is an horizontal layout: - The default configuration is with an horizontal layout with a unique - label defined by the keyword parameter ``fieldLabel``. More precisely, - the following Ext JS configuration parameters are set:: + .. code-block:: javascript combineLabels = True, defaults = {'flex': 1}, layout = 'hbox' - They can be super seed by the keyword arguments. + It can be changed via the keyword arguments. + + Args: + *fields: variable list of database field identified by their name. + They have to belong to the database table defined in the + constructor. - Note: - * Each ``field`` is identified by its database field name. - * ``field`` should belong to the database table defined in the constructor. - * The first ``field`` is the main field of the ``FieldContainer``. - * The keyword arguments contains the configuration options of - the ``Ext.form.FieldContainer`` widget. + Keyword Args: + **kwargs: any configuration parameter of the + ``Ext.form.FieldContainer``. """ # configuration of the FieldContainer -- GitLab