I am using jwysiwyg and I would like to be able to click some of the toolbar buttons such as bold, italic, etc programmatically. Is this possible?
Basically, I want something like this:
$('#editor').wysiwyg('click', 'bold');
|
I am using jwysiwyg and I would like to be able to click some of the toolbar buttons such as bold, italic, etc programmatically. Is this possible? Basically, I want something like this:
|
||||
|
Try UPD After fast looking at wysiwyg sources I think that it's only correct way to do it. UPD And the right answer is |
|||||||||||||
|
dispatchEvent. – Dagg Nabbit Mar 12 '12 at 3:45