Reputation: 61
I need to set a default dialog value in AEM component. For example - I have dialog with node - namelabel and I am fetching this in my html as
${properties.namelabel}
Now I want to set the default value to this node property, ie when I am editing a dialog there is always a value set as
namelabel : Name
where in author can change this anytime he wants.
Thanks in advance.
Upvotes: 0
Views: 6457
Reputation: 1674
in short - you could use property value
which is presented as the default value in touch dialog.
your question is though a sort of duplicate of what's been said here: defaultValue in Touch UI dialogs - AEM/CQ
Upvotes: 1