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">
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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...
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies