Skip to content
Snippets Groups Projects
Commit e5af78b0 authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Polish the doc strings.

parent cdde7d54
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------
# #
# The python controller return cfg_doc, and cfg_src the configuration for # The python controller return cfg_doc, and cfg_src the configuration for
# the Ext.data.Array # the Ext.data.Store
# #
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------
# #
# The python controller return cfg_store, the configuration of # The python controller return cfg_store, the configuration of
# the Ext.data.Array # the Ext.data.Store
# #
# prepare the data # prepare the data
# - build unique DIV identifier # - build unique DIV identifier
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
// //
console.log(1, cfgStore); console.log(1, cfgStore);
var grid = Ext.create('App.grid.Panel', { var grid = Ext.create('Ext.grid.Panel', {
plugins: ['pGridExport'], plugins: ['pGridExport'],
store: cfgStore, store: cfgStore,
columns: [ columns: [
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------
# #
# The python controller return cfg_store, the configuration of # The python controller return cfg_store, the configuration of
# the Ext.data.Array # the Ext.data.Store
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment