Click or drag to resize

FieldPropertiesPluginTemplate Property

An HTML template to be expanded and registered on the page. Typically the template includes script references for 3rd party javascript plug-ins as well as javascript for applying or configuring the plug-in.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string PluginTemplate { get; }

Property Value

Type: String
An HTML template to be expanded and registered on the page. Typically the template includes script references for 3rd party javascript plug-ins as well as javascript for applying or configuring the plug-in.
See Also