Expand my Community achievements bar.

SOLVED

"No available styles" in TouchUI Dialog

Avatar

Level 4

Can't figure out why my dialog is showing this.

 

<?xml version="1.0" encoding="UTF-8"?> <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" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="nt:unstructured" jcr:title="18 Homepage Carousel Options" sling:resourceType="cq/gui/components/authoring/dialog"> <content jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/container"> <layout jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/layouts/fixedcolumns" margin="{Boolean}false" type="nav"/> <items jcr:primaryType="nt:unstructured"> <column jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/container"> <items jcr:primaryType="nt:unstructured"> <label jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/textfield" fieldLabel="Button label" name="./label"/> <linkTo jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/pathbrowser" fieldLabel="Link to" name="./linkTo" rootPath="/content" suffix=".html"/> </items> </column> </items> </content> </jcr:root>
1 Accepted Solution

Avatar

Correct answer by
Level 10

I found issue - when creating TOuch UI component - you need to use the super type as specified in this article: 

http://scottsdigitalcommunity.blogspot.ca/2014/08/creating-your-first-adobe-experience_21.html

Then you will not get this strange behavior.  

View solution in original post

2 Replies

Avatar

Level 10

This is very strange - your structure looks correct.  Can you please package this up into a small package and send to me scottm@adobe.com. I want to see if i can reproduce this or if its something in your environment. 

Avatar

Correct answer by
Level 10

I found issue - when creating TOuch UI component - you need to use the super type as specified in this article: 

http://scottsdigitalcommunity.blogspot.ca/2014/08/creating-your-first-adobe-experience_21.html

Then you will not get this strange behavior.