Dynamicweb 8 Documentation
ButtonCreator(String,String,String,Boolean,Boolean,Boolean,Boolean,String,String) Method

The img.
The title.
The jsurl.
if set to true [show arrow down].
if set to true [showseparator].
if set to true [clickable].
if set to true [disabled].
The img id.
Creates buttons for eCommerce top toolbar.
Syntax
'Declaration
 
Public Overloads Shared Function ButtonCreator( _ 
   ByVal img As String, _ 
   ByVal title As String, _ 
   ByVal jsurl As String, _ 
   ByVal showArrowDown As Boolean, _ 
   ByVal showseparator As Boolean, _ 
   Optional ByVal clickable As Boolean, _ 
   Optional ByVal disabled As Boolean, _ 
   Optional ByVal MenuHolder As String, _ 
   Optional ByVal imgId As String _ 
) As String
public static string ButtonCreator( 
   string img,
   string title,
   string jsurl,
   bool showArrowDown,
   bool showseparator,
   bool clickable,
   bool disabled,
   string MenuHolder,
   string imgId 
)

Parameters

img
The img.
title
The title.
jsurl
The jsurl.
showArrowDown
if set to true [show arrow down].
showseparator
if set to true [showseparator].
clickable
if set to true [clickable].
disabled
if set to true [disabled].
MenuHolder
The menu holder.
imgId
The img id.
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