Home
last modified time | relevance | path

Searched refs:updateStyle (Results 1 – 2 of 2) sorted by relevance

/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/
H A Dtable.js16 …{var a=this.getDialog().getContentElement("advanced","advStyles");a&&a.updateStyle("width",this.ge…
17 …{var a=this.getDialog().getContentElement("advanced","advStyles");a&&a.updateStyle("height",this.g…
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js640 this._.lastTab=c;this.updateStyle();b.setAttribute("name",a.id);b.appendTo(this.parts.contents);c.u…
641 …=a;this._.currentTabIndex=CKEDITOR.tools.indexOf(this._.tabIdList,a)}},updateStyle:function(){this…
642 …ageCount--,this.updateStyle())},showPage:function(a){if(a=this._.tabs[a]&&this._.tabs[a][0])a.show…
848 a+"\\s*:\\s*([^;]*)","i"));return b?b[1]:c},updateStyle:function(a,b){var d=this.getValue(),e=c.doc… method