List of questions
Related questions
Question 19 - Certified B2C Commerce Developer discussion
A Digital Developer wants pass control to an ISML template from a JavaScript Controller and load product on the pipeline dictionary with the name myProduct.
Which code sample will achieve this?
A.
ISML.renderTemlpate ( "helloworld.isml", { "myProduct": "product" });
B.
ISML.renderTemlpate ( "helloworld.isml", { "product": myProduct });
C.
ISML.renderTemlpate ( "helloworld.isml", { product: myProduct });
D.
ISML.renderTemlpate ( "helloworld.isml", { myProduct: product });
Your answer:
0 comments
Sorted by
Leave a comment first