includes/clientside/tinymce/plugins/table/js/table.js
changeset 395 fa4c5ecb7c9a
parent 335 67bd3121a12e
child 543 dffcbfbc4e59
equal deleted inserted replaced
394:fbfdcea634a7 395:fa4c5ecb7c9a
   242 		bordercolor = convertRGBToHex(getStyle(elm, 'bordercolor', 'borderLeftColor'));
   242 		bordercolor = convertRGBToHex(getStyle(elm, 'bordercolor', 'borderLeftColor'));
   243 		bgcolor = convertRGBToHex(getStyle(elm, 'bgcolor', 'backgroundColor'));
   243 		bgcolor = convertRGBToHex(getStyle(elm, 'bgcolor', 'backgroundColor'));
   244 		align = dom.getAttrib(elm, 'align', align);
   244 		align = dom.getAttrib(elm, 'align', align);
   245 		frame = dom.getAttrib(elm, 'frame');
   245 		frame = dom.getAttrib(elm, 'frame');
   246 		rules = dom.getAttrib(elm, 'rules');
   246 		rules = dom.getAttrib(elm, 'rules');
   247 		className = dom.getAttrib(elm, 'class');
   247 		className = tinymce.trim(dom.getAttrib(elm, 'class').replace(/mceItem.+/g, ''));
   248 		id = dom.getAttrib(elm, 'id');
   248 		id = dom.getAttrib(elm, 'id');
   249 		summary = dom.getAttrib(elm, 'summary');
   249 		summary = dom.getAttrib(elm, 'summary');
   250 		style = dom.serializeStyle(st);
   250 		style = dom.serializeStyle(st);
   251 		dir = dom.getAttrib(elm, 'dir');
   251 		dir = dom.getAttrib(elm, 'dir');
   252 		lang = dom.getAttrib(elm, 'lang');
   252 		lang = dom.getAttrib(elm, 'lang');