hello i need a progress bar in a web page.
i have a button that calls via ajax my func1 in my controller and updates my
progress bar.


my controller func

def func1():

return "jQuery('#p').progressbar('setValue',10)"



my view

<a href="#" class="easyui-linkbutton" onclick="ajax('func1', '',
':eval');">Show</a>


This sets the value of my progress bar to 10.


Now, for real world need, my progress bar goes from 0 to 100 % and i only
click once in my button.

How to i implement this?


thank you

Reply via email to