Switch Redactor to iFrame mode rather than fullscreen
This commit is contained in:
parent
d229fb287e
commit
81367067ad
|
|
@ -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') }
|
||||
|
|
|
|||
Loading…
Reference in New Issue