description field for Touch UI | Adobe Higher Education
Skip to main content
d_s11
Level 2
February 1, 2016
Respondido

description field for Touch UI

  • February 1, 2016
  • 2 respostas
  • 1927 Visualizações

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">
Este tópico foi fechado para respostas.
Melhor resposta por 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 Respostas

smacdonald2008
Level 10
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...

smacdonald2008
Level 10
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