Home
last modified time | relevance | path

Searched refs:td (Results 51 – 75 of 571) sorted by path

12345678910>>...23

/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc182 if ( targetName != 'td' ) return;
234 …'<style type="text/css">#c_chart td { height: 16px; width: 16px; border: 2px solid white; }</style…
244 …ohtml.push('<td style="background-color: #' + color_vals[i] + ';" title= #"'+ color_vals[i] + '"><…
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/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc1014 '<div class="ImagePreviewBox"><table><tr><td>' +
1020 '</td></tr></table></div></div>'
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js14 …a.remove();for(a=d.length-1;0<=a;a--)c.add(d[a],b.getIndex());b.remove()}},td:function(a){var c=a.…
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.4.38 …>');var m="cke_smile_label_"+a+"_"+CKEDITOR.tools.getNextNumber();d.push('<td class="cke_dark_back…
9 …smiley_descriptions[a]+"</span></a>","</td>");a%g==g-1&&d.push("</tr>")}if(a<g-1){for(;a<g-1;a++)d…
H A Dsmiley.js.unc120 …html.push( '<td colspan="4" class="cke_dark_background cke_centered" style="vertical-align: middle…
127 '</a>', '</td>' );
155 …html.push( '<td class="cke_dark_background cke_centered" style="vertical-align: middle;" role="pre…
162 '</a>', '</td>' );
170 html.push( '<td></td>' );
186 …html.push( '<td class="cke_dark_background cke_centered" style="vertical-align: middle;" role="pre…
192 '</a>', '</td>' );
200 html.push( '<td></td>' );
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig10 …r k="cke_specialchar_label_"+d+"_"+CKEDITOR.tools.getNextNumber();f.push('<td class="cke_dark_back…
11 …abel" id="'+k+'">'+e+"</span></a>")}else f.push('<td class="cke_dark_background">&nbsp;');f.push("…
H A Dspecialchar.js.unc207 html.push( '<td class="cke_dark_background" style="cursor: default" role="presentation">' +
220 html.push( '<td class="cke_dark_background">&nbsp;' );
223 html.push( '</td>' );
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc86 // <table><tr><td>[&nbsp;</td></tr></table>]
130 var cell = row.append( makeElement( 'td' ) );
169 newCell.renameNode( 'td' );
193 newCell.renameNode( 'td' );
/plugin/ckgdoku/ckeditor/plugins/tableselection/styles/
H A Dtableselection.css19 /* We have to use !important here, as td might specify it's own background, thus table selection
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc147 'default': 'td',
149 [ langCell.data, 'td' ],
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.css18 body, td, input, select, textarea selector
/plugin/ckgdoku/ckeditor/plugins/wsc/skins/moono-lisa/
H A Dwsc.css7 div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_vbox td > .cke_dialog_ui_button:first-child
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Ddialog.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
H A Ddialog_ie.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
H A Ddialog_ie8.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
H A Ddialog_iequirks.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
/plugin/ckgdoku/ckeditor/skins/moono/
H A Ddialog.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
H A Ddialog_ie.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
H A Ddialog_ie7.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
H A Ddialog_ie8.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
H A Ddialog_iequirks.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
H A Ddialog_opera.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css48 body, td, input, select selector
104 td { font-size: 10pt; } selector
133 td.img { border-bottom: 1px solid gray; padding-top: 2px; }
134 td.silver {
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1td:"|",th:"^",tr:" ",table:"\n\n",ol:" - ",ul:" * ",li:"",code:"''",pre:"\n<",hr:"\n\n----\n\n",… property in parse_wikitext.o
H A Dparse_wiki.js.unc95 var type = rows[i][col].type == 'td'? '|': '^';
126 'td': "|", 'th': "^", 'tr':" ", 'table': "\n\n", 'ol':" - ", 'ul': " * ", 'li': "",
133 'td': " ", 'th': " ", 'tr':"|\n", 'ol':" ", 'ul': " ", 'li': "\n",
383 else if(tag == 'td' || tag == 'th') {
411 if(tag == 'td' || tag == 'th') {
509 if(tag == 'td' || tag == 'th') {
510 if(tag == 'td') {
1096 if(tag == 'td' || tag == 'th' || (this.last_col_pipes && this.td_align == 'center')) {
1217 if(useComplexTables && (tag == 'td' || tag == 'th')) {
1333 else if(current_tag == 'td' || current_tag == 'th') {
[all …]

12345678910>>...23