Wednesday 25 February 2004 5:34:13 am
Hi! First thanks for your replies!
>The only problem with this is you must know what the index of the array >refers to, which the attribute(show) has revealed.
That is exactly my problem.
If you use checkboxes in a form they will only result in an new array item if they were checked. (Please correct me if I am wrong) Otherwise the array will be shifted and all indexes after the checkbox will change. My conclusion for now is to place all checkboxes at the end of the form class to keep the other indexes reliable. Not really nice... Do you know how it is possible to construct an new array containing the 'data_text' values indexed by the 'contentclass_attribute_name' from '$collection'? In future I will use
tags, looks cool :) Marko
|