I want to use putlist to create a data entry area on my screen. The HTML will create a 2-column table, putting the odd-numbered elements from the list in the left column and the even-numbered ones on the right; the ones on the right will be different kinds of html input -- text string, text area, dropdown, check boxes.
Is this possible, easy, or what? I see that the add attribute takes a type of "definition", but haven't found any documentation on that. Obviously some code needs to test something fed to the loop to see what HTML format to use, but I'm not sure how to do that. I haven't found much in the way of examples using add type="definition" and I'm not sure what form that definition can take. Can someone point me to examples, or, better yet, a straightforward explanation of all the tags in putlist and add? tia rc -- View this message in context: http://www.nabble.com/Putlist-and-definitions-tf3716892.html#a10398103 Sent from the tiles dev mailing list archive at Nabble.com.
