Skip to content

brianbruff/summerNoteInDraggable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

summerNoteInDraggable

Shows how to put summer note in a draggable resizable div

Overview

Summernote in Resizable Div

##Summernote is quite a nice control. Setting the size is as easy as specifying a height, however if you want to have this in a resizable div you'll encounter problems if you wish to have the summernote fill the div.

The simplest solution i could fine after trying to css my way out of it is to set the height of the control when the parent div resizes.

###Tech used

  1. AngularJs
  2. jQuery UI
  3. Typescript
  4. bower
  5. scss

###How to run

  1. npm install
  2. bower install
  3. typings install only for typescript definitions
  4. compile scss i used webstorm filewatcher
  5. open index.html in browser

##Demo Demo available here

About

Shows how to put summer note in a resizable div

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published