S Tag to check for current wrapper being used?

Options

Wanted to know if there was an S Tag that can be used to check for current wrapper used??? in the form of its ID?

Tagged:

Comments

  • Michael, I'm afraid there is no such tag for wrappers, but there are a couple of ways you might get what you're looking for.

    1. There is a tag that gets the ID of the current security category. Often, each wrapper is for a different security category and vice versa, so the sec cat ID could be useful to you. Try ].

    2. If you don't have an exact one-to-one ration between security categories and wrappers, you could place a tag that sets a unique ID at the top of each of your wrappers. The syntax to do this is:

    ]

    For each wrapper, you could place that tag in the "Additional Meta Tags" area, replacing the "1234" with the ID of the wrapper--or indeed, any string of text you wish.

    At that point, any page inside that wrapper can access the current wrapper ID using ], which will render whatever was set by the U0 tag above it.

    Hope this helps!

    James

Categories