Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 10:20 AM
Hi
I am trying to set content inside the sp-tinymce-editor for an ootb app on our portal. If I run setContent method in the console it works, however I cannot get it to work when trying to update the widget.
My angularjs is next to none, however I have tried this
Html:
{{myContent}}
Client:
$scope.myContent = tinymce.activeEditor.setContent("Testing content from console");
I'm hoping someone can please help me here..
Thanks
Mike
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 11:15 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 11:15 AM
I was able to solve this by editing below