Joined: March 21st, 2007, 10:44 am Posts: 3188 Location: UK
Opus: Evolution
|
You can hack it by calling one of Opus' private functions:
1. Locate this bit of code in your HTML object and add the line in bold.
slider.oninput = function() { output.innerHTML = this.value; DWVariables.instance().setValue("myValue",this.value); }
2. In your project, you'll need to add the variable used in that line of code - I've used myValue.
</mack>
_________________ When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.
Interactive Solutions for Business & Education Learn Anywhere. Learn Anytime.
www.interaktiv.co.uk +44 (0) 1395 548057
For this message mackavi has been thanked by : Gillawa
|
|