Convert String to HTML widget Service Portal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2019 09:16 AM
I want to display Description in HTML... The description is in point wise, when displayed the contents are not coming in next line
<div class="content">
<p ng-bind-html="c.data.textP1"></p>
</div>
Labels:
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2019 08:13 AM
in server script I have
data.html1= gr.getValue('description');
Do I need to use
data.html1= "<h1>gr.getValue('description')</h1>"
in server script?