Save Image - Add Attributes (ID)

General TRichView support forum. Please post your questions here
Post Reply
Testomatico
Posts: 15
Joined: Sat Mar 22, 2014 7:47 pm

Save Image - Add Attributes (ID)

Post 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
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply