Hi Guys,
I'm using the granite/ui/components/coral/foundation/form/pathfield in cq:dialog.
see screenshot below.
When I put the external link on the field and after that click on the icon the javascript problem happen.
has anyone solutions for that?
Thanks
Alisson Xavier
Solved! Go to Solution.
Views
Replies
Total Likes
1) Go to /system/console/configMgr
2) Apache Sling Java Script Handler
3) For Source VM & Target VM it needs to be auto. If it's set to some other value, eg 1.5, then you'll get these odd JS undefined errors on a path picker.
You may want to manually purge the client libs cache and sightly cache as well.
- Under \crx-quickstart\launchpad\felix grep for "Outputcache" -- delete the contents of this folder. -- client library cache
- Under \crx-quickstart\launchpad\felix grep for "Classes" -- delete the contents of this folder. -- sightly cache
A Pathfield resource type is to open a path in the AEM JCR - when you click on a PathField - you will see something like:
Views
Replies
Total Likes
Which is the field that I can use to open AEM JCR and write the external link?
Could be pathbrowser?
Thanks
Alisson Xavier
Views
Replies
Total Likes
What exactly are you looknig to do - you want to write a URL that points to an extenal site to a node property?
Views
Replies
Total Likes
I want to write a url that point to an external site or to internal site (AEM).
Views
Replies
Total Likes
A PathField or PathBrowser lets you search the JCR - not write external URLS. Where do you want the URL to show up - in an AEM web page?
Views
Replies
Total Likes
Yes In an AEM web page,
When the user clicks on <a> redirect to URL AEM or to an external website.
Thanks
Alisson Xavier
Views
Replies
Total Likes
1) Go to /system/console/configMgr
2) Apache Sling Java Script Handler
3) For Source VM & Target VM it needs to be auto. If it's set to some other value, eg 1.5, then you'll get these odd JS undefined errors on a path picker.
You may want to manually purge the client libs cache and sightly cache as well.
- Under \crx-quickstart\launchpad\felix grep for "Outputcache" -- delete the contents of this folder. -- client library cache
- Under \crx-quickstart\launchpad\felix grep for "Classes" -- delete the contents of this folder. -- sightly cache
IF you want a reference to another site in your web page - assuming in the page's text - you can simply link to an outside URL using the RTE.
Views
Replies
Total Likes
This answer worked for me to.. should this be done only on the author or both auth, pub?
Views
Replies
Total Likes
This is only needed in author.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies