BDHALsizeButtons (server-side)

Use this routine to ensure that all buttons in the specified collection with the specified class name have the same width.

Definition

BDHALsizeButtons(elButtons,

                 sButtonClass,

                 bEnforceMinWidth)

Parameters

elButtons

A collection of HTML button elements.

sButtonClass

A string containing the name of the class of button elements for which the width will be adjusted.

bEnforceMinWidth

A Boolean value, where True means that a minimum width should be enforced, and False means that a minimum width should not be enforced.

Return Value

None.

Remarks

The standard minimum button width is 74 pixels.

This routine is available in the include file BDHALUtil.htm.

See Also

Server-Side Routines

BDHALsizeSelects (server-side)

Client-Side Routines


All rights reserved.