It's all about the answers!

Ask a question

WebUITheme Javascript


Vince Thyng (13723653) | asked Jul 10 '14, 6:08 p.m.
edited Jul 14 '14, 7:52 a.m. by Paul Slauenwhite (8.4k12)
I am doing some dynamic URL creation in my loginFooter.html as part of a custom theme.  The problem I am having is that when I try to call a javascript function, my error console is telling me that it can not find the function (and obviously it is not getting called).  I have tried putting the function in a script block above the body tag as well as in the body tag.  Neither is making the function accessible.  The only way I can get the javascript I need to execute is by cramming it all in to the onclick event in my A tag.  Can someone tell me how I am supposed to be able to include a javascript block in the loginFooter.html file?

One answer



permanent link
Donald Nong (14.5k414) | answered Jul 15 '14, 12:09 a.m.
It sounds like you're doing it the wrong way. You need to extend jazz.theme.LoginFooter.
https://jazz.net/wiki/bin/view/Main/WebUITheming#Custom_JavaScript

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.