Ok, i'm a bit ashamed to post the solution after the amount of time i spent on it
I don't know where these filters are being set but if you add in the CKEDITOR.replace of the Ckeditor.js project this line: allowedContent : true Here is my whole ckeditor instance: this.__ckEditor = CKEDITOR.replace( el, { height: hint.height - 4, // leave room for focus border //width: hint.width, resize_enabled: false, tabIndex: this.getTabIndex(), skin: "kama", toolbar : [], allowedContent : true }); When allowedContent is set to true it says to the editor to disable the filters, so all commands are available. -- View this message in context: http://qooxdoo.678.n2.nabble.com/CKEditor-tp7585239p7585245.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel