Searched defs:Tooltip (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.js730 * are four UI controls that extend Module and Overlay: Tooltip, Panel,
4207 * Tooltip is an implementation of Overlay that behaves like an OS tooltip,
4211 * @class Tooltip
4214 * @param {String} el The element ID representing the Tooltip <em>OR</em>
4215 * @param {HTMLElement} el The element representing the Tooltip
4220 YAHOO.widget.Tooltip = function (el, userConfig) {
4222 YAHOO.widget.Tooltip.superclass.constructor.call(this, el, userConfig);
4230 Tooltip = YAHOO.widget.Tooltip,
4235 * Constant representing the Tooltip'
[all...]
H A Dcontainer-min.js116 while(i--);}},toString:function(){return"OverlayManager";}};}());(function(){YAHOO.widget.Tooltip=function(el,userConfig){YAHOO.widget.Tooltip.superclass.constructor.call(this,el,userConfig);};var Lang=YAHOO.lang,Event=YAHOO.util.Event,Dom=YAHOO.util.Dom,Tooltip=YAHOO.widget.Tooltip,m_oShadowTemplate,DEFAULT_CONFIG={"PREVENT_OVERLAP":{key:"preventoverlap",value:true,validator:Lang.isBoolean,supercedes:["x","y","xy"]},"SHOW_DELAY":{key:"showdelay",value:200,validator:Lang.isNumber},"AUTO_DISMISS_DELAY":{key:"autodismissdelay",value:5000,validator:Lang.isNumber},"HIDE_DELAY":{key:"hidedelay",value:250,validator:Lang.isNumber},"TEXT":{key:"text",suppressEvent:true},"CONTAINER":{key:"container"}};Tooltip.CSS_TOOLTIP="yui-tt";function restoreOriginalWidth(p_sType,p_aArgs,p_oObject){var sOriginalWidth=p_oObject[0],sNewWidth=p_oObject[1],oConfig=this.cfg,sCurrentWidth=oConfig.getProperty("width");if(sCurrentWidth==sNewWidth){oConfig.setProperty("width",sOriginalWidth);}
121 YAHOO.extend(Tooltip,YAHOO.widget.Overlay,{init:function(el,userConfig){Tooltip.superclass.init.call(this,el);this.beforeInitEvent.fire(Tooltip);Dom.addClass(this.element,Tooltip.CSS_TOOLTIP);if(userConfig){this.cfg.applyConfig(userConfig,true);}
122 this.cfg.queueProperty("visible",false);this.cfg.queueProperty("constraintoviewport",true);this.setBody("");this.subscribe("beforeShow",setWidthToOffsetWidth);this.subscribe("init",onInit);this.subscribe("render",this.onRender);this.initEvent.fire(Tooltip);},initDefaultConfi
[all...]
H A Dcontainer.js724 * are four UI controls that extend Module and Overlay: Tooltip, Panel,
4196 * Tooltip is an implementation of Overlay that behaves like an OS tooltip,
4200 * @class Tooltip
4203 * @param {String} el The element ID representing the Tooltip <em>OR</em>
4204 * @param {HTMLElement} el The element representing the Tooltip
4209 YAHOO.widget.Tooltip = function (el, userConfig) {
4211 YAHOO.widget.Tooltip.superclass.constructor.call(this, el, userConfig);
4219 Tooltip = YAHOO.widget.Tooltip,
4224 * Constant representing the Tooltip'
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/container/
H A Dcontainer-debug.js730 * are four UI controls that extend Module and Overlay: Tooltip, Panel,
4207 * Tooltip is an implementation of Overlay that behaves like an OS tooltip,
4211 * @class Tooltip
4214 * @param {String} el The element ID representing the Tooltip <em>OR</em>
4215 * @param {HTMLElement} el The element representing the Tooltip
4220 YAHOO.widget.Tooltip = function (el, userConfig) {
4222 YAHOO.widget.Tooltip.superclass.constructor.call(this, el, userConfig);
4230 Tooltip = YAHOO.widget.Tooltip,
4235 * Constant representing the Tooltip'
[all...]
H A Dcontainer-min.js116 while(i--);}},toString:function(){return"OverlayManager";}};}());(function(){YAHOO.widget.Tooltip=function(el,userConfig){YAHOO.widget.Tooltip.superclass.constructor.call(this,el,userConfig);};var Lang=YAHOO.lang,Event=YAHOO.util.Event,Dom=YAHOO.util.Dom,Tooltip=YAHOO.widget.Tooltip,m_oShadowTemplate,DEFAULT_CONFIG={"PREVENT_OVERLAP":{key:"preventoverlap",value:true,validator:Lang.isBoolean,supercedes:["x","y","xy"]},"SHOW_DELAY":{key:"showdelay",value:200,validator:Lang.isNumber},"AUTO_DISMISS_DELAY":{key:"autodismissdelay",value:5000,validator:Lang.isNumber},"HIDE_DELAY":{key:"hidedelay",value:250,validator:Lang.isNumber},"TEXT":{key:"text",suppressEvent:true},"CONTAINER":{key:"container"}};Tooltip.CSS_TOOLTIP="yui-tt";function restoreOriginalWidth(p_sType,p_aArgs,p_oObject){var sOriginalWidth=p_oObject[0],sNewWidth=p_oObject[1],oConfig=this.cfg,sCurrentWidth=oConfig.getProperty("width");if(sCurrentWidth==sNewWidth){oConfig.setProperty("width",sOriginalWidth);}
121 YAHOO.extend(Tooltip,YAHOO.widget.Overlay,{init:function(el,userConfig){Tooltip.superclass.init.call(this,el);this.beforeInitEvent.fire(Tooltip);Dom.addClass(this.element,Tooltip.CSS_TOOLTIP);if(userConfig){this.cfg.applyConfig(userConfig,true);}
122 this.cfg.queueProperty("visible",false);this.cfg.queueProperty("constraintoviewport",true);this.setBody("");this.subscribe("beforeShow",setWidthToOffsetWidth);this.subscribe("init",onInit);this.subscribe("render",this.onRender);this.initEvent.fire(Tooltip);},initDefaultConfi
[all...]
H A Dcontainer.js724 * are four UI controls that extend Module and Overlay: Tooltip, Panel,
4196 * Tooltip is an implementation of Overlay that behaves like an OS tooltip,
4200 * @class Tooltip
4203 * @param {String} el The element ID representing the Tooltip <em>OR</em>
4204 * @param {HTMLElement} el The element representing the Tooltip
4209 YAHOO.widget.Tooltip = function (el, userConfig) {
4211 YAHOO.widget.Tooltip.superclass.constructor.call(this, el, userConfig);
4219 Tooltip = YAHOO.widget.Tooltip,
4224 * Constant representing the Tooltip'
[all...]

Completed in 74 milliseconds