Click or drag to resize

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
cmd
Type: NetQuarry.DataMapperCommand
The command.

Return Value

Type: String
The onclick javascript to use.
See Also