code_junkie

How to not load the theme css when creating a TinyMCE plugin

Nov 14th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ed.windowManager.open({
  2. ...
  3. file : url + '/dialog.htm',
  4. width : 640 + parseInt(ed.getLang('attachment_fu.delta_width', 0)),
  5. height : 485 + parseInt(ed.getLang('attachment_fu.delta_height', 0)),
  6. popup_css : false,
  7. ...
  8. })
Add Comment
Please, Sign In to add comment