Skip to content
Hendy Racher edited this page Jun 20, 2018 · 35 revisions

nuPickers is a collection of Umbraco v7 property-editors, where each is comprised of a Data Source (to supply the options) and an Editor Control (to present those options).

Each of the pickers can be configured to use a specific Save Format (csv, xml, json) and some support Relation Mapping (using Umbraco relations).

Most property-editors support Custom Labels (where each of the options presented can have fully customisable markup), and all can return a common Model.

Property Editor Save Formats Relation Mapping Custom Labels
DotNet Checkbox Picker X X X
DotNet DropDown Picker X X
DotNet Labels - - X
DotNet PrefetchList Picker X X X
DotNet RadioButton Picker X X X
DotNet TypeaheadList Picker X X X
Enum CheckBox Picker X X
Enum DropDown Picker X
Enum Labels - - X
Enum PrefetchList Picker X X
Enum RadioButton Picker X X
Json CheckBox Picker X X X
Json DropDown Picker X -
Json Labels - - X
Json PrefetchList Picker X X X
Json RadioButton Picker X X X
Json TypeaheadList Picker X X X
Lucene CheckBox Picker X X X
Lucene DropDown Picker X X
Lucene Labels - - X
Lucene PrefetchList Picker X X X
Lucene RadioButton Picker X X X
Lucene TypeaheadList Picker X X X
Relation Labels - - X
Sql CheckBox Picker X X X
Sql DropDown Picker X X
Sql Labels - - X
Sql PrefetchList Picker X X X
Sql RadioButton Picker X X X
Sql TypeaheadList Picker X X X
Xml CheckBox Picker X X X
Xml DropDown Picker X X
Xml Labels - - X
Xml PrefetchList Picker X X X
Xml RadioButton Picker X X X
Xml TypeaheadList Picker X X X

(a dash indicates that the feature isn't relevant, whilst an empty cell indicates that it could be implemented)

Clone this wiki locally