Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hello Everyone,
I'm trying to add a hyperLink in component Dialog and managed to add that in Touch Ui using
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:Widget"
sling:resourceType="granite/ui/components/foundation/hyperlink"
fieldLabel="Click for Icons"
href="www.google.com"
name="./iconLink"
target="_blank"
text="Click here for icon names"/>
and it looks like this
Is there any way to get the same in Classic UI?smacdonald2008
Solved! Go to Solution.
please use granite type
Hyperlink — Granite UI 1.0 documentation
for classic ui use lable xtype and as value give HTML
CQ5 | Widgets API
View solution in original post
Views
Likes
Replies