"No available styles" in TouchUI Dialog | Community
Skip to main content
Level 3
September 30, 2016
Solved

"No available styles" in TouchUI Dialog

  • September 30, 2016
  • 2 replies
  • 1665 views

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>
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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.  

2 replies

smacdonald2008
Level 10
September 30, 2016

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. 

smacdonald2008
smacdonald2008Accepted solution
Level 10
September 30, 2016

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.