Click or drag to resize

HTMLButtonBySubmit Method

Generate HTML code for submit Botton

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static string ButtonBySubmit(
	string pSubmitAction,
	string pIcon,
	string pLabel,
	bool pDisabled = false,
	string pStyle = "btn btn-default",
	string pTooltipText = "",
	DataPlacements pTooltipPlacement = DataPlacements.bottom
)

Parameters

pSubmitAction
Type: SystemString
e.g. save, cancel
pIcon
Type: SystemString
e.g. glyphicon glyphicon-pencil
pLabel
Type: SystemString

[Missing <param name="pLabel"/> documentation for "M:SOWIWeb.Helper.HTML.ButtonBySubmit(System.String,System.String,System.String,System.Boolean,System.String,System.String,SOWIWeb.Helper.DataPlacements)"]

pDisabled (Optional)
Type: SystemBoolean

[Missing <param name="pDisabled"/> documentation for "M:SOWIWeb.Helper.HTML.ButtonBySubmit(System.String,System.String,System.String,System.Boolean,System.String,System.String,SOWIWeb.Helper.DataPlacements)"]

pStyle (Optional)
Type: SystemString
default: btn btn-default | btn-block (span the full width of a parent) | sizes: btn-lg, btn-sm, btn-xs
pTooltipText (Optional)
Type: SystemString
help text use on editor object tooltip
pTooltipPlacement (Optional)
Type: SOWIWeb.HelperDataPlacements
tooltip placement (default bottom)

Return Value

Type: String

[Missing <returns> documentation for "M:SOWIWeb.Helper.HTML.ButtonBySubmit(System.String,System.String,System.String,System.Boolean,System.String,System.String,SOWIWeb.Helper.DataPlacements)"]

See Also