function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
baller4life7baller4life7 

SLIDER value to Salesforce property

Hey guys,

I added these sliders to my vf page:

http://developer.expressionz.in/downloads/mootools_double_pinned_slider_with_clipped_gutter_image_v2.2/slider_using_mootols_1.2.html

 

As soon as I submit the apex:form I want to save the slider values.

How can I do that (The sliders are implemented with JavaScript) ?

WizradWizrad

As you said, the sliders use javascript, so you will need to use javascript to save the values.

 

Use an actionFunction or javascript remoting to pass javascript variables to apex.