AEM 6.3 Touch ui for coral pathfield need linkPattern ending with .html | Community
Skip to main content
srinivas_chann1
Level 7
September 20, 2019

AEM 6.3 Touch ui for coral pathfield need linkPattern ending with .html

  • September 20, 2019
  • 3 replies
  • 11214 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Adobe Employee
September 20, 2019

This post might help in achieving this feature: Adding .html extension to page selected

Adobe Employee
September 20, 2019

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>

[1] HTL Block Statements

srinivas_chann1
Level 7
September 20, 2019

Hi,

I would need to show on touch ui dialog and not at page level

Adobe Employee
September 20, 2019

Path Browser is deprecated, please use PathField </libs/granite/ui/components/coral/foundation/form/pathfield> instead

Adobe Employee
September 22, 2019

A field that allows the user to enter path.

PathField — Granite UI 1.0 documentation

srinivas_chann1
Level 7
September 23, 2019

Thanks .But for path-field how to add .html  at the end in the dialog when user selects any path

Level 2
July 20, 2022

Thanks for the inputs. But it only required for specific dialog components .So cannot use this approach.

Do we have any other way


Hi @srinivas_chann1 , 

We are also facing similar issue. Do you have any solution.

Thanks