[HOW TO] Autorefresh web UI after a state change ?
Hi you all,
I have looked for and have read the manuals but i dont know how to (if possible) autorefresh web ui to show/hide attributes depending on the actual state. In some states i need to show a specific custom enumeration and to hide another. Now, i have to refresh the page manually to redraw the user interface... Do i need to use scripts? Is there any formal or generic way to do this ??? Thank you very much. |
2 answers
In some states i need to show a specific custom enumeration and to hide another. Now, i have to refresh the page manually to redraw the user interface... Well, you could use some // ... Then, you could show/hide HTML fields via an "onchange=foo();" in <select>. The "foo()" function could be: <script type="text/javascript"> Cheers. |
|
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.