Home
last modified time | relevance | path

Searched refs:tooltip (Results 326 – 343 of 343) sorted by path

1...<<11121314

/plugin/txt2tags/
H A Dtables.js34 jQNew('abbr').tooltip({
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbar.js35 FCKToolbar.prototype.AddButton = function( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, s… argument
40 …var oButton = new FCKToolbarButtonUI( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, style…
H A Dfcktoolbarbutton.js24 var FCKToolbarButton = function( commandName, label, tooltip, style, sourceView, contextSensitive, … argument
28 this.Tooltip = tooltip ;
H A Dfcktoolbarbuttonui.js24 var FCKToolbarButtonUI = function( name, label, tooltip, iconPathOrStripInfoArray, style, state ) argument
28 this.Tooltip = tooltip || this.Label ;
H A Dfcktoolbarfontformatcombo.js24 var FCKToolbarFontFormatCombo = function( tooltip, style ) argument
26 if ( tooltip === false )
31 this.Tooltip = tooltip ? tooltip : this.Label ;
H A Dfcktoolbarfontscombo.js24 var FCKToolbarFontsCombo = function( tooltip, style ) argument
28 this.Tooltip = tooltip ? tooltip : this.Label ;
H A Dfcktoolbarfontsizecombo.js24 var FCKToolbarFontSizeCombo = function( tooltip, style ) argument
28 this.Tooltip = tooltip ? tooltip : this.Label ;
H A Dfcktoolbarpanelbutton.js25 var FCKToolbarPanelButton = function( commandName, label, tooltip, style, icon ) argument
36 …var oUIButton = this._UIButton = new FCKToolbarButtonUI( commandName, label, tooltip, oIcon, style…
H A Dfcktoolbarstylecombo.js24 var FCKToolbarStyleCombo = function( tooltip, style ) argument
26 if ( tooltip === false )
31 this.Tooltip = tooltip ? tooltip : this.Label ;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js1098 this.model.tooltip = value.tooltip;
1123 if (this.model.tooltip) {
1124 v.tooltip = this.model.tooltip;
1135 if (value.tooltip) {
1136 this.model.tooltip = value.tooltip;
12163 tooltip: model.hyperlinks.tooltip
12174 tooltip: node.attributes.tooltip
13087 tooltip: model.tooltip
16763 tooltip: model.tooltip
16773 tooltip: node.attributes.tooltip
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15405 if(val.tooltip) { val.Tooltip = val.tooltip; delete val.tooltip; }
15854 if(l[1].Tooltip) rel.tooltip = escapexml(l[1].Tooltip);
16259 var tooltip = parse_XLWideString(data);
16263 if(tooltip) o.Tooltip = tooltip;
26328 function cell_set_hyperlink(cell/*:Cell*/, target/*:string*/, tooltip/*:?string*/) { argument
26333 if(tooltip) cell.l.Tooltip = tooltip;
26337 …_link(cell/*:Cell*/, range/*:string*/, tooltip/*:?string*/) { return cell_set_hyperlink(cell, "#" … argument
/plugin/yearbox/
H A Dplugin.info.txt6 …o create a new page for each day of the year. Existing pages will have a tooltip showing a preview…
H A Dreadme.txt1 …o create a new page for each day of the year. Existing pages will have a tooltip showing a preview…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1tooltip\");\n\t\t},\n\n\t\ttooltipVisibleAttr: function(div){\n\t\t\tdiv.setAttribute(\"aria-hidde…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_fullscreen.js.map1 …iewport\n\t\t// we do it to correct display common elements: lightboxes, tooltip etc.\n\t\tconst e…
H A Ddhtmlxgantt_tooltip.js13tooltip=new a.Tooltip,this._listeners={},this._domEvents=n(),this._initDelayedFunctions()}return t…
H A Ddhtmlxgantt_tooltip.js.map1tooltip/tooltip.ts","webpack://[name]/./sources/ext/tooltip/tooltipManager.ts","webpack://[name]/.…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js252 tooltip.bottom = tooltip.top + tooltip.height;
253 tooltip.right = tooltip.left + tooltip.width;
258 tooltip.bottom = tooltip.top + tooltip.height;
262 tooltip.top = tooltip.bottom - tooltip.height;
266 tooltip.right = viewport.left + tooltip.width;
270 tooltip.left = tooltip.right - tooltip.width;
272 if (mouse.x >= tooltip.left && mouse.x <= tooltip.right) {
273 tooltip.left = mouse.x - tooltip.width - offsetX;
274 tooltip.right = tooltip.left + tooltip.width;
277 tooltip.top = mouse.y - tooltip.height - offsetY;
[all …]

1...<<11121314