WebUITheme Javascript
Vince Thyng (137●2●41●53)
| asked Jul 10 '14, 6:08 p.m.
edited Jul 14 '14, 7:52 a.m. by Paul Slauenwhite (8.4k●1●2)
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
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
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.