Home
last modified time | relevance | path

Searched refs:backgroundImage (Results 1 – 25 of 125) sorted by relevance

12345

/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc30 } else if (style.backgroundImage) {
31 if (style.backgroundImage.match(/^url[("']+(.*\.png)[)"']+$/i)) {
33 style.backgroundImage = '';
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc30 } else if (style.backgroundImage) {
31 if (style.backgroundImage.match(/^url[("']+(.*\.png)[)"']+$/i)) {
33 style.backgroundImage = '';
/plugin/s5/ui/default/
H A Diepngfix.htc30 } else if (style.backgroundImage) {
31 if (style.backgroundImage.match(/^url[("']+(.*\.png)[)"']+$/i)) {
33 style.backgroundImage = '';
/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc30 } else if (style.backgroundImage) {
31 if (style.backgroundImage.match(/^url[("']+(.*\.png)[)"']+$/i)) {
33 style.backgroundImage = '';
/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc38 var bgImg = currentStyle.backgroundImage || style.backgroundImage;
58 style.backgroundImage = 'none';
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Diepngfix.htc38 var bgImg = currentStyle.backgroundImage || style.backgroundImage;
58 style.backgroundImage = 'none';
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php90 $backgroundImage = $background[self::BACKGROUND_IMAGE] ?? null;
91 if ($backgroundImage !== null) {
92 $tagAttributes->addComponentAttributeValueIfNotEmpty(self::BACKGROUND_IMAGE, $backgroundImage);
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js386 styleElement.style.backgroundImage = styleElement.jscStyle.backgroundImage;
393 styleElement.style.backgroundImage = styleElement.jscStyle.backgroundImage;
415 styleElement.style.backgroundImage = "none";
698 …p.padM.style.backgroundImage = "url(data:image/gif;base64,R0lGODlhDwAPAKEBAAAAAP///////////yH5BAEK…
700 …p.sldM.style.backgroundImage = "url(data:image/gif;base64,R0lGODlhBwALAKECAAAAAP///6g8eKg8eCH5BAEK…
702 p.pad.style.backgroundImage = "url('"+mxJSColor.getDir()+padImg+"')";
887 backgroundImage : styleElement.style.backgroundImage, property in styleElement.jscStyle
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php124 $backgroundImage = $backgroundAttributes->getComponentAttributeValue(BackgroundAttribute::BACKGROUND_IMAGE);
125 $openingCall->setAttribute(BackgroundAttribute::BACKGROUND_IMAGE, $backgroundImage);
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js425 styleElement.style.backgroundImage = styleElement.jscStyle.backgroundImage;
432 styleElement.style.backgroundImage = styleElement.jscStyle.backgroundImage;
454 styleElement.style.backgroundImage = "none";
790 p.padM.style.backgroundImage = "url('"+jscolor.getDir()+"cross.gif')";
792 p.sldM.style.backgroundImage = "url('"+jscolor.getDir()+"arrow.gif')";
794 p.pad.style.backgroundImage = "url('"+jscolor.getDir()+padImg+"')";
991 backgroundImage : styleElement.style.backgroundImage, property in styleElement.jscStyle
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckicon.js77 eIcon.style.backgroundImage = 'url("' + this.Path + '")' ;
/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js580 elt.style.backgroundImage = 'url(' + Editor.userImage + ')';
608 elt.style.backgroundImage = 'url(' + Editor.shareImage + ')';
1555 elt.style.backgroundImage = 'url(' + img + ')';
1564 elt.style.backgroundImage = 'url(' + mxWindow.prototype.normalizeImage + ')';
1604 btn.style.backgroundImage = 'url(' + img + ')';
1918 fullscreenElt.style.backgroundImage = 'url(' + ((!Editor.inlineFullscreen) ?
2124 foldImg.style.backgroundImage = 'url(' + mxWindow.prototype.normalizeImage + ')';
2234 foldImg.style.backgroundImage = 'url(' + mxWindow.prototype.normalizeImage + ')';
2251 foldImg.style.backgroundImage = 'url(' + Editor.plusImage + ')';
2466 elt.style.backgroundImage = 'url(' + mxWindow.prototype.minimizeImage + ')';
[all …]
H A DApp.js2346 var bgImg = graph.backgroundImage;
2366 bgImg = page.viewState.backgroundImage;
5820 this.shareButton.style.backgroundImage = 'none';
6752 this.appIcon.style.backgroundImage = logo;
6784 this.appIcon.style.backgroundImage = 'url(' + IMAGE_PATH + '/github-logo-white.svg)';
6807 this.appIcon.style.backgroundImage = logo;
6935 this.fullscreenElement.style.backgroundImage = 'url(\'' + this.fullscreenImage + '\')';
6997 this.toggleElement.style.backgroundImage = 'url(\'' + this.chevronUpImage + '\')';
7059 this.toggleElement.style.backgroundImage = 'url(\'' + this.chevronUpImage + '\')';
7075 this.toggleElement.style.backgroundImage = 'url(\'' + this.chevronDownImage + '\')';
[all …]
H A DPages.js607 backgroundImage: bgImg,
665 var bgImg = this.getBackgroundImageObject(vs.backgroundImage, resolveReferences);
702 backgroundImage: this.backgroundImage,
746 this.setBackgroundImage(state.backgroundImage);
811 this.backgroundImage = null;
/plugin/revealjs/js/
H A Dreveal.js1092 dom.background.style.backgroundImage = 'url("' + config.parallaxBackgroundImage + '")';
1108 dom.background.style.backgroundImage = '';
1172 contentElement.style.backgroundImage = '';
1179 backgroundImage: slide.getAttribute( 'data-background-image' ), property in AnonymousFunctione17f777e0200.syncBackground.data
1205 data.backgroundImage +
3668 var backgroundImageURL = currentBackgroundContent.style.backgroundImage || '';
3672 currentBackgroundContent.style.backgroundImage = '';
3674 currentBackgroundContent.style.backgroundImage = backgroundImageURL;
3841 var backgroundImage = slide.getAttribute( 'data-background-image' ),
3847 if( backgroundImage ) {
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js1524 backgroundButton.style.backgroundImage = 'url(\'' + Dialog.prototype.noColorImage + '\')';
1529 backgroundButton.style.backgroundImage = '';
1591 var newBackgroundImage = graph.backgroundImage;
1669 var oldSrc = (graph.backgroundImage != null) ? graph.backgroundImage.src : null;
2521 graph.view.backgroundPageShape.node.style.backgroundImage = image;
2525 canvas.style.backgroundImage = 'none';
2533 canvas.style.backgroundImage = image;
H A DActions.js998 if (graph.backgroundImage != null)
1002 graph.backgroundImage.width,
1003 graph.backgroundImage.height));
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js548 title.style.backgroundImage = (content.style.display == 'none') ?
564 title2.style.backgroundImage = '';
642 title.style.backgroundImage = 'url(\'' + this.expandedImage + '\')';
647 title.style.backgroundImage = 'url(\'' + this.collapsedImage + '\')';
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties109 backgroundImage=Background Image key
H A Deditor.properties.bak105 backgroundImage=Background Image
H A Deditor_zh-CN.properties105 backgroundImage=Background Image key
H A Deditor_de.properties113 backgroundImage=Hintergrundbild key
H A Deditor_de.properties.bak106 backgroundImage=Hintergrundbild
/plugin/picasawebalbum/
H A Djquery.slimbox2.js6 ….onload=j;l.src=o}return false}function j(){a.className="";w(h).css({backgroundImage:"url("+o+")",…
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js517 backgroundImage : 'none',

12345