Copied to clipboard

Flag this post as spam?

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


  • SkyTheLine 33 posts 103 karma points
    Feb 27, 2021 @ 15:23
    SkyTheLine
    0

    Build a Package Backend UI

    Hi there

    I want to build a custom Backend Ui for my files. The user should have graphs to his data.

    Are there best practices, or can i just use some CSS additional to the umcraco CSS?

  • Marc Goodson 2157 posts 14435 karma points MVP 9x c-trib
    Feb 27, 2021 @ 20:39
    Marc Goodson
    1

    Hi SkyTheLine

    There is some info here about creating a custom dashboard to load into the Umbraco backoffice:

    https://our.umbraco.com/documentation/tutorials/Creating-a-Custom-Dashboard/

    but if you want to have the graphs related to the current page the editor is editing in the backoffice, then you can add something called a 'content app' that gives an additional custom view to display contextual information from outside of Umbraco:

    https://our.umbraco.com/Documentation/Extending/Content-Apps/

    regards

    Marc

  • SkyTheLine 33 posts 103 karma points
    Feb 27, 2021 @ 20:40
    SkyTheLine
    0

    Hi Marc

    Cool thank you so much for the links. I'll try them out :)

  • Marc Goodson 2157 posts 14435 karma points MVP 9x c-trib
    Feb 27, 2021 @ 21:13
    Marc Goodson
    1

    cool, and if you want your implementation to 'look' like the Umbraco backoffice, there is a package you can install that shows some ui-examples

    https://our.umbraco.com/packages/developer-tools/ui-examples/

    and if you are using Visual Studio, there is a Visual Studio Extension called umbSense, that gives you intellisense on the built in directives you can pinch!

    https://github.com/KevinJump/UmbSense

    regards

    Marc

  • SkyTheLine 33 posts 103 karma points
    Feb 27, 2021 @ 22:20
    SkyTheLine
    0

    Marc!

    That was exactly, what i was looking for! Thanks! You rock :D

    https://our.umbraco.com/packages/developer-tools/ui-examples/

  • 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