TagData plugin based on anpther tag. Possible?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 29/07/2012 at 18:27, xxxxxxxx wrote:

Is it possible to create a new TagData plugin that, internally, is based on another tag (a BaseTag) but shows my description parameters?

Rui Batista

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 30/07/2012 at 11:24, xxxxxxxx wrote:

You mean, like subclassing an existing Tag, or using it's functionality internally? No, that's not possible, sorry. It's possible in C++, but it would be very hard work. 🙂

-Nik

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 30/07/2012 at 15:54, xxxxxxxx wrote:

What are you trying to achieve exactly? What parts would you like to take over from an existing tag?

Cheers, Sebastian

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 30/07/2012 at 16:05, xxxxxxxx wrote:

I would like to create a tag that would perform the same actions as the Display tag but with some options of my own.