i have created theme , switced on in application properties. have included jss library in it:
<resources> <script target="xsp" src="/test.jss"clientside="false" type="text/javascript"> </script> </resources> so, when xpage launched error message thrown of there can not found function jss library. doing wrong?
where trying reference function?
the theme applied during render response phase, specifying ssjs library in theme means not available beforepageload or afterpageload events. use in events, add ssjs library in layout custom control, used on pages.
Comments
Post a Comment