Dynamicweb 8 Documentation
ShowBoxLayerStart(String,String,String,String) Method

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

Parameters

idName
Name of the id.
header
The header.
icon
The icon.
menuHolder
The menu holder.
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
Overload List

Send Feedback