LassoScript Utility
Basics Browse Detail

[Namespace_Using] ... [/Namespace_Using]

Tag Link [Namespace_Using] ... Category Namespace
Type Container Source Available No
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[Namespace_Using] ... [/Namespace_Using] is a container tag that allows a specific namespace to be used for a poration of a Lasso page. The opening [Namespace_Using] tags requires a single parameter which is the namespace to be used. The namespace can be [Namespace_Global] to use built-in tags or [Namespace_Page] to use tags defined on the current page.

Alternately, any tag prefix such as email_, list_, math_, etc. can be specified. Within the container tags from that namespace can be called without the prefix. For example, if a third-party tag developer placed all their tags in an Ex_ namespace then [Namespace_Using: 'Ex_'] ... [/Namespace_Using] could be used so each of their tags could be called without the Ex_ prefix.

Syntax

[Namespace_Using: Namespace_Global] ... [/Namespace_Using]

[Namespace_Using: Namespace_Page] ... [/Namespace_Using]

[Namespace_Using: 'String_'] ... [/Namespace_Using]

[Namespace_Using: 'Ex_'] ... [/Namespace_Using]

Parameters

Required Parameters
String The namespace to be used within the container tag.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.