Click or drag to resize

DynamicCommandButtonClickScript Method

Overload List
  NameDescription
Public methodClickScript(String, String)
Constructs the javascript appropriate for use in the onclick event of a visible button posting a command back through this control.
Public methodClickScript(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.
Public methodClickScript(String, String, String)
Constructs the javascript appropriate for use in the onclick event of a visible button posting a command back through this control. This overload is appropriate for use with field buttons.
Top
See Also