Skip to content

Instantly share code, notes, and snippets.

@fredrick-dominy
Created October 21, 2017 23:08
Show Gist options
  • Save fredrick-dominy/8bd968a78ff1f8c014c35a584c61ef49 to your computer and use it in GitHub Desktop.
Save fredrick-dominy/8bd968a78ff1f8c014c35a584c61ef49 to your computer and use it in GitHub Desktop.
TouchUI Textfield
<!-- Begin Textfield -->
<someText
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/textfield"
emptyText="Enter some text"
fieldLabel="Some Kind Of Text"
inputType="text"
name="./someText"/>
<!-- End Textfield -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment