Dynamicweb 8 Documentation
ShowBoxLayer Method

Name of the id.
The header.
The main.
The icon.
Renders the eCommerce top toolbar with misc. functionallity an buttons.
Syntax
'Declaration
 
Public Shared Function ShowBoxLayer( _ 
   ByVal idName As String, _ 
   ByVal header As String, _ 
   ByVal main As String, _ 
   ByVal icon As String _ 
) As String
public static string ShowBoxLayer( 
   string idName,
   string header,
   string main,
   string icon 
)

Parameters

idName
Name of the id.
header
The header.
main
The main.
icon
The icon.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Functions Class
Functions Members

Send Feedback