mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Merge pull request #223 from KB1RMA/richeditor
Use Redactor in iframe mode
This commit is contained in:
commit
1488b40448
@ -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…
x
Reference in New Issue
Block a user