Id of inline graphic elements
Hello
I am inserting inline graphics using editManager.insertInlineGraphic( ) by providing source as returned by server and giving height,width and selection state.How can i get the id of the graphic inserted.I created an object of InlineGraphicElement and assign id to it but the XML generated has not the id attribute in the img tag.
I got id when I insert through paragraphElement.addChildAt( ) or paragraphElement.addChild( ) but the image insert at the end of the text and the requirement is to insert image in the text.
Thanks
