Expand my Community achievements bar.

SOLVED

description field for Touch UI

Avatar

Level 2

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">
1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

2 Replies

Avatar

Level 10

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...

Avatar

Correct answer by
Level 10

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