PMCORE-2007
This commit is contained in:
@@ -219,23 +219,34 @@ Ext.onReady(function() {
|
|||||||
minValue: 30,
|
minValue: 30,
|
||||||
maxValue: 14400,
|
maxValue: 14400,
|
||||||
|
|
||||||
listeners: {
|
listeners: {
|
||||||
keyup: function (txt, e)
|
keyup: function (txt, e) {
|
||||||
{
|
changeSettings(6);
|
||||||
changeSettings(6);
|
},
|
||||||
},
|
invalid: function (c) {
|
||||||
render : function(c)
|
var msg = this.getMessageHandler();
|
||||||
{
|
if (c && msg) {
|
||||||
new Ext.ToolTip({
|
c.tooltip.disable();
|
||||||
target : c.getEl(),
|
msg.mark(this, _("ID_REFRESH_TIME_SCOPE") + "\n" + c.activeError);
|
||||||
listeners: {
|
}
|
||||||
'show': function (t) {
|
},
|
||||||
t.update(_("ID_REFRESH_TIME_SCOPE"));
|
valid: function (c) {
|
||||||
}
|
if (c) {
|
||||||
}
|
c.tooltip.enable();
|
||||||
});
|
Ext.QuickTips.disable();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
render: function (c) {
|
||||||
|
c.tooltip = new Ext.ToolTip({
|
||||||
|
target: c.getEl(),
|
||||||
|
listeners: {
|
||||||
|
'show': function (t) {
|
||||||
|
t.update(_("ID_REFRESH_TIME_SCOPE"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
fsNames = new Ext.form.FieldSet({
|
fsNames = new Ext.form.FieldSet({
|
||||||
|
|||||||
Reference in New Issue
Block a user