Click or drag to resize

DivWidgetBaseOkCancelControlsBoot Method

Generate a standard OK/Cancel button Bootstrap "controls" container DIV for use in non-Bootstrap layouts. Use OkCancelRow(IAppContext, Button, Button) for use native Bootstrap layouts.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected WebControl OkCancelControlsBoot(
	IAppContext cxt,
	Button ok,
	Button cancel
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
ok
Type: System.Web.UI.WebControlsButton
The OK button. It is the caller's responsibility to add any javascript.
cancel
Type: System.Web.UI.WebControlsButton
The Cancel button. It is the caller's responsibility to add any javascript.

Return Value

Type: WebControl
A Bootstrap "controls" container DIV holding the buttons.
See Also