Is there any sample for this screen? I need to make a training for ABP framework for the team developing a screen just like Web > Identity Server > Client > Edit feature The hard part is I want to make it consistent with ABP so trying to reuse both UI part and backendpart (binding props) of what are done in these screens below.
- First screen, typical creatae/edit screen with "in-model grid" and date, text area datatype controls
- Second screen, what I need is a button-assigned-like list, so we can select items from left and transfer to right panel just like this.
Implement Jquery lib similar to these components is doable but I would like to mirror what are done with identity module/UI so we can have a consistent implementation with ABP. Please help advise the document if available as well.
3 Answer(s)
-
1
hi, this is a custom JavaScript that one of our developers implemented. it must be easy. I also notified the developer of this screen, he may post some sample code
-
0
Thanks, please help to send the sample. I would like to have some connected to ABP Coding conversion in the training.
-
1
This is ApiResource editing JavaScript file. This is a custom development, it's not a reusable component. Don't copy paste to your project, just take a look to inspire.
https://gist.github.com/ebicoglu/60234e1847db393777f24c77fa6d9797
And I'm closing this issue, because it's not directly related to ABP, you can find your own solution.