Hi all,
I have created a component, that renders some plain html, with
parameters:
<parameter name="editable" required="yes"></parameter>
<parameter name="city" required="no"></parameter>
And component:
<component id="city" type="Insert">
<binding name="value" expression="city"/>
</component>
Now, depending on the 'editable' parameter I want the type of my 'city'
component to be either
'Insert' when 'editable' is false or 'TextField' when 'editable'is true.
Can this be done, is there another way to easily switch the types of a
component, or do I need to make two seperate components?
Kind regards, Bianca.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]