Forum
Calc Builder Support
Calc Builder supportForums
Public write access is disabled. Please login
Option list and linked list 13.02.2013 09:12
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?
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?
Re: Option list and linked list 13.02.2013 09:28
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,
Moonsoft Team
www.moonsoft.es
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,
Moonsoft Team
www.moonsoft.es