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
How do I create a "flyout" menu like the default Content Picker? So when a user clicks on "Add", it pops out with a tree and search.
Basically I want it to look like the same, but with data from a DB.
I know how to create normal custom angular properties, but not in the popout menu thing.
Hi Morten,
You'll want to make use of the dialogService. The following article has a section on dialogs which you may find helpful: http://24days.in/umbraco-cms/2014/umbraco-angular-tips/
dialogService
Steven
Thanks! Just what I was looking for :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to create flyout content menu
How do I create a "flyout" menu like the default Content Picker? So when a user clicks on "Add", it pops out with a tree and search.
Basically I want it to look like the same, but with data from a DB.
I know how to create normal custom angular properties, but not in the popout menu thing.
Hi Morten,
You'll want to make use of the
dialogService
. The following article has a section on dialogs which you may find helpful: http://24days.in/umbraco-cms/2014/umbraco-angular-tips/Steven
Thanks! Just what I was looking for :)
is working on a reply...