DynamicCommandButtonClickScript Method (IAppContext, MapperCommand) |
Constructs the javascript appropriate for use in the onclick event of a visible button posting
a command back through this control.
This overload is for use with
MapperCommand items.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string ClickScript(
IAppContext cxt,
MapperCommand cmd
)
Public Function ClickScript (
cxt As IAppContext,
cmd As MapperCommand
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - cmd
- Type: NetQuarry.DataMapperCommand
The command.
Return Value
Type:
StringThe onclick javascript to use.
See Also