jQuery UI Widgets Forums Navigation Tabs Error creating jqxTabs

This topic contains 4 replies, has 2 voices, and was last updated by  vishapik 7 years, 4 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Error creating jqxTabs #94290

    vishapik
    Participant

    I got an “TypeError: this._contentList[e] is undefined” error in the JS console while trying to repeat the first example in the Getting Started section of the jqxTabs Docs. Can someone help, please?

    Error creating jqxTabs #94291

    Stanislav
    Participant

    Hello vishapik,

    We build all of the examples on the jqxTabs’s Getting Started, and they all seem to be running just fine. Did you include the files needed to build your code in the JS Editor? If you haven’t the easiest way of doing that is just go to the file button in the top left and select open. After that just select JQWidgets Templates, it has most of the core files needed to run your code.
    Hope this helps.

    Best Regards,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/

    Error creating jqxTabs #94292

    vishapik
    Participant

    Hello Stanislav

    Yes, of course I’ve included them. Here is the part of code:

    echo “<script type=’text/javascript’ src=’jQuery/jquery.js’></script>”;
    echo “<script type=’text/javascript’ src=’jQuery/ui/jquery-ui.js’></script>”;
    echo “<script type=’text/javascript’ src=’jQWidgets/jqxcore.js’></script>”;
    echo “<script type=’text/javascript’ src=’jQWidgets/jqxtabs.js’></script>”;

    P.S. I’ve used PHP Storm for editing all types of files

    Error creating jqxTabs #94293

    Stanislav
    Participant

    Hello vishapik,

    You should go to project then libraries, then go to the Add button(the plus icon) and add these:
    https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js
    https://www.jqwidgets.com/public/jqwidgets/styles/jqx.base.css
    https://www.jqwidgets.com/public/jqwidgets/jqx-all.js

    Best Regards,
    Stanislav
    jQWidgets Team
    http://www.jqwidgets.com/

    Error creating jqxTabs #94302

    vishapik
    Participant

    Hello Stanislav

    The problem was a skipped ” sign 🙂
    Anyway, thank you very much for your assistance

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.