Invokes the box formatting translation. By default this is the translation 'createsmartletbox'.

Syntax

Smartsite SXML CopyCode image Copy Code
string this.applyboxformat(string data)

Parameters

Name Data Type Description
data String The contents of the box.

Return Value

Data Type Description
String Returns the Smartlet box containing the data.

Used in

Macro Description
SmartletBox Smartlet html output wrapper macro. Outputs a DIV outer element, or wraps the output in a fully stylable glossy box using the createsmartletbox() translation.
SXML