DivWidgetBaseOkCancelControlsBoot Method |
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
)
Protected Function OkCancelControlsBoot (
cxt As IAppContext,
ok As Button,
cancel As Button
) As WebControl
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:
WebControlA Bootstrap "controls" container DIV holding the buttons.
See Also