Skip to content
Snippets Groups Projects
Commit 36866a99 authored by legac's avatar legac
Browse files

Release version 0.6.1.0

parent 012bb895
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
HEAD HEAD
0.6.1.0 (Mar 2014)
- Consolidation version running with Ext JS 4.2.1
- Deploy the dynamic loading when running in debug mode.
- Required fields in form are marked by a red start.
0.6.0.19 (Mar 2014) 0.6.0.19 (Mar 2014)
- Major release running with ExtJS 4.2.1 - Major release running with ExtJS 4.2.1
It is not compatible with with previous versions running wiht ExtJS 3.4. It is not compatible with with previous versions running wiht ExtJS 3.4.
......
...@@ -15,7 +15,7 @@ Ext.define('App', { ...@@ -15,7 +15,7 @@ Ext.define('App', {
* The version of the plugin * The version of the plugin
* @property {String} * @property {String}
*/ */
version: '0.6.0.19', version: '0.6.1.0',
/** /**
* The name of the application * The name of the application
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Display the context menu when the user right click on a row. * Display the context menu when the user right click on a row.
* The content of the menu allows to manipulate the App.grid.plugin.RowEditor. * The content of the menu allows to manipulate the App.grid.plugin.RowEditor.
* *
* @uses App.grid.plugin.RowEditor * @uses App.grid.plugin.RowEditorBase
* *
*/ */
Ext.define('App.grid.plugin.RowEditorContextMenu', { Ext.define('App.grid.plugin.RowEditorContextMenu', {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* The plugin instantiating the double click for the App.grid.plugin.RowEditor. * The plugin instantiating the double click for the App.grid.plugin.RowEditor.
* Launch the update action when the user double click on a row. * Launch the update action when the user double click on a row.
* *
* @uses App.grid.plugin.RowEditor * @uses App.grid.plugin.RowEditorBase
*/ */
Ext.define('App.grid.plugin.RowEditorDblClick', { Ext.define('App.grid.plugin.RowEditorDblClick', {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* The plugin instantiating a top toolbar with buttons to manipulate * The plugin instantiating a top toolbar with buttons to manipulate
* the App.grid.plugin.RowEditor. * the App.grid.plugin.RowEditor.
* *
* @uses App.grid.plugin.RowEditor * @uses App.grid.plugin.RowEditorBase
* *
*/ */
Ext.define('App.grid.plugin.RowEditorToolbar', { Ext.define('App.grid.plugin.RowEditorToolbar', {
......
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