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