BDHALsizeButtons (client-side)

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

Definition

sub 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

Client-Side Routines

BDHALsizeSelects (server-side)

Server-Side Routines

Copyright © 2005 Microsoft Corporation.
All rights reserved.