Home
last modified time | relevance | path

Searched refs:textAlign (Results 1 – 25 of 83) sorted by relevance

1234

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfckjustifycommands.js131 style.textAlign = this.AlignValue ;
134 style.textAlign = '' ;
165 currentAlign = firstBlock.currentStyle.textAlign ;
/plugin/fastwiki/
Dtemplates.js137 $('.page_720').css({border: 0, textAlign: 'inherit'}); property
141 $('.page_720').css({border: '', textAlign: ''}); property
/plugin/stlviewer/stlviewer/
Dwebgl_detector.js15 element.style.textAlign = 'center';
/plugin/diagramsnet/lib/js/
Dopen.js73 hrow.style.textAlign = 'left';
132 ctrlTd.style.textAlign = 'center';
Dembed.dev.js650 btn.style.textAlign = 'center';
667 td.style.textAlign = 'center';
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.subtitle.js28 style.textAlign = "center";
/plugin/statistics/js/
Dchartjs-plugin-datalabels.js7textAlign:t.resolve([n.textAlign,"start"],i,u),textShadowBlur:t.resolve([n.textShadowBlur,0],i,u),…
Dchart.js13textAlign&&(t.textAlign=e.textAlign),e.textBaseline&&(t.textBaseline=e.textBaseline)}(t,r),c=0;c<l… property
/plugin/diagramsnet/lib/js/diagramly/
DDialogs.js11 div.style.textAlign = 'center';
298 div.style.textAlign = 'center';
399 right.style.textAlign = 'left';
1203 buttons.style.textAlign = 'right';
1223 div.style.textAlign = 'right';
1829 btns.style.textAlign = 'right';
2302 div.style.textAlign = 'right';
3852 btns.style.textAlign = 'right';
4081 buttons.style.textAlign = 'center';
4369 btns.style.textAlign = 'center';
[all …]
DEmbed.js650 btn.style.textAlign = 'center';
667 td.style.textAlign = 'center';
DmxRuler.js150 ctx.textAlign = 'center';
/plugin/diagramsnet/lib/js/grapheditor/
DEditor.js1058 div.style.textAlign = 'center';
1086 btns.style.textAlign = 'center';
1098 btns.style.textAlign = 'center';
1748 widthInput.style.textAlign = 'right';
1754 heightInput.style.textAlign = 'right';
2016 td.style.textAlign = 'right';
2137 td.style.textAlign = 'right';
DDialogs.js251 buttons.style.textAlign = 'right';
569 div.style.textAlign = 'right';
1495 text.style.textAlign = 'center';
1862 btns.style.textAlign = 'right';
2493 right.style.textAlign = 'right';
DFormat.js453 div.style.textAlign = 'left';
458 label.style.textAlign = 'center';
1458 input.style.textAlign = 'right';
1581 label.style.textAlign = 'center';
2512 wrapper.style.textAlign = 'right';
3416 input.style.textAlign = 'right';
4404 if (isEqualOrPrefixed(css.textAlign, 'justify'))
4406 setSelected(full, isEqualOrPrefixed(css.textAlign, 'justify'));
4421 setSelected(full, isEqualOrPrefixed(css.textAlign, 'justify'));
4422 setSelected(left, isEqualOrPrefixed(css.textAlign, 'left'));
[all …]
/plugin/drawio/
Dscript.js182 trElement.style.textAlign = "center" ;
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dcan-override.js272 textAlign: keywordWithGlobal('text-align'), property
Dcompactable.js891 canOverride: canOverride.property.textAlign,
/plugin/diagramsnet/lib/plugins/
Dexplore.js56 closeLabel.style.textAlign = 'right';
/plugin/amcharts/assets/amcharts/plugins/dataloader/
Ddataloader.min.js1 …eight=(void 0!==a.realHeight?a.realHeight:a.divRealHeight)+"px",e.style.textAlign="center",e.style…
Ddataloader.js450 curtain.style.textAlign = 'center';
/plugin/openlayersmap/
Dscript.js297 textAlign: 'center',
/plugin/snow/
Dsnowstorm.js511 s.o.style.textAlign = 'center';
/plugin/s5reloaded/ui/thesis/
Dslides.js1226 pg.style.textAlign = "center";
1390 pg.style.textAlign = "center";
1910 obj.style.textAlign = "center";
2172 obj.style.textAlign = "center";
2812 pg.style.textAlign = "center";
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js16499 textAlign: true, property
19376 textAlign: true property
19568 textAlign: 'left', property
19656 var currentTextAlign = this.textAlign;
19657 this.textAlign = 'left';
19659 this.textAlign = currentTextAlign;
19709 if (this.textAlign !== 'left' && this.textAlign !== 'justify') {
19710 ctx.translate(this.textAlign === 'center' ? (this.width / 2) : this.width, 0);
19721 ctx.textAlign = this.textAlign;
19778 if (this.textAlign !== 'justify') {
[all …]
Dfabric.min.js9 …t:true,fontSize:true,fontStyle:true,lineHeight:true,textDecoration:true,textAlign:true,backgroundC…
11textAlign:true},_reNewline:/\r?\n/,type:"text",fontSize:40,fontWeight:"normal",fontFamily:"Times N… property
13textAlign==="center"?this.width/2:this.textAlign==="right"?this.width:0;var lineHeight=this._getHe…

1234