Open Closed

Sample for "Identity Server > Clients"-like screen ? (With inline grid and buttons/cards multi-select) #340


User avatar
0
camping89@gmail.com created

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.

  1. First screen, typical creatae/edit screen with "in-model grid" and date, text area datatype controls
  2. 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)
  • User Avatar
    1
    alper created
    Support Team Director

    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

  • User Avatar
    0
    camping89@gmail.com created

    Thanks, please help to send the sample. I would like to have some connected to ABP Coding conversion in the training.

  • User Avatar
    1
    alper created
    Support Team Director

    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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11