Hi,
I've built a plugin which stores many options in a "data-options" attribute of an <img> element when a dialog OK button is pressed. It seems the data-options attribute updates fine in the source code, using htmlparser and dataparser, also the live <img> element in the iframe's document seems to have the style and width tags updated, but the data-options attribute isn't getting updated.
I have javascript watching the live element periodically to process those options and they arn't changing.
Do i have to tell CKEditor to pass the data-option attribute over when it parses the updated ckeditor element somehow ?
- Matt