description field for Touch UI | Community
Skip to main content
d_s11
New Participant
February 1, 2016
Solved

description field for Touch UI

  • February 1, 2016
  • 2 replies
  • 1923 views

is it way to implement a richtext field for touch UI dialog similar to the description field in classic view? Example below 

<text2    jcr:primaryType="cq:Widget"    fieldDescription="Best view is supported up to 350 characters."    fieldLabel="Description"    name="./text"    xtype="richtext">
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

IF you are interested in RichText Editor in Touch UI dialog - see this AEM community article (the other one was TextArea): 

Configuring Adobe Experience Manager Touch UI Rich Text Editors

2 replies

smacdonald2008
smacdonald2008Accepted solution
New Participant
February 2, 2016

IF you are interested in RichText Editor in Touch UI dialog - see this AEM community article (the other one was TextArea): 

Configuring Adobe Experience Manager Touch UI Rich Text Editors

smacdonald2008
New Participant
February 1, 2016

For touch UI dialog- you want to use the granite/ui/components/foundation
/form/textarea for TouchUI. This will give you this widget in a TouchUI dialog: 

See this AEM community article - it will give you exactly what you are looking for. 

Creating your first Adobe Experience Manager Touch UI component

Hope this helps...