CalcBuilder Forum

Option list and linked list

User moon_912 2013-02-13 09:12:33

For example i have 3 buttons in option list and 3 in linked list
When i open my page i can't see result of 1st option in linked list
I also can't just press on first option and get result in linked list.
It is possible only when I press 2 or 3 option and come back to 1st.
How could i automatically have 1st option selected in linked list when i visit page?

Moonsoft support 2013-02-13 09:28:04

Hello,

To get Linked list filtered with option list you could use javascript. In 'Executed on loaded page' tab in 'Javascript Events' add:

setTimeout(function(){jQuery('#option').change();},1000);

where 'option' is the variable name of your Option List.

We´ll add this feature in next releases.

Regards,

...
Support/development

Perfect for small code changes or to correct any bug at your site

Buy now!
...
Support/development 40 hours

With the peace of mind of having a professional team at your service (20% discount)

Buy now!