StrandsScriptGeneratorGetCustomizedRendererScript Method |
Returns code which registers custom rendering function and declaration of the rendering function. jQuery templates library has to be included in order for this code to work.
Namespace: CMS.StrandsRecommender.Web.UIAssembly: CMS.StrandsRecommender.Web.UI (in CMS.StrandsRecommender.Web.UI.dll) Version: 12.0.0
Syntax public virtual string GetCustomizedRendererScript(
string jQueryTransformation,
string templateID,
string placementID
)
Parameters
- jQueryTransformation
- Type: SystemString
Code of the transformation which will be used to render recommendation - templateID
- Type: SystemString
ID of the Strands template which will be rendered using custom transformation (i.e. HOME-1) - placementID
- Type: SystemString
Client ID of the element where transformation will be rendered
Return Value
Type:
StringGenerated JavaScript
Exceptions See Also