1 / 19

Built-in Kentico CMS UI Controls Part II - UniSelector

Built-in Kentico CMS UI Controls Part II - UniSelector. Karol Jarkovsky Sr. Solution Architect Kentico Software http://devnet.kentico.com/Blogs/Karol-Jarkovsky.aspx karolj@kentico.com. Agenda. Overview Hierarchy Members Custom filter development Q & A. Overview.

azra
Download Presentation

Built-in Kentico CMS UI Controls Part II - UniSelector

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Built-in Kentico CMS UI Controls • Part II - UniSelector Karol Jarkovsky Sr. Solution Architect Kentico Software http://devnet.kentico.com/Blogs/Karol-Jarkovsky.aspx karolj@kentico.com

  2. Agenda • Overview • Hierarchy • Members • Custom filter development • Q & A

  3. Overview • In Kentico CMS UI used to make a selection from a list of objects: • Add roles, Add users, Add child types, etc.

  4. Hierarchy • UniSelector.ascx control located in ~/CMSAdminControls/UI/UniSelector/

  5. Members

  6. Members

  7. Members

  8. Members

  9. Members

  10. Members

  11. Members

  12. Members

  13. Members

  14. Members

  15. Members

  16. Members

  17. Custom filter development • Create custom ASCX control with all server controls you need, • Let the control inherit from CMSAbstractBaseFilterControl, • Override WhereCondition property of the base class, • Implement generating WHERE condition in this property- UniSelector will access this value before selection dialog loads content, • Set FilterControl property for UniSelector to point to your custom filter ASCX

  18. Questions ?

  19. Thank you!

More Related