DivWidgetBaseCloseJS Method |
Generates standard standard widget close javascript.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string CloseJS(
string id
)
Protected Function CloseJS (
id As String
) As String
Parameters
- id
- Type: SystemString
The id of the widget.
Return Value
Type:
StringThe close javascript.
See Also