The mgiButton Tag

Tag Behavior

The mgiButton tag creates a submit button with a specified name.


Tag Syntax

The mgiButton tag has no required parameters and one optional parameter. The tag form is:

<mgiButton name="Button Name">

Required Parameters:

  • None.

Optional Parameters:

  • name="Button Name" where "Button Name" is the name displayed on the submit button that mgiButton creates. If you do not specify a name, the default name "Submit" will be used.


Example Usage and Output

<mgiButton name="View Shopping Basket">

The mgiButton in this example would display a submit button with the name "View Shopping Basket":


Suggested Usage

  • Form Processing
  • Shopping Basket
  • Database Searching


[Return to the Referencing MGI Menu]


[User Guide Main Menu] [Understanding MGI Menu] [Using MGI Menu] [Referencing MGI Menu]