SCGeneral
Add Quotes Str
All vars passed to the functions of SmartClient library are automatically escaped and have double quotes added to strings.
Sometimes, there is a specific var that you don't want to be escaped, so you can't use the function addQuotesStr to avoid it.
Examples
Include Scripts
In this example, we are loading SmartClient considering that the path to the scripts are js/isomorphic/ and that we want the theme Cupertino to be used.
Include Scripts
Labels:
None