Documentation
Inline
inline.format
nodes | Array | Array of the formatted inline elements. |
Occurs whenever an editable block is formatted with inline tags.
RedactorX('#entry', {
subscribe: {
'inline.format': function(event) {
...
}
}
});
dkjgvo65776inru43654