Lines Matching refs:tooltip

102 	this.tooltip = NULL;
144 tooltip;
150 this.tooltip = elements.tooltip = tooltip = $('<div/>', {
250 this.tooltip.stop(1,0).find('*').remove().end().remove();
288 this.tooltip.one('tooltiphidden', $.proxy(process, this));
402 this.tooltip[0].id = this._id;
442 this.rendered && this.tooltip.appendTo(v);
452 this.rendered && this.tooltip.removeClass(p).addClass(v);
455 this.rendered && this.tooltip.css(o, v);
461 this.rendered && this.tooltip.toggleClass(CLASS_DEFAULT, !!v);
466 this.rendered && this.tooltip[($.isFunction(v) ? '' : 'un') + 'bind']('tooltip'+o, v);
475 this.tooltip.attr('tracking', posOptions.target === 'mouse' && posOptions.adjust.mouse);
574 if(this.rendered && this.tooltip[0].offsetWidth > 0 && reposition) {
619 if(images.images && images.images.length && self.rendered && self.tooltip[0].offsetWidth > 0) {
700 tooltip = this.tooltip,
709 tooltipWidth = tooltip.outerWidth(FALSE),
710 tooltipHeight = tooltip.outerHeight(FALSE),
713 type = tooltip.css('position'),
715 visible = tooltip[0].offsetWidth > 0,
872 tooltip.css(position);
877 posOptions.effect.call(tooltip, this, $.extend({}, position));
878 tooltip.queue(function(next) {
968 tooltip = this.tooltip;
974 tooltip.has(event.relatedTarget).length) {
994 width = this.tooltip.css('width'),
995 visible = this.tooltip.is(':visible'),
1004 identicalState = !tooltip.is(':animated') && visible === state && sameTarget;
1019 $.attr(tooltip[0], 'aria-hidden', !!!state);
1037 if(!width) { tooltip.css('width', tooltip.outerWidth(FALSE)); }
1039 if(!width) { tooltip.css('width', ''); }
1044 .not(tooltip).not(opts.target).qtip('hide', $.Event('tooltipsolo'));
1055 if(trackingBound && !$(SELECTOR+'[tracking="true"]:visible', opts.solo).not(tooltip).length) {
1068 if(BROWSER.ie) { tooltip[0].style.removeAttribute('filter'); }
1071 tooltip.css('overflow', '');
1075 $(this.options.show.autofocus, tooltip).focus();
1083 tooltip.css({
1098 tooltip[ type ]();
1104 tooltip.stop(1, 1);
1105 opts.effect.call(tooltip, this);
1106 tooltip.queue('fx', function(n) {
1112 else { tooltip.fadeTo(90, state ? 1 : 0, after); }
1128 tooltip = this.tooltip,
1129 curIndex = parseInt(tooltip[0].style.zIndex, 10),
1134 if(!tooltip.hasClass(CLASS_FOCUS)) {
1151 tooltip.addClass(CLASS_FOCUS)[0].style.zIndex = newIndex;
1162 this.tooltip.removeClass(CLASS_FOCUS);
1165 this._trigger('blur', [ this.tooltip.css('zIndex') ], event);
1175 state = !(this.rendered ? this.tooltip.hasClass(CLASS_DISABLED) : this.disabled);
1184 this.tooltip.toggleClass(CLASS_DISABLED, state)
1199 tooltip = elements.tooltip,
1225 elements.button.appendTo(elements.titlebar || tooltip)
1228 if(!tooltip.hasClass(CLASS_DISABLED)) { self.hide(event); }
1253 tooltip = elements.tooltip,
1254 disabled = tooltip.hasClass(CLASS_DISABLED);
1256 tooltip.removeClass(CLASS_DISABLED);
1258 tooltip.toggleClass(CLASS_DISABLED, disabled);
1260tooltip.toggleClass('ui-helper-reset '+createWidgetClass(), on).toggleClass(CLASS_DEFAULT, this.op…
1294 if(this.tooltip.hasClass(CLASS_DISABLED)) { return FALSE; }
1308 if(this.tooltip.hasClass(CLASS_DISABLED)) { return FALSE; }
1312 ontoTooltip = relatedTarget.closest(SELECTOR)[0] === this.tooltip[0],
1344 if(this.tooltip.hasClass(CLASS_DISABLED) || !this.options.hide.inactive) { return FALSE; }
1356 if(this.rendered && this.tooltip[0].offsetWidth > 0) { this.reposition(event); }
1391 tooltip = $(event.currentTarget),
1401tooltip.hasClass(CLASS_FIXED) && !tooltip.hasClass(CLASS_DISABLED) && clearTimeout(this.timers.hid…
1414 tooltip.toggleClass(CLASS_HOVER, state);
1427 this.tooltip.trigger(callback, [this].concat(args || []));
1454 var state = this.rendered ? this.tooltip[0].offsetWidth > 0 : false;
1521 tooltip = this.tooltip,
1536 …self._bind(tooltip, name === 'toggle' ? ['tooltipshow','tooltiphide'] : ['tooltip'+name], callback…
1550 hideTarget = hideTarget.add( tooltip.addClass(CLASS_FIXED) );
1567 …enabled = this.rendered && !this.tooltip.hasClass(CLASS_DISABLED) && this.tooltip[0].offsetWidth >…
1568 isAncestor = elem.parents(SELECTOR).filter(this.tooltip[0]).length > 0;
1570 if(elem[0] !== this.target[0] && elem[0] !== this.tooltip[0] && !isAncestor &&
1584 this._bind(hideTarget.add(tooltip), QTIP.inactiveEvents, inactiveMethod, '-inactive');
1591 this._bind(showTarget.add(tooltip), 'mousemove', function(event) {
1623 …if(this.rendered && this.cache.onTarget && !this.tooltip.hasClass(CLASS_DISABLED) && this.tooltip[…
1646 this.rendered && this.tooltip[0],
2059 ….element = qtip.elements.tip = $('<div />', { 'class': NAMESPACE+'-tip' }).prependTo(qtip.tooltip);
2080 qtip._bind(qtip.tooltip, 'tooltipmove', this.reposition, this._ns, this);
2127 intCss(elements.tooltip, prop)
2137 intCss(elements.tooltip, prop) || 0;
2154 css(elements.tooltip, BG_COLOR) || tip.css(BG_COLOR);
2158 …elements.content, borderSide, COLOR) || css(elements.tooltip, borderSide, COLOR) || elements.toolt…
2410 isWidget = elements.tooltip.hasClass('ui-widget'),
2435 b = self._parseWidth(corner, side, elements.tooltip);
2537 this.qtip._unbind(this.qtip.tooltip, this._ns);
2651 tooltip = current.tooltip,
2657 (parseInt(container[0].style.zIndex, 10) > parseInt(tooltip[0].style.zIndex, 10));
2662 if(!targetOnTop && target.closest(SELECTOR)[0] !== tooltip[0]) {
2706 focusableElems = api.tooltip.find('*').filter(function() {
2715 tooltip = api.tooltip,
2720 visibleModals = $(MODALSELECTOR).filter(':visible:not(:animated)').not(tooltip),
2797 var tooltip = qtip.tooltip;
2806 tooltip.addClass(MODALCLASS).css('z-index', QTIP.modal_zindex + $(MODALSELECTOR).length);
2809 qtip._bind(tooltip, ['tooltipshow', 'tooltiphide'], function(event, api, duration) {
2813 if(event.target === tooltip[0]) {
2824 qtip._bind(tooltip, 'tooltipfocus', function(event, api) {
2826 if(event.isDefaultPrevented() || event.target !== tooltip[0]) { return; }
2832 curIndex = parseInt(tooltip[0].style.zIndex, 10);
2848 tooltip.addClass(CLASS_FOCUS)[0].style.zIndex = newIndex;
2858 qtip._bind(tooltip, 'tooltiphide', function(event) {
2859 if(event.target === tooltip[0]) {
2860 $(MODALSELECTOR).filter(':visible').not(tooltip).last().qtip('focus', event);
2875 this.qtip.tooltip.removeClass(MODALCLASS);
2878 this.qtip._unbind(this.qtip.tooltip, this._ns);
2914 this.qtip.tooltip[0].offsetWidth > 0
2934 tooltip = api.elements.tooltip,
2958 fixed = tooltip.css('position') === 'fixed';
3037 tooltip.removeClass(api.cache.lastClass).addClass( (api.cache.lastClass = newClass) );
3321 var tooltip = qtip.tooltip,
3326 this.bgiframe = qtip.elements.bgiframe = $(BGIFRAME).appendTo(tooltip);
3329 qtip._bind(tooltip, 'tooltipmove', this.adjustBGIFrame, this._ns, this);
3339 qtip._bind(tooltip, ['tooltipshow'], this._scroll, this._ns, this);
3347 var tooltip = this.qtip.tooltip,
3349 height: tooltip.outerHeight(FALSE),
3350 width: tooltip.outerWidth(FALSE)
3357 offset = parseInt(tooltip.css('borderLeftWidth'), 10) || 0;
3374 var tooltip = this.qtip.tooltip,
3383 if(style.height) { tooltip.css(HEIGHT, style.height); }
3384 if(style.width) { tooltip.css(WIDTH, style.width); }
3389 tooltip.css(WIDTH, '').appendTo(this.redrawContainer);
3392 width = tooltip.width();
3396 max = tooltip.css('maxWidth') || '';
3397 min = tooltip.css('minWidth') || '';
3408 tooltip.css(WIDTH, Math.round(width)).appendTo(container);
3422 this.qtip._unbind([window, this.qtip.tooltip], this._ns);