wwHtmlHelpers::HtmlButton

Creates a non-submit HTML button. Use this button for JavaScript link handling.

HtmlButton(lcName,lcText,lcAttributes)

Returns

Html string for a non-submitting button.

Parameters

lcName
The name/id for the button created.

lcText
The text for the button

lcAttributes
Any optional attributes

Example

<%= HtmlButton("btnSayHello","Say Hello",[class="submitbutton"]) %>

See also

Class wwHtmlHelpers