简体   繁体   中英

Summernote WYSIWYG Editor is not visible

I want to use Summernote editor in a popup that is inside a popup,the popup code is inside the partial view. And i have included the css & js files in the main view but when i click on the editor button popup comes but i am not able to see the editor.I have searched a lot and not able to figure out what can be the issue.Is it because of the popup ??

Look at this demo I created just now-

http://jsfiddle.net/gze70ov2/1/

First initialize summernote on document ready. And make sure you have included required resources for this to work in order-

  • <link href="font-awesome.css" rel="stylesheet"/>
  • <link href="bootstrap.css" rel="stylesheet"/>
  • <link href="summernote.min.css" rel="stylesheet"/>
  • <script src="jquery.js" type="text/javascript"></script>
  • <script src="bootstrap.min.js" type="text/javascript"></script>
  • <script src="summernote.min.js" type="text/javascript"></script>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM