HtmlSearchBox

Takes 6 parameters, Location, Mode, ActionPath, Name, Class, Prompt

Usage:

Location, Mode, ActionPath, Name, Class, Prompt
Location, Mode, ActionPath, Name, Class, ["search..."]
Location, Mode, ActionPath, Name, [""], ["search..."]
Location, Mode, ActionPath, ["SearchBox"], [""], ["search..."]
Location, Mode, [""], ["SearchBox"], [""], ["search..."]
Location, ["Append"], [""], ["SearchBox"], [""], ["search..."]
["Runtime"], ["Append"], [""], ["SearchBox"], [""], ["search..."]

Description:

Builds a simple search box in a submit-on-enter Bootstrap form.

ActionPath is were the form will submit to. If blank, the form will submit to the current URL (page.)

Name will be the name of the search input field, and defaults to SearchBox if left blank.

The Class parameter may be left blank to use the default Bootstrap class of "form-control". Other values that do not include an = symbol will be used as the class name for the input field; in this case, "form-control" is not automatically added.

If the Class parameter includes an = symbol, then the following name='value' pairs may be specified: form, fieldset, div, input. Each pair should be space separated.