Home
last modified time | relevance | path

Searched refs:borderColor (Results 1 – 25 of 114) sorted by relevance

12345

/plugin/geogebra/syntax/
H A Dgeogebrafile.php154 $borderColor = $data['borderColor'];
209 if ($borderColor != '')
211 $txt .= ' <param name="borderColor" value="'.$borderColor.'"/>';
/plugin/combo/ComboStrap/
H A DSkin.php135 $borderColor = $color[BackgroundAttribute::BACKGROUND_COLOR];
140 $borderColor = $attributes->getAndRemoveStyleDeclaration(ColorRgb::BORDER_COLOR);
142 $attributes->addStyleDeclarationIfNotSet("border", "1px solid " . $borderColor);
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc256 id: 'borderColor',
257 label: langCell.borderColor,
260 var borderColorAttr = element.getAttribute( 'borderColor' ),
272 selectedCell.removeAttribute( 'borderColor' );
290 this.getDialog().getContentElement( 'info', 'borderColor' ).setValue( color );
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java337 Color borderColor = Color.RED; in record() local
347 borderFrames[0].getContentPane().setBackground(borderColor); in record()
358 borderFrames[1].getContentPane().setBackground(borderColor); in record()
369 borderFrames[2].getContentPane().setBackground(borderColor); in record()
380 borderFrames[3].getContentPane().setBackground(borderColor); in record()
/plugin/combo/syntax/
H A Dbadge.php174 $borderColor = $colorObject->scale(-70)->toCssValue();
175 $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, $borderColor);
/plugin/discussion/
H A Dscript.js44 form.text.style.borderColor = '#fcc';
/plugin/amcharts/assets/amcharts/themes/
H A Dblack.js135 borderColor:"#555555", property in AmCharts.themes.black.SmallMap
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js618 p.boxB.style.borderColor = THIS.pickerBorderColor;
630 p.padB.style.borderColor = THIS.pickerInsetColor;
651 p.sldB.style.borderColor = THIS.pickerInsetColor;
670 p.btn.style.borderColor = pickerOutsetColor;
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js710 p.boxB.style.borderColor = THIS.pickerBorderColor;
722 p.padB.style.borderColor = THIS.pickerInsetColor;
743 p.sldB.style.borderColor = THIS.pickerInsetColor;
762 p.btn.style.borderColor = pickerOutsetColor;
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1 …ertical Alignment",alignBaseline:"Baseline",bgColor:"Background Color",borderColor:"Border Color",… property in CKEDITOR.lang.en.table.cell
H A Dlang_array.txt593 "borderColor": "Border Color",
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt70 borderColor=borderColor
H A Ddia_ru.txt70 borderColor=Цвет границы
H A Ddia_bg.txt70 borderColor=Цвят на рамката
H A Ddia_el.txt70 borderColor=Χρώμα Περιγράμματος
H A Ddia_zh.txt70 borderColor=边框颜色
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1804 inner.style.borderColor = 'transparent';
2070 ldiv.style.borderColor = '#c3c3c3';
2331 ldiv.style.borderColor = '#c3c3c3';
H A DToolbar.js676 var color = table.style.borderColor.replace(
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js6borderColor;group.hasControls=true;group.borderColor="rgba(0,0,0,0)";group.forEachObject(function(…
8 …lpha=this.isMoving?this.borderOpacityWhenMoving:1;ctx.strokeStyle=this.borderColor;ctx.lineWidth=1…
13borderColor=this.editingBorderColor;this.hasControls=this.selectable=false;this.lockMovementX=this… property in canvas.AnonymousFunction148c19c32d700._savedProps
H A Dfabric.js10251 group.origBorderColor = group.borderColor;
10254 group.borderColor = 'rgba(0,0,0,0)';
10257 o.origBorderColor = o.borderColor;
10258 o.borderColor = 'rgba(0,0,0,0)';
10267 group.borderColor = group.origBorderColor;
10270 o.borderColor = o.origBorderColor;
10911 borderColor: 'rgba(102,153,255,0.75)',
13048 ctx.strokeStyle = this.borderColor;
21913 this.borderColor = this.editingBorderColor;
21938 borderColor: this.borderColor, property in AnonymousFunction064b60f12d900._savedProps
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js578 clone.style.borderColor = 'transparent';
/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95 …al Alignment","alignBaseline":"Baseline","bgColor":"Background Color","borderColor":"Border Color"…
H A Dlang_array.txt593 "borderColor": "Border Color",
/plugin/amcharts/assets/amcharts/
H A Dxy.js38 …tend(f,this.balloon,!0);f.fillColor=d;f.balloonColor=d;f.fillAlpha=c;f.borderColor=d;f.color=g;b.b…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1708 lay.style.borderColor = '#cf0000';
2279 lay.style.borderColor = '#cf0000';

12345