Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • SaphuA 124 posts 87 karma points
    Jun 11, 2013 @ 16:33
    SaphuA
    0

    Add Dashboard with code?

    Ok, with some help I found the code to add a new application / section without modifying the config manually. Add an assmebly with this class in the /bin folder and the section is automatically added to Umbraco.

        [Application("guestbook", "Guestbook", ".trayguestbook", 20)]
        public class Class1 : IApplication
        {

     

    Then you can modify the Tree by adding a class that inherits from BaseTree.

        [Tree("guestbook", "guestbookTree", "Guestbook")]
        public class Class2 : BaseTree
        {

    But now how do I modify the Dashboard? Is there a way to do this with code or is it config only?

  • SaphuA 124 posts 87 karma points
    Jun 19, 2013 @ 15:12
    SaphuA
    0

    Bump! :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies