Hi I have a situation where I have a component that will display certain properties for a Section object. In addition it should display a list of items for that Section. The items in the list can be of type MultipleChoiceItem or TrueFalseItem. I would like from my html page to be able to specify that teh Section component should use the MultipleChoiceItem component if the list contains multipleChoiceItems or use the TrueFalseComponent if the list contains truefalse items.
Is it a way to specify components as a parameter in a component specification?? ex: <span jwcid="@SectionEditor" itemEditor="MultipleChoiceEditor"/> ??? Where the MultipleChoiceEditor is a component Henrik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
