svn: /web/doc-editor/trunk/js/ui/component/ EditorConf.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Wed, 10 Mar 2010 20:36:37 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296038
Log:
Fix app name for logo into login page
Changed paths:
U web/doc-editor/trunk/js/ui/component/EditorConf.js
svn-diffs-296038.txt
(text/x-diff, 9.9 KB)
Modified: web/doc-editor/trunk/js/ui/component/EditorConf.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/EditorConf.js 2010-03-10 20:34:24 UTC (rev 296037)
+++ web/doc-editor/trunk/js/ui/component/EditorConf.js 2010-03-10 20:36:37 UTC (rev 296038)
@@ -320,12 +320,10 @@
listeners : {
keyup : function(field)
{
- PhDOE.userConf.newFileNbDisplay = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
},
spin : function(field)
{
- PhDOE.userConf.newFileNbDisplay = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
}
}
@@ -422,12 +420,10 @@
listeners : {
keyup : function(field)
{
- PhDOE.userConf.needUpdateNbDisplay = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
},
spin : function(field)
{
- PhDOE.userConf.needUpdateNbDisplay = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
}
}
@@ -514,12 +510,10 @@
listeners : {
keyup : function(field)
{
- PhDOE.userConf.needUpdateDisplaylogPanelWidth = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
},
spin : function(field)
{
- PhDOE.userConf.needUpdateDisplaylogPanelWidth = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
}
}
@@ -565,12 +559,10 @@
listeners : {
keyup : function(field)
{
- PhDOE.userConf.needUpdateDiffPanelHeight = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
},
spin : function(field)
{
- PhDOE.userConf.needUpdateDiffPanelHeight = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
}
}
@@ -619,10 +611,10 @@
defaults : { hideLabel: true },
defaultType : 'checkbox',
items : [{
- name : 'needUpdateSpellCheckEn',
- checked : PhDOE.userConf.needUpdateSpellCheckEn,
- boxLabel : String.format(_('Enable spellChecking for the <b>{0}</b> file'), 'EN'),
- listeners : {
+ name : 'needUpdateSpellCheckEn',
+ checked : PhDOE.userConf.needUpdateSpellCheckEn,
+ boxLabel : String.format(_('Enable spellChecking for the <b>{0}</b> file'), 'EN'),
+ listeners : {
check : function(field)
{
var tmp = new ui.task.UpdateConfTask({
@@ -632,10 +624,10 @@
}
}
},{
- name : 'needUpdateSpellCheckLang',
- checked : PhDOE.userConf.needUpdateSpellCheckLang,
- boxLabel : String.format(_('Enable spellChecking for the <b>{0}</b> file'), Ext.util.Format.uppercase(PhDOE.userLang)),
- listeners : {
+ name : 'needUpdateSpellCheckLang',
+ checked : PhDOE.userConf.needUpdateSpellCheckLang,
+ boxLabel : String.format(_('Enable spellChecking for the <b>{0}</b> file'), Ext.util.Format.uppercase(PhDOE.userLang)),
+ listeners : {
check : function(field)
{
var tmp = new ui.task.UpdateConfTask({
@@ -764,12 +756,10 @@
listeners : {
keyup : function(field)
{
- PhDOE.userConf.errorDisplaylogPanelWidth = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
},
spin : function(field)
{
- PhDOE.userConf.errorDisplaylogPanelWidth = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
}
}
@@ -815,12 +805,10 @@
listeners : {
keyup : function(field)
{
- PhDOE.userConf.errorDescPanelHeight = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
},
spin : function(field)
{
- PhDOE.userConf.errorDescPanelHeight = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
}
}
@@ -902,12 +890,10 @@
listeners : {
keyup : function(field)
{
- PhDOE.userConf.reviewedNbDisplay = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
},
spin : function(field)
{
- PhDOE.userConf.reviewedNbDisplay = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
}
}
@@ -994,12 +980,10 @@
listeners : {
keyup : function(field)
{
- PhDOE.userConf.reviewedNbDisplay = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
},
spin : function(field)
{
- PhDOE.userConf.reviewedNbDisplay = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
}
}
@@ -1116,12 +1100,10 @@
listeners : {
keyup : function(field)
{
- PhDOE.userConf.allFilesDisplaylogPanelWidth = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
},
spin : function(field)
{
- PhDOE.userConf.allFilesDisplaylogPanelWidth = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
}
}
@@ -1245,12 +1227,10 @@
listeners : {
keyup : function(field)
{
- PhDOE.userConf.patchDisplaylogPanelWidth = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
},
spin : function(field)
{
- PhDOE.userConf.patchDisplaylogPanelWidth = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
}
}
@@ -1296,12 +1276,10 @@
listeners : {
keyup : function(field)
{
- PhDOE.userConf.patchDisplayContentPanelHeight = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
},
spin : function(field)
{
- PhDOE.userConf.patchDisplayContentPanelHeight = this.getValue();
ui.component._EditorConf.CommitChange.delay(1000, null, this);
}
}