mvc5 - how to work with summernote editor in edit action in asp.net mvc 5 its working in create but not even coming in edit part -


how work summernote editor in edit action in asp.net mvc 5, working in create not coming in edit action.

<b>    <textarea class="m-0" name="descmarathi" id="descmarathi" data-plugin="summernote" data-options="{height: 250}" placeholder="description"></textarea> </b> 


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -