Home
last modified time | relevance | path

Searched refs:tooltip (Results 101 – 125 of 343) sorted by last modified time

12345678910>>...14

/plugin/ckgedit/ckeditor/plugins/geshi/lang/
H A Den.js15 tooltip: 'Enter full or partial name, click to search language menu',
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc49 // Toolbar button tooltip.
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc33 // Toolbar button tooltip.
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc36 // Toolbar button tooltip.
/plugin/html5video2/
H A Dstyle.css901 .video-js .vjs-time-tooltip {
917 .video-js .vjs-progress-holder:focus .vjs-time-tooltip {
921 .video-js .vjs-progress-control:hover .vjs-time-tooltip,
922 .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
928 .video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
959 .vjs-mouse-display .vjs-time-tooltip {
1141 .video-js .vjs-volume-tooltip {
1157 .video-js .vjs-volume-control:hover .vjs-volume-tooltip,
1164 .video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
1170 .video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
[all …]
/plugin/bootswrapper/exe/help/
H A Dmodal.txt23 This <tooltip title="Tooltip">[[modal|link]]</tooltip> and that <tooltip title="Tooltip">[[modal|li…
H A Dtooltip.txt3 <code html><tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet...</…
5 <tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet...
10 | ''title'' | required | | Title of tooltip |
11 | ''location'' | ''top'' | ''top'', ''bottom'', ''left'', ''right'', ''auto'' | Location of tooltip
H A Dmenu.txt24 * [[tooltip]]
/plugin/bootswrapper/
H A Dscript.js17 jQuery('.bs-wrap-tooltip').tooltip();
/plugin/c3chart/assets/
H A Dc3.css140 .c3-tooltip-container {
144 .c3-tooltip {
155 .c3-tooltip tr {
159 .c3-tooltip th {
167 .c3-tooltip td {
174 .c3-tooltip td > span {
181 .c3-tooltip .value {
H A Dc3.min.js2tooltip:"c3-tooltip",tooltipName:"c3-tooltip-name",shape:"c3-shape",shapes:"c3-shapes",line:"c3-li… property in AnonymousFunctionca6b16e90100.Y
/plugin/latex-was/
H A DTODO7 - using object tag instead means no tooltip text, no linking.
/plugin/bpmnioeditor/
H A Dstyle.css85 --tooltip-error-background-color: var(--red-base-62-lighten-90);
86 --tooltip-error-border-color: var(--red-base-62);
87 --tooltip-error-color: var(--red-base-62);
706 .djs-tooltip-error {
710 background: var(--tooltip-error-background-color);
711 border: solid 1px var(--tooltip-error-border-color);
713 color: var(--tooltip-error-color);
720 .djs-tooltip-error:hover {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js46235 if (!tooltip.html) {
46241 tooltip = assign({}, this._tooltipDefaults, tooltip, {
46260 if (!tooltip) {
46293 tooltip = this.get(tooltip);
46295 if (!tooltip) {
46309 tooltip = this.get(tooltip);
46311 if (!tooltip) {
46321 }, tooltip.timeout);
46333 if (tooltip) {
46367 var id = tooltip.id,
[all …]
H A Ddiagram-js.css80 --tooltip-error-background-color: var(--red-base-62-lighten-90);
81 --tooltip-error-border-color: var(--red-base-62);
82 --tooltip-error-color: var(--red-base-62);
701 .djs-tooltip-error {
705 background: var(--tooltip-error-background-color);
706 border: solid 1px var(--tooltip-error-border-color);
708 color: var(--tooltip-error-color);
715 .djs-tooltip-error:hover {
/plugin/diagramsnet/lib/plugins/
H A Dtooltips.js10 var tooltip = cell.getAttribute('tooltip');
12 if (tooltip != null && tooltip.length > 0)
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmaction.js19tooltip=MathJax.Hub.Insert({delayPost:600,delayClear:600,offsetX:10,offsetY:5},e.config.tooltip||{…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js5172 HoverIcons.prototype.createArrow = function(img, tooltip, direction) argument
5180 if (tooltip != null)
5182 arrow.setAttribute('title', tooltip);
H A DToolbar.js796 var elt = this.addMenuFunction(label, tooltip, showLabels, function()
828 this.initElement(elt, tooltip);
882 var tooltip = action.label;
886 tooltip += ' (' + action.shortcut + ')';
889 elt = this.addButton(sprite, tooltip, action.funct, c);
910 Toolbar.prototype.addButton = function(classname, tooltip, funct, c) argument
915 this.initElement(elt, tooltip);
925 Toolbar.prototype.initElement = function(elt, tooltip) argument
928 if (tooltip != null)
930 elt.setAttribute('title', tooltip);
[all …]
H A DActions.js654 var tooltip = '';
673 tooltip = tmp;
677 … var dlg = new TextareaDialog(ui, mxResources.get('editTooltip') + ':', tooltip, function(newValue)
H A DEditorUi.js2448 lbAction.elem = addButton(lbAction.fn, lbAction.icon, lbAction.tooltip);
H A DSidebar.js282 if (this.tooltip == null)
293 }), this.tooltip);
343 this.tooltip.appendChild(close);
366 this.tooltip.style.display = 'block';
491 this.tooltip.style.top = top + 'px';
493 mxUtils.fit(this.tooltip);
517 if (this.tooltip != null && this.tooltip.style.display != 'none')
542 if (this.tooltip != null)
544 this.tooltip.style.display = 'none';
2864 function createArrow(img, tooltip) argument
[all …]
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js1503 …s.container=null)};function mxCellOverlay(a,b,c,d,e,f){this.image=a;this.tooltip=b;this.align=null…
1504 mxCellOverlay.prototype.tooltip=null;mxCellOverlay.prototype.align=mxConstants.ALIGN_RIGHT;mxCellOv… method in mxCellOverlay
1506 ….y)*c),d*c,e*c)};mxCellOverlay.prototype.toString=function(){return this.tooltip};function mxOutli…
2211 ….length;m++){var I=this.lightboxToolbarActions[m];I.elem=p(I.fn,I.icon,I.tooltip)}null!=g.refreshB…
3414 …ay(b.image||g.warningImage,b.tooltip,b.align,b.valign,b.offset);d.addListener(mxEvent.CLICK,functi…
H A Dviewer.min.js1503 …s.container=null)};function mxCellOverlay(a,b,c,d,e,f){this.image=a;this.tooltip=b;this.align=null…
1504 mxCellOverlay.prototype.tooltip=null;mxCellOverlay.prototype.align=mxConstants.ALIGN_RIGHT;mxCellOv… method in mxCellOverlay
1506 ….y)*c),d*c,e*c)};mxCellOverlay.prototype.toString=function(){return this.tooltip};function mxOutli…
2211 ….length;m++){var I=this.lightboxToolbarActions[m];I.elem=p(I.fn,I.icon,I.tooltip)}null!=g.refreshB…
3414 …ay(b.image||g.warningImage,b.tooltip,b.align,b.valign,b.offset);d.addListener(mxEvent.CLICK,functi…
/plugin/diagramsnet/lib/math/config/
H A Ddefault.js806 tooltip: {
997 tooltip: {

12345678910>>...14