Knockout.js issue with the page "Edit" mode
Last Post 02/09/2016 1:06 PM by Andy Stephenson DNN Creative. 1 Replies.
Author Messages Not Resolved
Lucy
Posts:


--
02/08/2016 10:52 AM
    Hello there,

    I hope someone could help me with this problem. I recently created a DNN module using mainly Knockout.js to dynamically retrieve and display data on a HTML grid.

    I created a module shell, added the module to a new page, made a reference to the knockout.js library/source code on my server 4 and added the code to the ascx file for the module.

    Everything seemed working perfectly at this point. The content is correctly displayed on the page.

    However, when I clicked on "Edit Page" button, a code statement showed up on top of the "Edit" button. Here is the statement

    Version function c(){if(0
    Please see attached the image file to show the problem.

    Page is no longer editable.

    I was wondering if anyone knows how I can solve the issue. Any help would be greatly appreciated!

    Lucy
    Andy Stephenson DNN Creative
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:169


    --
    02/09/2016 1:06 PM
    Hi Lucy,

    I recommend using Chrome browser console and see if you get any loading errors.

    That is the best way to troubleshoot JS problems.

    Sincerely,
    Andy


    ---