NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JohanR on June 21, 2013, 06:05:04 AM

Title: Spin control - server code execute on change
Post by: JohanR on June 21, 2013, 06:05:04 AM

Hi,

Is it possible to fire the server code on each change of a spin value?
Currently I only get the server code to fire by moving off the field.

Trying to update 3 other fields as the spin value changes.


thanks

Johan
Title: Re: Spin control - server code execute on change
Post by: Bruce on June 23, 2013, 11:53:48 PM
I'll see what can be done for an upcoming build.

cheers
Bruce
Title: Re: Spin control - server code execute on change
Post by: JohanR on June 24, 2013, 01:24:55 AM


Thanks!

The alternative I have is a slider control.
This works quite well, but it is not intuitive for the user.

Not sure if it's possible, but some sort of calibration on the slider might help

I have checked the jquery site but not sure if those options are available in the api.

crude example

  1====5====10====15====20


Johan