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'm new to the v7 way of extending the back office.
I'm creating a section and tree and have successfully got up and running but I am struggling with getting my section looking nice.
Is there a reference for the directives that can be used in views? Like <umb-panel> and <umb-tab-content> and <umb-content-name>?
<umb-panel>
<umb-tab-content>
<umb-content-name>
Is this a good list? https://github.com/Jeavon/Slimsy/tree/master/TestSite/umbraco/Views/directives
Currently I'm just randomly picking up bits from blog posts. I can't find anything in the official documentation so far..
Hi Rob
I think the directives from Jeavon's package looks very nice and I'm thinking you could find some inspiration from the Umbraco source code here https://github.com/umbraco/Umbraco-CMS/tree/7.2.0/src/Umbraco.Web.UI.Client/src/common/directives as well.
Hope this helps a bit too.
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Reference of Umbraco Markup
I'm new to the v7 way of extending the back office.
I'm creating a section and tree and have successfully got up and running but I am struggling with getting my section looking nice.
Is there a reference for the directives that can be used in views? Like
<umb-panel>
and<umb-tab-content>
and<umb-content-name>
?Is this a good list? https://github.com/Jeavon/Slimsy/tree/master/TestSite/umbraco/Views/directives
Currently I'm just randomly picking up bits from blog posts. I can't find anything in the official documentation so far..
Hi Rob
I think the directives from Jeavon's package looks very nice and I'm thinking you could find some inspiration from the Umbraco source code here https://github.com/umbraco/Umbraco-CMS/tree/7.2.0/src/Umbraco.Web.UI.Client/src/common/directives as well.
Hope this helps a bit too.
/Jan
is working on a reply...