yeah when I try to do the line
var element1 = new HtmlElement({
"id": "element1",
"tokenDependencies": {"depends": "$alwaysHideCSSPanel$"},
"useTokens": true,
"el": $('#element1')
}, {tokens: true, tokenNamespace: "submitted"}).render();
it says it cannot create constructor
... View more