Hi all, I need to add custom JS file to the taxonomy page (where we can see tabs General, Metadata, Manage, ...).
In my .ui.ttlx file I've created sub-class of uiScripts, added "<script src=...'' tag" to ui:prototype, and added this class to ui:includeScript of swa:Elements (right after swa:jQueryScript). After this my script appeared in the head section of the taxonomy page but on the very beginning. Because it's functionality depends on jQuery library, I would like to put it in the end of head tag. So the question is how can I do it? BTW: I've also tried to add it to teamwork:Elements (because _viewClass=teamwork%3AProjectPage) but my script haven't appear in the Head section at all. I've also tried to play with ui:dependsOn for my script asset but it also doesn't work. Thank you! -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include the TopBraid Suite family of products and its base technologies such as SPARQLMotion, SPARQL Web Pages and SPIN. To post to this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
