equal
deleted
inserted
replaced
44 e.style.width = Math.abs(w - 5) + 'px'; |
44 e.style.width = Math.abs(w - 5) + 'px'; |
45 } |
45 } |
46 }, |
46 }, |
47 |
47 |
48 loadCSSFiles : function(d) { |
48 loadCSSFiles : function(d) { |
|
49 var ed = tinyMCEPopup.editor; |
|
50 |
|
51 tinymce.each(ed.getParam("content_css", '').split(','), function(u) { |
|
52 d.write('<link href="' + ed.documentBaseURI.toAbsolute(u) + '" rel="stylesheet" type="text/css" />'); |
|
53 }); |
49 }, |
54 }, |
50 |
55 |
51 selectTemplate : function(u) { |
56 selectTemplate : function(u) { |
52 var d = window.frames['templatesrc'].document; |
57 var d = window.frames['templatesrc'].document; |
53 |
58 |