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
Hello, So I need to get a list of document types from a node in the Umbraco Back-office, for use in the UIOMatic Create & Update screen of a particular UIOMatic table.
To be clear, for this screen I mean: https://farm2.staticflickr.com/1899/43478939605_d561b219a1_o.png
I'd like to get these as drop-down values; https://farm2.staticflickr.com/1886/43669657984_bd02e2c83a_o.png
Currently, we can link to other PetaPoco tables with ease, however I'd like to get my data from the Umbraco back-office instead.
Is there a simple solution for this?
Kind regards
Hey you'll need to create a custom field editor view docs available here: https://uiomatic.readthedocs.io/en/stable/03.CustomEditorViews/
of course instead of fetching stuff directly from the db you can use the DocumentType service... in the controller
is working on a reply...
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.
Continue discussion
How to get list of Umbraco DocumentType for UIOMatic Create/Update screen
Hello, So I need to get a list of document types from a node in the Umbraco Back-office, for use in the UIOMatic Create & Update screen of a particular UIOMatic table.
To be clear, for this screen I mean: https://farm2.staticflickr.com/1899/43478939605_d561b219a1_o.png
I'd like to get these as drop-down values; https://farm2.staticflickr.com/1886/43669657984_bd02e2c83a_o.png
Currently, we can link to other PetaPoco tables with ease, however I'd like to get my data from the Umbraco back-office instead.
Is there a simple solution for this?
Kind regards
Hey you'll need to create a custom field editor view docs available here: https://uiomatic.readthedocs.io/en/stable/03.CustomEditorViews/
of course instead of fetching stuff directly from the db you can use the DocumentType service... in the controller
is working on a reply...
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.