Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I need to offer my (front end) user the option to switch stylesheets, in .NET I'd use themes.
Just wondering how people deal with this in Umbraco?
Cheers
Rich
I would make some kind of dropdownlist, or radiobuttons. Depending on what option the user choose, I would make some kind of "choose" in XSLT to change between some different stylesheets. This could be an idea.
Hi Kim,
Thanks for your idea, using XSLT to switch the stylesheets is a nicer way of doing it.
Just found that Warren has done this before http://www.creativewebspecialist.co.uk/2007/05/31/a-css-style-switcher-for-umbraco-cms.aspx
Many Thanks
of course there is always good ole jquery...
http://net.tutsplus.com/tutorials/javascript-ajax/jquery-style-switcher/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Alternative stylesheets
I need to offer my (front end) user the option to switch stylesheets, in .NET I'd use themes.
Just wondering how people deal with this in Umbraco?
Cheers
Rich
I would make some kind of dropdownlist, or radiobuttons. Depending on what option the user choose, I would make some kind of "choose" in XSLT to change between some different stylesheets. This could be an idea.
Hi Kim,
Thanks for your idea, using XSLT to switch the stylesheets is a nicer way of doing it.
Just found that Warren has done this before http://www.creativewebspecialist.co.uk/2007/05/31/a-css-style-switcher-for-umbraco-cms.aspx
Many Thanks
Rich
of course there is always good ole jquery...
http://net.tutsplus.com/tutorials/javascript-ajax/jquery-style-switcher/
is working on a reply...