javascript - Summernote-angular custom button in toolbar -
i want utilize summernote editor on page need add together special functionality that. want add together 1 button summernote toolbar. button should dropdown possible select value , value should inserted current cursor position.
usage in imagination:
html:
<summernote some-values="values"></summernote> angular controller:
module.controller("controllername", ["$scope", ($scope) => { $scope.values = ["value-for-insert1", "value-for-insert2", "value-for-insert3"]; }]); i can edit summernote source code accomplish that, of course. don't want solve problem way. there different solution problem?
thank you
javascript angularjs summernote
No comments:
Post a Comment