Home
last modified time | relevance | path

Searched refs:removeAttribute (Results 1 – 25 of 243) sorted by relevance

12345678910

/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
DtableCell.js1removeAttribute("width")},"default":""},{type:"select",id:"widthType",hidden:true,label:e.lang.tab…
DtableCell.js.unc74 element.removeAttribute( 'width' );
132 selectedCell.removeAttribute( 'align' );
176 selectedCell.removeAttribute( 'rowSpan' );
195 selectedCell.removeAttribute( 'colSpan' );
224 selectedCell.removeAttribute( 'bgColor' );
272 selectedCell.removeAttribute( 'borderColor' );
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
Dimage.js1removeAttribute("src");this.preview.setStyle("display","none")}},onOk:function(){if(this.imageEdit…
Dimage.js.unc391 this.preview.removeAttribute( 'src' );
457 this.imageElement.removeAttribute( 'style' );
562 dialog.preview.removeAttribute( 'src' );
583 element.setAttribute( 'src', '' ); // If removeAttribute doesn't work.
584 element.removeAttribute( 'src' );
625 element.removeAttribute( 'alt' );
669 !internalCommit && element.removeAttribute( 'width' );
679 element.removeAttribute( 'width' );
709 !internalCommit && element.removeAttribute( 'height' );
719 element.removeAttribute( 'height' );
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
Dimage.js1removeAttribute("src");this.preview.setStyle("display","none")}},onOk:function(){if(this.imageEdit…
Dimage.js.unc392 this.preview.removeAttribute( 'src' );
458 this.imageElement.removeAttribute( 'style' );
563 dialog.preview.removeAttribute( 'src' );
584 element.setAttribute( 'src', '' ); // If removeAttribute doesn't work.
585 element.removeAttribute( 'src' );
626 element.removeAttribute( 'alt' );
670 !internalCommit && element.removeAttribute( 'width' );
680 element.removeAttribute( 'width' );
710 !internalCommit && element.removeAttribute( 'height' );
720 element.removeAttribute( 'height' );
[all …]
/plugin/diagramsnet/lib/plugins/
Dflow.js44 paths[1].removeAttribute('class');
48 paths[1].removeAttribute('stroke-dasharray');
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckstyledef_ie.js129 elementToCheck.removeAttribute( 'className', 0 ) ;
132 elementToCheck.removeAttribute( a, 0 ) ;
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
DtableCell.js1removeAttribute("align")}}}]},h,{type:"vbox",padding:0,children:[{type:"select",id:"cellType",labe…
DtableCell.js.unc114 selectedCell.removeAttribute( 'align' );
157 selectedCell.removeAttribute( 'rowSpan' );
176 selectedCell.removeAttribute( 'colSpan' );
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfckjustifycommands.js110 block.removeAttribute( 'align' ) ;
136 block.removeAttribute( 'style' ) ;
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
Dtable.js1removeAttribute("scope")}}n.insertBefore(l)}w.remove()}if(!this.hasColumnHeaders&&(o=="col"||o=="b…
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
Dtable.js1removeAttribute("scope")}}n.insertBefore(l)}w.remove()}if(!this.hasColumnHeaders&&(o=="col"||o=="b…
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/
Dliststyle.js8 1;a.getFirst(f).removeAttribute("value");var d=parseInt(this.getValue(),10);isNaN(d)?a.removeAttrib…
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
Dliststyle.js8 …ribute("start")||1;a.getFirst(f).removeAttribute("value");var d=parseInt(this.getValue(),10);isNaN…
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
Dmod.csstransforms.min.js2 …t("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=C(e[d],"function"),C(e[d],c)|…
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktools_gecko.js56 element.removeAttribute( element.attributes[i].name, 0 ) ; // 0 : Case Insensitive
173 element.removeAttribute( 'style', 0 ) ;
/plugin/wysiwyg/fckeditor/editor/css/behaviors/
Dshowtableborders.htc23 this.removeAttribute( 'className', 0 ) ;
/plugin/grensladawritezor/fckeditor/editor/css/behaviors/
Dshowtableborders.htc23 this.removeAttribute( 'className', 0 ) ;
/plugin/fckg/fckeditor/editor/css/behaviors/
Dshowtableborders.htc23 this.removeAttribute( 'className', 0 ) ;
/plugin/revealjs/js/
Dreveal.js419 element.removeAttribute( 'data-src' );
1163 element.removeAttribute( 'data-loaded' );
1164 element.removeAttribute( 'data-background-hash' );
1165 element.removeAttribute( 'data-background-size' );
1166 element.removeAttribute( 'data-background-transition' );
1448 dom.wrapper.removeAttribute( 'data-navigation-mode' );
3258 slides[index].removeAttribute( 'hidden' );
3259 slides[index].removeAttribute( 'aria-hidden' );
3541 …rolsLeft.forEach( function( el ) { el.classList.add( 'enabled' ); el.removeAttribute( 'disabled' )…
3542 …olsRight.forEach( function( el ) { el.classList.add( 'enabled' ); el.removeAttribute( 'disabled' )…
[all …]
/plugin/popupviewer/
Dscript.js333 this.removeAttribute('data-popupviewer');
525 if (this.removeAttribute) this.removeAttribute('data-popupviewerclose');
533 if (this.removeAttribute) this.removeAttribute('data-popupviewer');
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktools_gecko.js65 element.removeAttribute( element.attributes[i].name, 0 ) ; // 0 : Case Insensitive
186 element.removeAttribute( 'style', 0 ) ;
/plugin/preview/
Dscript.js22 link.removeAttribute('title');
/plugin/editonlink/
Dscript.js41 a.removeAttribute('data-editonlink');

12345678910