Home
last modified time | relevance | path

Searched refs:table (Results 201 – 225 of 1203) sorted by path

12345678910>>...49

/plugin/ckgedit/ckeditor/lang/
H A Dfr.js.unc577 "table": {
H A Dlang_array.txt571 "table": {
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.css7 …width: 12px; /* All cells have equal width which depends on parent width (in this case table paren…
/plugin/ckgedit/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css31 .cke_copyformatting_active table,
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc235 …'<table id = "c_chart" style="border:2px solid white;" cellspacing="2" cellpadding="2"><tbody><t…
248 ohtml.push( '</tbody></table></div>' );
468 …html: '<table style="border: 1px solid silver;"><tr><td style="width:24px;">&nbsp;</td><tr></table
534 …html: '<table style="border: 1px solid silver;"><tr><td style="width:24px;">&nbsp;</td><tr></table
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc1015 '<div class="ImagePreviewBox"><table><tr><td>' +
1021 '</td></tr></table></div></div>'
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc114 inner = inner.replace(/<table\s+class=.*?>/mg, "<table>");
115 inner = inner.replace(/<table.*?>/mg, "<table>");
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc125 inner = inner.replace(/<table\s+class=.*?>/mg, "<table>");
126 inner = inner.replace(/<table.*?>/mg, "<table>");
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js14 ….replace(/&nbsp;/g,"")},CKEDITOR.NODE_TEXT,!0);k.createStyleStack(a,p,b)},table:function(a){a._tdB… method in CKEDITOR.cleanWord.f.elements
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.4.37 …d=['<div><span id="'+d+'" class="cke_voice_label">'+a.options+"</span>",'<table role="listbox" ari…
9 …r>")}if(a<g-1){for(;a<g-1;a++)d.push("<td></td>");d.push("</tr>")}d.push("</tbody></table></div>");
H A Dsmiley.js.unc132 // Build the HTML for the smiley images table.
137 …'<table role="listbox" aria-labelledby="' + labelId + '" style="width:100%;height:100%;border-coll…
204 html.push( '</tbody></table></div>' );
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig9 …specialChars,a=CKEDITOR.tools.getNextId()+"_specialchar_table_label",f=['<table role="listbox" ari…
11 …rk_background">&nbsp;');f.push("</td>")}f.push("</tr>")}f.push("</tbody></table>",'<span id="'+a+'…
H A Dspecialchar.js.unc180 var html = [ '<table role="listbox" aria-labelledby="' + charsTableLabel + '"' +
228 …html.push( '</tbody></table>', '<span id="' + charsTableLabel + '" class="cke_voice_label">' + lan…
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1table.title,minWidth:310,minHeight:CKEDITOR.env.ie?310:280,onLoad:function(){var k=this;var l},onS…
H A Dtable.js.unc16 function tableColumns( table ) {
20 row = table.$.rows[ i ], cols = 0;
58 title: editor.lang.table.title,
73 table;
83 table = selected;
86 // <table><tr><td>[&nbsp;</td></tr></table>]
90 table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 );
98 if ( table ) {
99 this.setupContent( table );
112 var table = this._.selectedElement || makeElement( 'table' ),
[all …]
/plugin/ckgedit/ckeditor/plugins/tableselection/styles/
H A Dtableselection.css1 .cke_table-faked-selection-editor *::selection, table[data-cke-table-faked-selection-table] *::sele…
13 /* We have to use !important here, as td might specify it's own background, thus table selection
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 CKEDITOR.dialog.add("cellProperties",function(g){var c=g.lang.table,e=c.cell,d=g.lang.common,k=CKED…
H A DtableCell.js.unc7 var langTable = editor.lang.table,
52 // Reads the unit of width property of the table cell.
54 // * @param {CKEDITOR.dom.element} cell An element representing table cell.
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc153 jQuery("table[class*='dialog'] :checkbox[class*='cke']").each(function( index ) {
/plugin/ckgedit/ckeditor/skins/kama/
H A Ddialog.css5table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui…
H A Ddialog_ie.css5table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui…
H A Ddialog_ie7.css5table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui…
H A Ddialog_ie8.css5table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui…
H A Ddialog_iequirks.css5table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui…
H A Deditor.css5table{table-layout:auto}.cke_chrome{display:block;border-radius:5px;border:1px solid #d3d3d3;paddi…

12345678910>>...49