Hello Community - I have a requirement to create a utility page that has a button on it. On click of the button, we need to open a pathbrowser and let the authors select the page/html. There is no dialog option for this scenario. The utility is based on JSP. Has anyone implemented such scenarios? If so, could you please provide some samples for the same?
Solved! Go to Solution.
Views
Replies
Total Likes
@s1101v with Touch UI, your dialogue can be set up using the "Path Field", Granite UI 1.0 syntax:
<pathfield-example-logoPath
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathfield"
fieldLabel="Logo Path"
name="./logoPath"
required="true"
rootPath="/content/dam"/>
@s1101v with Touch UI, your dialogue can be set up using the "Path Field", Granite UI 1.0 syntax:
<pathfield-example-logoPath
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathfield"
fieldLabel="Logo Path"
name="./logoPath"
required="true"
rootPath="/content/dam"/>
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Why can't you allow authors to author the page in a standardise AEM way? Why re-create the wheel when tools are available for you?
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies