Newbies Alex V. Posted December 15, 2005 Newbies Posted December 15, 2005 (edited) Ok... I'm a real beginner. That'd be wonderful if you could help me. I would like to have a dropdown list with categories. And I'd like to have a different layout for each category. So if the user picks category1 in the dropdown list, he will get layout1. Does that make sense at all ? Thanks for yor help ! Alex Edited December 15, 2005 by Guest
Raybaudi Posted December 15, 2005 Posted December 15, 2005 So if the user picks category1 in the dropdown list, he will get layout1. Hi Alex ...he will *GO* to layout1 ! To go to another layout by choose of a value list, you need a script to fire and a plugin that fires the script ! Search for plugin and you'll find EventScript or ZippScript ! :
Genx Posted December 15, 2005 Posted December 15, 2005 .... or to do it without the use of any plugins... just let the user choose a category from a list and then push a button right next to it... the button would execute a script something akin to... If List = "cat1" Goto Layout 1 Else If List = "cat2" Goto Layout 2 Else If ........ and so on and so forth... End If Where List is the field they are choosing the category from
Raybaudi Posted December 15, 2005 Posted December 15, 2005 Look if this works for you ! This use the EventScript plugin that you can download here ChoseLayout.zip
Newbies Alex V. Posted December 15, 2005 Author Newbies Posted December 15, 2005 Thanks raybaudi and aflgenx ! I have found a way... Using IF... and Goto Layout.
Recommended Posts
This topic is 6920 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now