Re: [Zope] Using a multiple_selection property in a product

2001-01-04 Thread Ronald L. Roeber
Randall, Thank you very much. Exactly right.!Thanks for taking the time to help. "Randall F. Kern" wrote: > Try this: > > _properties = ( > {'id':'classdays', 'type':'multiple selection','mode':'w', > 'select_variable': 'days'}, > ...) > > days = ( > 'Monday', > 'Tue

RE: [Zope] Using a multiple_selection property in a product

2001-01-03 Thread Randall F. Kern
Try this: _properties = ( {'id':'classdays', 'type':'multiple selection','mode':'w', 'select_variable': 'days'}, ...) days = ( 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday' ) -Randy -Original Message- From: Ronald L. Roeber