I have a new umbraco v
4.7.1 (Assembly version: 1.0.4281.20201) installation, with uBlogsy package installed. It works great! I use the blog for my photgrapy business and my plan is to create a document type for my portfolio and I want to have a dropdown menu for this, it would be greate to have this for the archive as well. What´s the best approach for this? I´m pretty new to umbraco but I have god skills in html/css and .net, but my XSLT-skills is rather low. Is there a package that I can use to get a start with this?
Dropdown menu
Hi,
I have a new umbraco v 4.7.1 (Assembly version: 1.0.4281.20201) installation, with uBlogsy package installed. It works great! I use the blog for my photgrapy business and my plan is to create a document type for my portfolio and I want to have a dropdown menu for this, it would be greate to have this for the archive as well. What´s the best approach for this? I´m pretty new to umbraco but I have god skills in html/css and .net, but my XSLT-skills is rather low. Is there a package that I can use to get a start with this?
Best regards Jonas
I guess this reply is way too late.
But if you wanted to make a dropdown list it is quite easy in razor. No need to ever look at xslt!
It would be something like this:
Then you could wire up some jquery... you'll need to do something like this...
I hope that helps
You can also create a DropDownList with Razor code inside a UserControl. That way you can use webforms which is easier in Umbraco 4: http://our.umbraco.org/forum/developers/razor/27417-Use-Razor-code-in-UserControl?p=1#comment102639.
Jeroen
Thank you guys!
is working on a reply...