Home
last modified time | relevance | path

Searched refs:setAttribute (Results 51 – 75 of 473) sorted by path

12345678910>>...19

/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1setAttribute("aria-checked",G.lockRatio);if(CKEDITOR.env.hc){var H=D.getChild(0);H.setHtml(G.lockR…
H A Dimage.js.unc279 this.preview.setAttribute( 'src', noimage );
331 this.originalElement.setAttribute( 'alt', '' );
404 this.imageElement.setAttribute( 'alt', '' );
429 this.imageElement.setAttribute( 'type', 'image' );
431 this.imageElement.setAttribute( 'alt', '' );
553 original.setAttribute( 'src', newUrl );
556 previewPreloader.setAttribute( 'src', newUrl );
581 element.setAttribute( 'src', this.getValue() );
621 element.setAttribute( 'alt', this.getValue() );
623 element.setAttribute( 'alt', this.getValue() );
[all …]
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1setAttribute("href",aC.href);if(!ar&&(aN.type=="media"||aN.type=="internal")){if(ag){aM.setHtml(ag…
H A Dlink.js.unc1354 el.setAttribute( 'href', attributes['href']);
1364 el.setAttribute( attr, attributes[attr]);
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js8 …ribute("start"):a.setAttribute("start",d);a=b;b=c;for(d=isNaN(d)?1:d;(a=a.getNext(f))&&b++;)a.getA…
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js26 …rseCssText(c.getAttribute("style")),g=CKEDITOR.tools.extend({},g,b),c.setAttribute("style",CKEDITO…
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js24setAttribute("for",e);d&&c.config.grayt_autoStartup&&k.setStyles({color:"#02b620"});f.append(g);f.…
31 …k.setAttribute("data-cke-scayt-ud-word",c);k.appendText(c);n.addClass("cke_scaytItemList_remove");…
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.4.39 …ls.htmlEncode(e.smiley_path+h[a]),'"',CKEDITOR.env.ie?" onload=\"this.setAttribute('width', 2); th…
H A Dsmiley.js.unc125 …( CKEDITOR.env.ie ? ' onload="this.setAttribute(\'width\', 2); this.removeAttribute(\'width\');" '…
160 …( CKEDITOR.env.ie ? ' onload="this.setAttribute(\'width\', 2); this.removeAttribute(\'width\');" '…
190 …( CKEDITOR.env.ie ? ' onload="this.setAttribute(\'width\', 2); this.removeAttribute(\'width\');" '…
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1setAttribute("scope","col")}}w.append(n.remove())}if(x.$.tHead!==null&&!(o=="row"||o=="both")){w=n…
H A Dtable.js.unc152 th.setAttribute( 'scope', 'col' );
183 newCell.setAttribute( 'scope', 'row' );
332 selectedTable.setAttribute( 'align', this.getValue() );
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1setAttribute("aria-labelledby",[n,l.$.id].join(" "))},setup:function(l){var n=parseInt(l.getAttrib…
H A DtableCell.js.unc55 …inputElement.setAttribute( 'aria-labelledby', [ ariaLabelledByAttr, labelElement.$.id ].join( ' ' …
127 selectedCell.setAttribute('class', value + 'align');
174 selectedCell.setAttribute( 'rowSpan', this.getValue() );
193 selectedCell.setAttribute( 'colSpan', this.getValue() );
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js16setAttribute("role","presentation");c.setStyles({height:"auto",position:"absolute",right:"0",top:"…
17 …ort();for(var p=0;p<k.length;p++)f=document.createElement("option"),f.setAttribute("value",k[p][1]…
20setAttribute("role","presentation");d.setStyles({width:"97%",padding:"5px","white-space":"normal"}…
60setAttribute("title-cmd",this.id);a.LocalizationButton.ChangeAll.instance=this},onClick:d},{type:"…
61setAttribute("title-cmd","FinishChecking");a.LocalizationButton.FinishChecking_button.instance=thi…
65 …sh Checking",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd","Fi…
68setAttribute("title-cmd","ChangeTo")},onClick:d},{type:"button",id:"IgnoreWord",label:"Ignore word…
69setAttribute("title-cmd",this.id)},onClick:d},{type:"button",id:"FinishChecking_button",label:a.Lo…
71 …sh Checking",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd","Fi…
76 …; float: right; margin-top: 9px;",onLoad:function(){this.getElement().setAttribute("title-cmd","Fi…
[all …]
/plugin/ckgedit/ckeditor/
H A Dckeditor.js118 visibility:""})},setAttribute:function(){var a=function(a,b){this.$.setAttribute(a,b);return this};…
122 …env.ie){this.setAttribute("unselectable","on");for(var a,b=this.getElementsByTag("*"),c=0,e=b.coun…
128setAttribute("aria-pressed",!0);c&&this.removeAttribute("aria-disabled");break;case CKEDITOR.TRIST…
129 …ibute(v)))a.setAttribute(v,f);else if(!CKEDITOR.env.ie||this.hasAttribute(v))f=this.getAttribute(v…
529 a.getById(k);b||(b=a.getHead().append("style"),b.setAttribute("id",k),b.setAttribute("type","text/c…
579setAttribute("value",f.getCustomData("fake_value")||""),f.removeCustomData("fake_value")):(f.setCu…
617setAttribute("aria-labelledby",d);this._.tabs[a.id]=[c,b];this._.tabIdList.push(a.id);!a.hidden&&t…
855 …ement(e==CKEDITOR.ENTER_P?"p":"div"),r&&d.setAttribute("dir",t),q&&d.setAttribute("style",q),k&&d.
1022setAttribute("dir",n);r=v;var A=w.getAttribute("style");A&&r.setAttribute("style",A.replace(/([^;]…
1066 …wyg"!=b.mode||b.readOnly||(b=b.document.getBody(),b.setAttribute("contentEditable",!1),b.setAttrib…
[all …]
H A Dckeditor.js.unc2636 setAttribute: function() {
2638 this.$.setAttribute(a, b);
9982 c && a.setAttribute("style", c);
10539 …b || (b = a.getHead().append("style"), b.setAttribute("id", k), b.setAttribute("type", "text/css")…
12092 b.setAttribute("name", a.id);
12970 e.setAttribute("style", d);
13088 … a.setAttribute("dir", f)) : a.setAttribute("dir", f), d.forceNextSelectionCheck())
13167 var f = a == l.setAttribute,
13667 d.setAttribute("style",
16807 …EDITOR.ENTER_P ? "p" : "div"), r && d.setAttribute("dir", k), q && d.setAttribute("style", q), t &…
[all …]
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js5 …a.document),g=b.getBody(),d=b.getById("cke_actscrpt");d&&d.remove();g.setAttribute("contenteditabl…
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js5 …et();var c;"td"==a.getName()&&(c=a.getChild(0).getHtml())&&(y(),f=a,f.setAttribute("aria-selected"…
9setAttribute("role","row");for(var f=d;f<d+3;f++)for(var g=0;6>g;g++)c(e.$,"#"+b[f]+b[g]+b[w])}}fu…
10 c);var d=l("color_table_cell");b.setAttribute("aria-labelledby",d);b.append(CKEDITOR.dom.element.cr…
11 …lit(" ");a(0,0);a(3,0);a(0,3);a(3,3);var d=new v(h.$.insertRow(-1));d.setAttribute("role","row");c…
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1 …nts;return}h.setAttribute("class","dwfcknote ");var g=++oDokuWiki_FCKEditorInstance.oinsertHtmlCod…
H A Dplugin.js.unc191 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dom.element.html#setAttribute
192 //sup.setAttribute( 'title', data.noteId );
193 sup.setAttribute( 'class', "dwfcknote " );
196 sup.setAttribute( 'class', "dwfcknote " + fn_id );
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1setAttribute("aria-checked",G.lockRatio);if(CKEDITOR.env.hc){var H=D.getChild(0);H.setHtml(G.lockR…
H A Dimage.js.unc280 this.preview.setAttribute( 'src', noimage );
332 this.originalElement.setAttribute( 'alt', '' );
405 this.imageElement.setAttribute( 'alt', '' );
430 this.imageElement.setAttribute( 'type', 'image' );
432 this.imageElement.setAttribute( 'alt', '' );
554 original.setAttribute( 'src', newUrl );
557 previewPreloader.setAttribute( 'src', newUrl );
582 element.setAttribute( 'src', this.getValue() );
622 element.setAttribute( 'alt', this.getValue() );
624 element.setAttribute( 'alt', this.getValue() );
[all …]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1setAttribute("href",aB.href);if(!aq&&(aM.type=="media"||aM.type=="internal")){if(ae){aL.setHtml(ae…
H A Dlink.js1setAttribute("href",aB.href);if(!aq&&(aM.type=="media"||aM.type=="internal")){if(ae){aL.setHtml(ae…
H A Dlink.js.unc1366 el.setAttribute( 'href', attributes['href']);
1376 el.setAttribute( attr, attributes[attr]);

12345678910>>...19