#199 link editor

This commit is contained in:
Geno 2015-02-11 19:02:08 +01:00
parent 42ca001365
commit 2dc285388c
1 changed files with 1 additions and 0 deletions

View File

@ -554,6 +554,7 @@ _initParser:function(){this.observe("paste:composer",function(){var a=this;a.com
var newWindow = targetInput.prop("checked");
self.editor.composer.commands.exec("createLink", {
'href' : url,
'rel' : 'external',
'target' :'_blank'
});
};