Erlend Halvorsen
|
Sunday 02 July 2006 8:06:58 am
Is there an easy way to retrieve the options for an attribute? I have a guestbook, where you, for one of the fields, have to make a selection from a dropdown. I want to display a page with a graph over these options, like a poll result. For now, I have the graph and the guestbook form on the same page, so I just loop through the $object.data_map.*someattribute*.class_content.options array , but it would be nice not to have this dependency, if I want to move the result display later on. -Erlend
|