Skip to content

Instantly share code, notes, and snippets.

@fredrick-dominy
Last active October 21, 2017 23:11
Show Gist options
  • Save fredrick-dominy/1c2078a0600a4d0e7b6e6fcbd90f5929 to your computer and use it in GitHub Desktop.
Save fredrick-dominy/1c2078a0600a4d0e7b6e6fcbd90f5929 to your computer and use it in GitHub Desktop.
Touch UI File Template
<!-- File template -->
<?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"
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/tabs"
type="nav"/>
<items jcr:primaryType="nt:unstructured">
<container
jcr:primaryType="nt:unstructured"
jcr:title="Component Title"
sling:resourceType="granite/ui/components/foundation/container">
<layout
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/layouts/fixedcolumns"/>
<items jcr:primaryType="nt:unstructured">
<columns
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/container">
<items jcr:primaryType="nt:unstructured">
<!-- Add dialog items here -->
</items>
</columns>
</items>
</container>
</items>
</content>
</jcr:root>
<!-- End File Template -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment