Search This Blog

Saturday 8 April 2017

Classic UI alternate for userpicker(touch UI)


Touch UI provides granite UI Form field userpicker.

/libs/granite/ui/components/foundation/form/userpicker

An autocomplete component that is designed to allow the user to pick the user from suggested list.


In classic UI same is achieved by using xtype ‘authselection’. This allows you to select either users or groups. To restrict to either user or group use filter property on the widget.

Property                  Value
Filter                   [users/groups]


If you need to select more than one users both user picker in touch ui and authselection in classic ui can be used with their respective multifieds.

Check out the OOTB cug configuration in advanced tab in page component (/libs/foundation/components/page/tab_advanced/items/cug/items/principals) in classic UI for more details.




This can be usefull for Aem communities which is still on classic UI.

No comments:

Post a Comment