Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
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
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
Like
Replies
Likes