Quick question: Inside a tag definition block in my behavior, can I call
render_tag that is available to the Radius context? If so, what’s the
proper syntax? I’d like to have a case where a tag can be used as a
singleton or expanded, and I’d like not to repeat the contents of
sub-tags
inside their parent.
Quick question: Inside a tag definition block in my behavior, can I call
render_tag that is available to the Radius context? If so, what’s the
proper syntax? I’d like to have a case where a tag can be used as a
singleton or expanded, and I’d like not to repeat the contents of sub-tags
inside their parent.
One more question about that, John. Does the tag.render call take into
account the current nesting, or do I need to fully specify the tag?
Thanks
again.