Venerable Bede Posted February 5, 2003 Posted February 5, 2003 I have a radio list which contains 3 radio buttons. How do I set the first to be checked as default? TIA Quote
Leaders quwiltw Posted February 5, 2003 Leaders Posted February 5, 2003 How are you creating them? If in the designer can't you just edit the items collection and set selected = true for the first item? Otherwise the same items collection should allow you to do it in code as well. Quote --tim
Venerable Bede Posted February 6, 2003 Author Posted February 6, 2003 I am using Dreamweaver MX and cant find the appropriate properties to change to set 1 radio button as checked. Quote
Leaders quwiltw Posted February 6, 2003 Leaders Posted February 6, 2003 I must admit I know nothing about Dreamweaver MX. I guess it doesn't have a collection editor built into the properties window? If Dreamweaver gives a way to edit code behind pages, you could always just do it on the page_load event in code or if this is hardcoded you could add a selected attribute to one of the items in xml. Why don't you post some relevant code so I can get an idea of what you're working with inside Dreamweaver? Quote --tim
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.