- Can I store an attribute (so that I can set an id to the referenced node) on objects in the editingarea and not have them in the published HTML?
- Can I detect whether an object has been moved? onafterobjectmoved or something like that.. This way I could reset all references.
- or maybe another option, can I find the real node by its reference? (I tried looping all possible nodes and comparing node == reference, but that didn't seem to work)
Tue, 08/26/2008 - 13:15
#1

Re: storing a reference to a DOM node on object in editingArea
Re: storing a reference to a DOM node on object in editingArea