I have created a template that has several property values, this template has a sub template, which in turn has a sub template, this last sub template has a .net user control macro in it for arguments sake lets pretend it is this
now I have created a page using this last sub template and have set the 'buttonCssClass' property to a text value, and alas, it seems to be not working, does this work? Does it work with .net controls in macros? Am I missing something?
Page properties
I have created a template that has several property values, this template has a sub template, which in turn has a sub template, this last sub template has a .net user control macro in it for arguments sake lets pretend it is this
<umbraco:macro alias="MyForm" ButtonCssClass="[#buttonCssClass]" runat="server"/>
now I have created a page using this last sub template and have set the 'buttonCssClass' property to a text value, and alas, it seems to be not working, does this work? Does it work with .net controls in macros? Am I missing something?
Did you add the property on your macro in the developer section?
Jeroen
Hi, it is working now, looks like a cache problem
is working on a reply...