Skip to content

Instantly share code, notes, and snippets.

@fredrick-dominy
Last active October 21, 2017 23:34
Show Gist options
  • Save fredrick-dominy/1b2dae7a1d67a5edd29529ad4b555935 to your computer and use it in GitHub Desktop.
Save fredrick-dominy/1b2dae7a1d67a5edd29529ad4b555935 to your computer and use it in GitHub Desktop.
TouchUI TextArea
<!-- Begin Textarea -->
<someAreaText
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/textarea"
resize="both"
emptyText="Enter descriptive prose."
fieldLabel="Add Description"
inputType="textarea"
name="./someAreaText"/>
<!-- End Textarea -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment