Open AlexeyKosov opened 9 years ago
This example does not work if insert a quote with bb codes rather than plain text.
$(document).ready(function() { $("#button").click(function() { $('#editor').execCommand('quote',{author: 'WysiBB',seltext:'This is a quote text'}); }); })
This example does not work if insert a quote with bb codes rather than plain text.