Home
last modified time | relevance | path

Searched refs:icon (Results 251 – 275 of 464) sorted by relevance

1...<<111213141516171819

/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_editor.css197 /* For composed button ( icon + text, icon + arrow ), we must compensate the table */
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_editor.css197 /* For composed button ( icon + text, icon + arrow ), we must compensate the table */
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc40 // Button's icon file path.
41 icon: this.path + 'images/footnote.png'
/plugin/skype/
H A DREADME.md66 <td>size of icon in pixel (10, 12, 14, 16, 24, 32)</td>
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1742 var icon = document.createElement('img');
1743 mxUtils.setOpacity(icon, 50);
1744 icon.style.height = '16px';
1745 icon.style.width = '16px';
1746 icon.setAttribute('border', '0');
1747 icon.setAttribute('valign', 'middle');
1748 icon.style.marginTop = (mxClient.IS_IE11) ? '0px' : '-4px';
1749 icon.setAttribute('src', Editor.helpImage);
1750 link.appendChild(icon);
H A DActions.js728 var icon = null;
733 icon = docs[0].iconUrl;
744 'fontColor=#0000EE;fontStyle=4;rounded=1;overflow=hidden;' + ((icon != null) ?
745 … 'shape=label;imageWidth=16;imageHeight=16;spacingLeft=26;align=left;image=' + icon :
/plugin/pycode/
H A Dsyntax.php452 $icon = $this->mpp->_get_icon($src_url);
454 $renderer->doc .= "<dt><img class='code_pycode' src='" . $icon . "'>$title</dt>";
/plugin/tline/
H A DCHANGES.txt92 icon or tape. If theme.event.highlightLabelBackground is true, the label's background
112 control over top margin of icon (margin between bottom of tape and
113 top of icon). Only used if the event has a tape and an icon.
179 Works everywhere but ie. So added label-, icon-, tape- to className plus className by
/plugin/prettyphoto/css/
H A DprettyPhoto.css60 …kground: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */
100 …d: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
139 …nd: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
153 …und: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
209 …d: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
232 …ground: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
/plugin/timetrack/
H A Dscript.js185 icon: false,
/plugin/deletepagebutton/
H A DREADME.md70 Icon: <https://materialdesignicons.com/icon/trash-can-outline>
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.css88 The icon in the menu are tagged with a11
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css139 [data-popup="align-elements"] .djs-popup-entry-icon {
H A Ddiagram-js.css595 .djs-popup-search-icon {
632 .djs-popup [class*="icon"] .djs-popup-label,
637 .djs-popup [class*="icon"]:before,
638 .djs-popup-entry-icon {
/plugin/pgn4web/
H A DREADME.md28 I am not sure if the 32x32 editor icon is a problem, but it is really nicer compared to 16x16.
/plugin/database2/
H A Dstyle.css111 table.database2 tr.data-list table tbody td.commands input.icon-cmd
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css595 .djs-popup-search-icon {
632 .djs-popup [class*="icon"] .djs-popup-label,
637 .djs-popup [class*="icon"]:before,
638 .djs-popup-entry-icon {
H A Ddmn-js-shared.css184 .dms-input-select .dms-input-select-icon {
/plugin/bootswrapper/exe/help/
H A Dtext.txt3 <callout type="tip" icon="true">
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js1768 this.icon = document.createElement('img');
1769 this.icon.setAttribute('src', IMAGE_PATH + '/logo-flat-small.png');
1770 this.icon.setAttribute('title', mxResources.get('draw.io'));
1772 this.icon.style.cursor = 'pointer';
5829 var icon = document.createElement('img');
5830 icon.setAttribute('src', this.shareImage);
5831 icon.setAttribute('align', 'absmiddle');
5832 icon.style.marginRight = '4px';
5833 icon.style.marginTop = '-3px';
5834 this.shareButton.appendChild(icon);
[all …]
/plugin/bookcreator/
H A Dstyle.css174 * show add/remove icon
/plugin/gallery/script/
H A Dprosemirror.js417 icon: (function () {
/plugin/authucenter/lib/uc_client/
H A Dclient.php309 function uc_feed_add($icon, $uid, $username, $title_template='', $title_data='', $body_template='',… argument
311 array( 'icon'=>$icon,
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css284 background: url('../../images/icon-list.png') 3px 1px no-repeat;
288 background: url('../../images/icon-sort.png') 3px 1px no-repeat;
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.min.css1icon{position:relative;display:block;width:112px;height:100px;margin-left:-56px;margin-top:-50px;l…

1...<<111213141516171819