Thursday 19 February 2004 10:43:07 am
It's actually a bit compicated to change the enum values of enum. I would recommend using the ezselection datatype which is a new, simplified and faster implementation of this datatype.
In terms of performance ezselection is also highly recommended.
-bård
Thursday 19 February 2004 12:06:15 pm
In the ezselection datatype we just store the id's of the selections in the data_text field as a string. If you have multiple values you need to use a - character as a space. E.g. "1-3" where the id's 1 and 3 are selected.
This can done with the setAttribute( 'data_text', '1-3' );
--bård
You must be logged in to post messages in this topic!