Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
w2pext
plugin_dbui
Commits
f91119c7
Commit
f91119c7
authored
Feb 15, 2012
by
Renaud Le Gac
Browse files
Remove all SVN keywords.
parent
4138915e
Changes
55
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
19 additions
and
22 deletions
+19
-22
static/plugin_dbui/src/appbase.js
static/plugin_dbui/src/appbase.js
+0
-2
static/plugin_dbui/src/appbuttondownload.js
static/plugin_dbui/src/appbuttondownload.js
+1
-1
static/plugin_dbui/src/appcombobox.js
static/plugin_dbui/src/appcombobox.js
+1
-1
static/plugin_dbui/src/appform.js
static/plugin_dbui/src/appform.js
+1
-1
static/plugin_dbui/src/appgrid.js
static/plugin_dbui/src/appgrid.js
+1
-1
static/plugin_dbui/src/appgridfilter.js
static/plugin_dbui/src/appgridfilter.js
+1
-1
static/plugin_dbui/src/appgridmathjax.js
static/plugin_dbui/src/appgridmathjax.js
+1
-1
static/plugin_dbui/src/appgridpaging.js
static/plugin_dbui/src/appgridpaging.js
+1
-1
static/plugin_dbui/src/appgridroweditor.js
static/plugin_dbui/src/appgridroweditor.js
+1
-1
static/plugin_dbui/src/appgridroweditorcontextmenu.js
static/plugin_dbui/src/appgridroweditorcontextmenu.js
+1
-1
static/plugin_dbui/src/appgridroweditortoolbar.js
static/plugin_dbui/src/appgridroweditortoolbar.js
+1
-1
static/plugin_dbui/src/appgridwithfilter.js
static/plugin_dbui/src/appgridwithfilter.js
+2
-1
static/plugin_dbui/src/appjsonstore.js
static/plugin_dbui/src/appjsonstore.js
+1
-1
static/plugin_dbui/src/apppanelmathjax.js
static/plugin_dbui/src/apppanelmathjax.js
+1
-1
static/plugin_dbui/src/apppanelwithurlselector.js
static/plugin_dbui/src/apppanelwithurlselector.js
+2
-1
static/plugin_dbui/src/appsetbox.js
static/plugin_dbui/src/appsetbox.js
+1
-2
static/plugin_dbui/src/appviewport.js
static/plugin_dbui/src/appviewport.js
+2
-1
static/scripts/combo_1.js
static/scripts/combo_1.js
+0
-1
static/scripts/combo_2.js
static/scripts/combo_2.js
+0
-1
static/scripts/date_1.js
static/scripts/date_1.js
+0
-1
No files found.
static/plugin_dbui/src/appbase.js
View file @
f91119c7
...
...
@@ -3,8 +3,6 @@
*
* Constants and elementary functions to built an application
*
* $Id$
*
*/
Ext
.
namespace
(
'
App
'
);
...
...
static/plugin_dbui/src/appbuttondownload.js
View file @
f91119c7
...
...
@@ -2,7 +2,7 @@
* A button to download file from the server
*
* @extends Ext.Button
* @version
$Id$
* @version
*
*/
...
...
static/plugin_dbui/src/appcombobox.js
View file @
f91119c7
...
...
@@ -4,7 +4,7 @@
* The type of this component is xcombobox.
*
* @extends Ext.form.ComboBox
* @version
$Id$
* @version
*
*/
Ext
.
namespace
(
'
App.form
'
);
...
...
static/plugin_dbui/src/appform.js
View file @
f91119c7
...
...
@@ -12,7 +12,7 @@
* The type of this component is xform.
*
* @extends Ext.form.FormPanel
* @version
$Id$
* @version
*
*/
Ext
.
namespace
(
'
App.form
'
);
...
...
static/plugin_dbui/src/appgrid.js
View file @
f91119c7
...
...
@@ -6,7 +6,7 @@
* The type of this component is xgrid.
*
* @extends Ext.gridPanel
* @version
$Id$
* @version
*
*/
...
...
static/plugin_dbui/src/appgridfilter.js
View file @
f91119c7
...
...
@@ -4,7 +4,7 @@
* Associate to grid, it contains all the logic to filter the content of a grid
* according to the value define in the form.
*
* @version
$Id$
* @version
*
*/
...
...
static/plugin_dbui/src/appgridmathjax.js
View file @
f91119c7
...
...
@@ -3,7 +3,7 @@
* The processing is performed by MathJax.
* The MathJax library is loaded by the framework
*
* @version
$Id$
* @version
*
*/
...
...
static/plugin_dbui/src/appgridpaging.js
View file @
f91119c7
...
...
@@ -6,7 +6,7 @@
* NOTE: the number of row load in the grid at the first time
* is defined by the grid when loading the store.
*
* @version
$Id$
* @version
*
*/
Ext
.
namespace
(
'
App.grid
'
);
...
...
static/plugin_dbui/src/appgridroweditor.js
View file @
f91119c7
...
...
@@ -9,7 +9,7 @@
* The ptype of this component is pgridroweditor.
*
* @extends Ext.Window
* @version
$Id$
* @version
*
*/
...
...
static/plugin_dbui/src/appgridroweditorcontextmenu.js
View file @
f91119c7
...
...
@@ -9,7 +9,7 @@
* The ptype of this component is pGridRowEditorContextMenu.
*
* @extends Object
* @version
$Id$
* @version
*
*/
...
...
static/plugin_dbui/src/appgridroweditortoolbar.js
View file @
f91119c7
...
...
@@ -4,7 +4,7 @@
*
* The ptype of this component is pGridRowEditorToolbar.
*
* @version
$Id$
* @version
*
*/
Ext
.
namespace
(
'
App.grid
'
);
...
...
static/plugin_dbui/src/appgridwithfilter.js
View file @
f91119c7
...
...
@@ -2,7 +2,8 @@
* A border layout with a grid and its filter
* The type of this component is xgridwithfilter.
*
* @extend: Ext.Panel
* @extends Ext.Panel
* @version
*
*/
Ext
.
namespace
(
'
App.grid
'
);
...
...
static/plugin_dbui/src/appjsonstore.js
View file @
f91119c7
...
...
@@ -13,7 +13,7 @@
* The type of this component is xdirectstore.
*
* @extends Ext.data.DirectStore
* @version
$Id$
* @version
* *
*/
Ext
.
namespace
(
'
App.data
'
);
...
...
static/plugin_dbui/src/apppanelmathjax.js
View file @
f91119c7
...
...
@@ -3,7 +3,7 @@
* The processing is performed by MathJax.
* The MathJax library is loaded by the framework
*
* @version
$Id$
* @version
*
*/
...
...
static/plugin_dbui/src/apppanelwithurlselector.js
View file @
f91119c7
...
...
@@ -12,7 +12,8 @@
*
* The type of this component is xpanelwithurlselector.
*
* @extend: App.PanelWithSelector
* @extends App.PanelWithSelector
* @version
*
*/
Ext
.
namespace
(
'
App
'
);
...
...
static/plugin_dbui/src/appsetbox.js
View file @
f91119c7
...
...
@@ -7,8 +7,7 @@
* All configuration properties of Ext.form.ComboBox are understood.
*
* @extends Ext.form.ComboBox
* @author $Author$
* @version $Id$
* @version
*
*/
Ext
.
namespace
(
'
App.form
'
);
...
...
static/plugin_dbui/src/appviewport.js
View file @
f91119c7
...
...
@@ -3,7 +3,8 @@
*
* The type of this component is xviewport.
*
* @extend Ext.Viexport
* @extends Ext.Viexport
* @version
*
*/
Ext
.
namespace
(
'
App
'
);
...
...
static/scripts/combo_1.js
View file @
f91119c7
...
...
@@ -2,7 +2,6 @@
* combo_1.js
*
* To test and debug combo widget with a local store.
* $Id$
*
*/
...
...
static/scripts/combo_2.js
View file @
f91119c7
...
...
@@ -2,7 +2,6 @@
* combo_2.js
*
* To test and debug combo widget with a remote store.
* $Id$
*
*/
...
...
static/scripts/date_1.js
View file @
f91119c7
...
...
@@ -2,7 +2,6 @@
* date_2.js
*
* Script to test the DateField
* $Id$
*
*/
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment