Searched defs:SimpleDialog (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/container/
H A Dcontainer-debug.js731 * Dialog, and SimpleDialog.
7661 * SimpleDialog is a simple implementation of Dialog that can be used to
7666 * @class SimpleDialog
7669 * @param {String} el The element ID representing the SimpleDialog
7671 * @param {HTMLElement} el The element representing the SimpleDialog
7673 * the configuration that should be set for this SimpleDialog. See
7676 YAHOO.widget.SimpleDialog = function (el, userConfig) {
7678 YAHOO.widget.SimpleDialog.superclass.constructor.call(this,
7684 SimpleDialog = YAHOO.widget.SimpleDialog,
[all...]
H A Dcontainer-min.js227 Dialog.superclass.destroy.call(this);},toString:function(){return"Dialog "+this.id;}});}());(function(){YAHOO.widget.SimpleDialog=function(el,userConfig){YAHOO.widget.SimpleDialog.superclass.constructor.call(this,el,userConfig);};var Dom=YAHOO.util.Dom,SimpleDialog=YAHOO.widget.SimpleDialog,DEFAULT_CONFIG={"ICON":{key:"icon",value:"none",suppressEvent:true},"TEXT":{key:"text",value:"",suppressEvent:true,supercedes:["icon"]}};SimpleDialog.ICON_BLOCK="blckicon";SimpleDialog.ICON_ALARM="alrticon";SimpleDialog.ICON_HELP="hlpicon";SimpleDialog.ICON_INFO="infoicon";SimpleDialog.ICON_WARN="warnicon";SimpleDialog
[all...]
H A Dcontainer.js725 * Dialog, and SimpleDialog.
7631 * SimpleDialog is a simple implementation of Dialog that can be used to
7636 * @class SimpleDialog
7639 * @param {String} el The element ID representing the SimpleDialog
7641 * @param {HTMLElement} el The element representing the SimpleDialog
7643 * the configuration that should be set for this SimpleDialog. See
7646 YAHOO.widget.SimpleDialog = function (el, userConfig) {
7648 YAHOO.widget.SimpleDialog.superclass.constructor.call(this,
7654 SimpleDialog = YAHOO.widget.SimpleDialog,
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/container/
H A Dcontainer-debug.js731 * Dialog, and SimpleDialog.
7661 * SimpleDialog is a simple implementation of Dialog that can be used to
7666 * @class SimpleDialog
7669 * @param {String} el The element ID representing the SimpleDialog
7671 * @param {HTMLElement} el The element representing the SimpleDialog
7673 * the configuration that should be set for this SimpleDialog. See
7676 YAHOO.widget.SimpleDialog = function (el, userConfig) {
7678 YAHOO.widget.SimpleDialog.superclass.constructor.call(this,
7684 SimpleDialog = YAHOO.widget.SimpleDialog,
[all...]
H A Dcontainer-min.js227 Dialog.superclass.destroy.call(this);},toString:function(){return"Dialog "+this.id;}});}());(function(){YAHOO.widget.SimpleDialog=function(el,userConfig){YAHOO.widget.SimpleDialog.superclass.constructor.call(this,el,userConfig);};var Dom=YAHOO.util.Dom,SimpleDialog=YAHOO.widget.SimpleDialog,DEFAULT_CONFIG={"ICON":{key:"icon",value:"none",suppressEvent:true},"TEXT":{key:"text",value:"",suppressEvent:true,supercedes:["icon"]}};SimpleDialog.ICON_BLOCK="blckicon";SimpleDialog.ICON_ALARM="alrticon";SimpleDialog.ICON_HELP="hlpicon";SimpleDialog.ICON_INFO="infoicon";SimpleDialog.ICON_WARN="warnicon";SimpleDialog
[all...]
H A Dcontainer.js725 * Dialog, and SimpleDialog.
7631 * SimpleDialog is a simple implementation of Dialog that can be used to
7636 * @class SimpleDialog
7639 * @param {String} el The element ID representing the SimpleDialog
7641 * @param {HTMLElement} el The element representing the SimpleDialog
7643 * the configuration that should be set for this SimpleDialog. See
7646 YAHOO.widget.SimpleDialog = function (el, userConfig) {
7648 YAHOO.widget.SimpleDialog.superclass.constructor.call(this,
7654 SimpleDialog = YAHOO.widget.SimpleDialog,
[all...]

Completed in 86 milliseconds