I would like to create my own custom umbraco siteadmin. I would like to reuse the edit pages/forms already in the backend.
As these are angular I should be able to reuse these right?. I am very familiar with Angular and I am creating my custom backend in angular but I would like to do as little work as possible.
If that dosent make sense let me try and elaborate. I have a my own Customer Details view/page (i.e read only). I would like to have either an edit page also (or even just a pop up window) where the user could edit the customer. This would JUST show the EDIT FORM normally shown in the back end. Not the side menus or anything else. JUST the EDIT form.
Yes I could re-code this form myself in angular and create my own APIs etc but I would rather not if it is possible.
Reuse Backed Views
I would like to create my own custom umbraco siteadmin. I would like to reuse the edit pages/forms already in the backend.
As these are angular I should be able to reuse these right?. I am very familiar with Angular and I am creating my custom backend in angular but I would like to do as little work as possible.
If that dosent make sense let me try and elaborate. I have a my own Customer Details view/page (i.e read only). I would like to have either an edit page also (or even just a pop up window) where the user could edit the customer. This would JUST show the EDIT FORM normally shown in the back end. Not the side menus or anything else. JUST the EDIT form.
Yes I could re-code this form myself in angular and create my own APIs etc but I would rather not if it is possible.
Hope this makes sense.
is working on a reply...