AbstractUserControlEvalJSString Method |
Evaluates the item data, encodes it to be used in javascript code and encapsulates it with "'".
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public virtual string EvalJSString(
string columnName
)
Parameters
- columnName
- Type: SystemString
Column name
Return Value
Type:
StringSee Also