TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Akshay
1.7k
97
32.7k
how to add custom button in summernote editor
Feb 2 2021 6:59 AM
hello all,
I'm using angulat 10 in that I'm facing problem with summernote following code in...
html.
<textarea id=
"summernote1"
class
=
"summernote"
></textarea>
<textarea id=
"summernote2"
class
=
"summernote"
></textarea>
<textarea id=
"summernote3"
class
=
"summernote"
></textarea>
component.ts
// Summer Note
$(
".summernote"
).summernote({
height: 200,
toolbar: [
[
'style'
, [
'bold'
,
'italic'
,
'underline'
,
'clear'
]]
]
});
Que.1.how to add Custom button in summernote toolbar and click event call(ex.(click)="function(content)") one function and open popup.
Que.2.how to find id (ex.summernote1) in click textarea.
Thanking you...
Reply
Answers (
9
)
Camera option with file chooser using InappBroswer plugin
How to open/show an excel file on button click in Angular 8 and C#