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.
I have a dialog with xtype=selection field, the dropdown has the text field with the value: test1, test2 and test3; value field has the value as 1, 2, 3. When I open the dialog, I will see the test1, test2 and test3 in the dropdown list. If a user select test2, for example, the number 2 is stored as a property in CQ. I can use properties.get("fieldname") to get value 2.
The question is how to get field text as I see in the drop down. In this case, the value should be test2.
Thanks.
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
Hi BigT168,
AEM does not provide a way to achieve this,
However whats stopping you to keep both text ( I mean label) and the value same?
Vues
Réponses
Nombre de J’aime
Are you using Touch UI or Classic UI?
Vues
Réponses
Nombre de J’aime
CQ5.5,
Vues
Réponses
Nombre de J’aime
The default OOTB selection field does not store the label of the dropdown along with the value so I do no think you can get the label when you retrieve the value of the field from node.
However, you can add the mapping of the label and value in the i18n data dictionary and use the dictionary to render the labels in your component scripts. If you really want the labels from the node properties then you will have to create a custom xtype which will store both label and value on the node.
[1] http://www.wemblog.com/2011/12/how-to-use-multi-language-translation.html
Vues
Réponses
Nombre de J’aime
Hi BigT168,
AEM does not provide a way to achieve this,
However whats stopping you to keep both text ( I mean label) and the value same?
Vues
Réponses
Nombre de J’aime
Thank you, Kunal23 and Edubey.
Vues
Réponses
Nombre de J’aime
Vues
Likes
Réponses
Vues
Likes
Réponses