how to remove a linkElement?
Hi
i've inserted a linkElement with a code such as this:
var edit:IEditManager = textFlow.interactionManager as IEditManager;
edit.selectRange(from,to);
edit.applyLink(url,'_blank');
textFlow.flowComposer.updateAllControllers();
and up to here all ok!
Now I must remove this linkElement, but I have not found functions to do this.
any help is welcome.
thank in advance ![]()
JeanPaul
