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

python - What's the Pythonic way to report nonfatal errors in a parser? -

sql server - Deadlock occuring in Clustered Columnstore index -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -