Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Hi ,
I am using coral touch ui sling:resourceType="granite/ui/components/coral/foundation/form/pathbrowser"
when user selects the required path in touch ui dialog it must append .html at the end .How to achieve it
The xml data i have is
<accessLevelPath
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathbrowser"
fieldLabel="Access Level Page Path :"
name="pagepath"
rootPath="/content">
Thanks
Zugriffe
Antworten
Likes gesamt
This post might help in achieving this feature: Adding .html extension to page selected
Zugriffe
Antworten
Likes gesamt
You can also use sly to achieve that:
URL manipulation
Adds the html extension to a path. More details at [1]
<a href="${item.path @ extension = 'html'}">${item.name}</a>
Zugriffe
Antworten
Likes gesamt
Hi,
I would need to show on touch ui dialog and not at page level
Zugriffe
Antworten
Likes gesamt
Path Browser is deprecated, please use PathField </libs/granite/ui/components/coral/foundation/form/pathfield> instead
Zugriffe
Antworten
Likes gesamt
A field that allows the user to enter path.
Thanks .But for path-field how to add .html at the end in the dialog when user selects any path
Zugriffe
Antworten
Likes gesamt
The option i can see here is to overlay the "/libs/granite/ui/components/coral/foundation/form/pathfield/render.jsp and manipulate it as per the business requirement.
NOTE: This will change the code for default pathfield and it will behave the same for all components.
Zugriffe
Antworten
Likes gesamt
Thanks for the inputs. But it only required for specific dialog components .So cannot use this approach.
Do we have any other way
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
Zugriffe
Like
Antworten
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten