


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
Views
Replies
Sign in to like this content
Total Likes
please use granite type
Hyperlink — Granite UI 1.0 documentation
for classic ui use lable xtype and as value give HTML
Views
Replies
Sign in to like this content
Total Likes
please use granite type
Hyperlink — Granite UI 1.0 documentation
for classic ui use lable xtype and as value give HTML
Views
Replies
Sign in to like this content
Total Likes