Page 1 of 1

Save Image - Add Attributes (ID)

Posted: Thu Sep 18, 2014 4:29 pm
by Testomatico
Hello,
is it possible to add additional attributes to the img-tag?
I need to set an id (<IMG id="blabla" ....>)

Best regards
Testo

Posted: Thu Sep 18, 2014 6:07 pm
by Sergey Tkachenko
There is no simple way to do it.
It is possible by implementing your own item class, inherited from TRVGraphicItemInfo, with overridden GetMoreImgAttributes method.