Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
cannot change visible in onshow or onhide
Не удается изменить свойство visible в событиях onshow и onhide
Dernière mise à jour : 2011-09-29
Fréquence d'utilisation : 1
Qualité :
"); } if (this.type == "alert"){ this.addchild(new dijit.form.button({id: this.id + "buttonok", type: "submit", label: this.buttonok}), "last"); } if (this.type == "confirm"){ this.addchild(new dijit.form.button({id: this.id + "buttonok", type: "submit", label: this.buttonok}), "last"); this.addchild(new dijit.form.button({id: this.id + "buttoncancel", type: "reset", label: this.buttoncancel}), "last"); this.connect(dijit.byid(this.id + "buttoncancel"), "onclick", "_abort"); } if (this.type == "prompt"){ this.addchild(new dijit.form.validationtextbox({id: this.id + "textbox", value: this.promptvalue}), "last"); this.addchild(new dijit.form.button({id: this.id + "buttonok", type: "submit", label: this.buttonok}), "last"); this.addchild(new dijit.form.button({id: this.id + "buttoncancel", type: "reset", label: this.buttoncancel}), "last"); this.connect(dijit.byid(this.id + "buttoncancel"), "onclick", "_abort"); } if (!this.hastitlebar){ dojo.style(this.titlebar, "display", "none"); } if (this.destroyonclose){ this.connect(this, "hide", function(){ this.destroyrecursive(); }); } this.inherited(arguments); }, layout: function(){ if(this.domnode.style.visibility != "hidden"){ this._position(); if (this.ismodal){ dijit._underlay.layout(); } } }, onshow: function(){ dojo.style(this.domnode, {"opacity": 1}); }, abort: function(){ }, _abort: function(){ this.hide(); this.abort(); }, _setismodalattr: function(ismodal){ this.ismodal = ismodal; }, _sethastitlebarattr: function(hastitlebar){ this.hastitlebar = hastitlebar; if (hastitlebar){ dojo.style(this.titlebar, "display", "block"); }else{ dojo.style(this.titlebar, "display", "none"); } } } ); } /* end of included file '/modules/usability/js/seitbox_dijit_dialog.js' */ /* begin of included file '/modules/usability/js/seitbox_dijit_infoicon.js' */ //// //// info icon dijit //// if (window.dojo) { dojo.provide("seitbox.dijit.infoicon"); dojo.require("seitbox.dijit.dialog"); dojo.require("dijit.tooltip"); dojo.require("dijit._templated"); dojo.declare( "seitbox.dijit.infoicon", [dijit._widget, dijit._templated], { templatestring: '
"); } if (this.type == "alert"){ this.addchild(new dijit.form.button({id: this.id + "buttonok", type: "submit", label: this.buttonok}), "last"); } if (this.type == "confirm"){ this.addchild(new dijit.form.button({id: this.id + "buttonok", type: "submit", label: this.buttonok}), "last"); this.addchild(new dijit.form.button({id: this.id + "buttoncancel", type: "reset", label: this.buttoncancel}), "last"); this.connect(dijit.byid(this.id + "buttoncancel"), "onclick", "_abort"); } if (this.type == "prompt"){ this.addchild(new dijit.form.validationtextbox({id: this.id + "textbox", value: this.promptvalue}), "last"); this.addchild(new dijit.form.button({id: this.id + "buttonok", type: "submit", label: this.buttonok}), "last"); this.addchild(new dijit.form.button({id: this.id + "buttoncancel", type: "reset", label: this.buttoncancel}), "last"); this.connect(dijit.byid(this.id + "buttoncancel"), "onclick", "_abort"); } if (!this.hastitlebar){ dojo.style(this.titlebar, "display", "none"); } if (this.destroyonclose){ this.connect(this, "hide", function(){ this.destroyrecursive(); }); } this.inherited(arguments); }, layout: function(){ if(this.domnode.style.visibility != "hidden"){ this._position(); if (this.ismodal){ dijit._underlay.layout(); } } }, onshow: function(){ dojo.style(this.domnode, {"opacity": 1}); }, abort: function(){ }, _abort: function(){ this.hide(); this.abort(); }, _setismodalattr: function(ismodal){ this.ismodal = ismodal; }, _sethastitlebarattr: function(hastitlebar){ this.hastitlebar = hastitlebar; if (hastitlebar){ dojo.style(this.titlebar, "display", "block"); }else{ dojo.style(this.titlebar, "display", "none"); } } } ); } /* end of included file '/modules/usability/js/seitbox_dijit_dialog.js' */ /* begin of included file '/modules/usability/js/seitbox_dijit_infoicon.js' */ //// //// info icon dijit //// if (window.dojo) { dojo.provide("seitbox.dijit.infoicon"); dojo.require("seitbox.dijit.dialog"); dojo.require("dijit.tooltip"); dojo.require("dijit._templated"); dojo.declare( "seitbox.dijit.infoicon", [dijit._widget, dijit._templated], { templatestring: '
Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent