Rich Text Editor in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 09:48 AM
Hi All,
since there's no specific documentation, I would like to know about the possibility of using Rich Text Editors whitin Service Portals.
I've been trying several things and I founded in ServiceNow's html code the following angular directive that actually works:
<sp-tinymce-editor ng-model="c.data.u_comment" ng-model-options="{getterSetter: true}"></sp-tinymce-editor>
This directive is showing me the Rich Text Editor within a portal's widget, but I don't know if this is recommended and also where can I find documentation about this directive.
I really appreciate community's help, this will be a very common and also useful tool through portals.
Regards.
- Labels:
-
Service Portal Development
- 2,850 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 12:03 PM
This is not available OOB.
You should create enhancement request.
Enhancement requests: Tell us how you would improve the ServiceNow product
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2020 12:57 AM
Hi
Were you able to find any documentation regarding the Html Editor in Portal.
I'm also looking for similar documentation as need to implement an HTML Editor in an custom widget.
Please let me know if you have any doc or info regarding it, would appreciate your help.
Thanks