Yeah, but isn't there something with RenderMacroContent (RMC) and usercontrols that doesn't work. As far as I know RMC only takes XSLT macros, correct me if I'm wrong ??
Anyhow, if I use RMC the only output I get are 2 buttons, Previous and Next, and my form doesn't contain either :(
Doesn't Contour work through XSLT ?
Just bought Contour for a client but apparently it doesn't work.
I'm outputting my RTE through a simple XSLT value-of and nothing happens.
When I put the RTE directly in the template it all works fine and dandy.
What's the approach on this ?
Hi Sebastian
How are you rendering the macro? Using XSLT or using an umbraco:item?
If you're using an XSLT macro to render the output you should look into using the RenderMacroContent extension I think...
Hope this helps a bit.
/Jan
Yeah, but isn't there something with RenderMacroContent (RMC) and usercontrols that doesn't work.
As far as I know RMC only takes XSLT macros, correct me if I'm wrong ??
Anyhow, if I use RMC the only output I get are 2 buttons, Previous and Next, and my form doesn't contain either :(
Comment author was deleted
Hi,
It's not possible to output .net controls through xslt
And since the contour form is a .net usercontrol ...
Cheers,
Tim
You can't output a .net control in xslt, but I think it's possible in Razor: http://our.umbraco.org/forum/developers/razor/22305-ASPNET-Usercontrol-inside-Razor-script.
Jeroen
is working on a reply...