Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
In my widget, i want to have a group picker which returns all groups in cq and allows user to pick one. Which xtype i should use or do I need to create a customized one?
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
The authselection widget does this. Take a look at /libs/foundation/components/page/tab_advanced/items/cug/items/principals/fieldConfig for an example.
Vues
Réponses
Nombre de J’aime
The authselection widget does this. Take a look at /libs/foundation/components/page/tab_advanced/items/cug/items/principals/fieldConfig for an example.
Vues
Réponses
Nombre de J’aime
I just go through jackrabbit-usermanager: http://sling.apache.org/site/managing-users-and-groups-jackrabbitusermanager.html#Managingusersandgr....
Now I guess I can get group list from sling service jackrabbit-usermanager. I just wonder if there is any OOTB widget can do the job.
Vues
Réponses
Nombre de J’aime
The widget documentation for authselector is unfortunately not as far I can tell published. You'll have to look at the source code - /libs/cq/security/widgets/source/widgets/security/AuthorizableSelection.js for details.
Vues
Réponses
Nombre de J’aime
You can create your own component. We have a community article that does something similar. It gets all AEM users and places them in a grid component. See:
http://helpx.adobe.com/experience-manager/using/using-ajax-requests-display-cq.html
Hope this helps
Vues
Réponses
Nombre de J’aime
smacdonald2008 wrote...
You can create your own component. We have a community article that does something similar. It gets all AEM users and places them in a grid component. See:
http://helpx.adobe.com/experience-manager/using/using-ajax-requests-display-cq.html
Hope this helps
Thanks that's exactly what i am looking for.
Vues
Réponses
Nombre de J’aime