Base solution for your next web application

Activities of "joey.javier"

I'm not sure if this is ASP.NET Zero bug.

Accidentally, I dragged and dropped a file inside the page (i.e content page, navigation bar, header, or footer), the file is uploaded in the background. I've found out that it's adding record to the AppBinaryObjects table. I think this is caused by ChatBar

Let me know if you have this issue too. My project is based on ASP.NET core MVC + JQuery version 8.0.0.

Hi,

Any clue why I'm getting this error on my MVC page? Object doesn't support property or method 'summernote'

Below are the portions of my chtml page and javascript codes:

cshtml page

@section Scripts
{
     <script src="~/view-resources/Areas/App/Views/TestView/CreateOrEdit.js"></script>
 }
 <div class="form-group">
     <div id="coverSheet">This is  the test content</div>
 </div>

Codes inside my CreateOrEdit.js

    // summernote initialize
    $('#coverSheet').summernote({
        height: 300
    });

Please note that my project is based on: ASP.NET Core MVC & JQuery - version 8.0.0.

Thanks Joey

Showing 1 to 2 of 2 entries