Click or drag to resize

DivWidgetBaseOkCancelRow Method

Generate a standard OK/Cancel button row for use in non-Bootstrap layouts. Use OkCancelControlsBoot(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 TableRow OkCancelRow(
	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: TableRow
A table row holding the buttons.
See Also