Tomáš Drenčák wrote:
But how to insert informal parameters into tag? For instance: .html: <span style="..."> <table insertInformalParametersHere> .... </table> </span>
Perhaps that wonderful Any component can help you, something like this might work (sorry I don't have time to test this myself):
component.html --- <span style="..."> <table jwcid="InformalHere"> .... </table> </span> component.jwc --- <component-specification allow-informal-parameters="yes"> <component id="InformalHere" type="Any" inherit-informal-parameters="yes"> </component> </component-specification> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]