Arjan Huijzer wrote:
Hello,
I posted a message earlier this week about using a selection in a propertysheet. This involved creating a second property with type "lines" that contained the actual choices for the selection.
Since this property will show up on the edit form in the ZMI, I would like to put all these extra properties on a separate propertysheet.
My problem is how to access this extra property with my choices from my original propertysheet, i.e. what do I need to put in the "value" input field for my selection property?
You have Folder A containing a DTMLDocument B: Folder A -> Properties -> Add Property -> type = list, name = myreference , value = leave empty, then enter values into the list, Save DTMLDocument -> Properties -> Add Property -> type = selection, name=myselection, value = myreference And thats it... -mj