Rank: Advanced Member Groups: Member
Joined: 1/3/2008 Posts: 32
|
Hi
I am using the toolbar to save data to database, but i have a problem some of the users double clicking (by mistake) so my data get saved 2 times, how can i avoid the problem in toolbar. can you please give a solution?.
Saji
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There are no settings to do that on the toolbar automatically. But I would think you can do it with JavaScript, for example, you can disable the toolbar button as soon as the button is clicked. Please check the toolbar's client side API reference for more details.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 1/3/2008 Posts: 32
|
ok thanks, i will try
|