Switch Redactor to iFrame mode rather than fullscreen

This commit is contained in:
Chris Snyder 2014-05-28 11:14:29 -04:00
parent d229fb287e
commit 81367067ad
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
* Initialize Redactor editor
*/
this.$textarea.redactor({
fullpage: true,
iframe: true,
css: this.options.iframeCss,
focusCallback: function() { self.$el.addClass('editor-focus') },
blurCallback: function() { self.$el.removeClass('editor-focus') }