format.set#
Arguments:
- $nodes
Dom- Array of the formatted Dom elements.
Occurs whenever an editable block is formatted with inline tags.
Redactor('#entry', {
subscribe: {
'format.set': function(event) {
console.log(event.get('$nodes'));
}
}
});