jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Jqx widgets Tab key navigation Jqx widgets Tab key navigation #89491

    shyan
    Participant

    Thanks for your reply Hristo.

    Tab navigation works fine in the above sample,Is it external libraries causing this issue.?or else the order of javascript files included causing this issue.

    Regards,
    Shyan


    shyan
    Participant

    Hi,

    I have been facing issue on keyboard tab navigation with jqxwidgets controls,some times the tab navigation doesn’t work on any controls and it raises the exception.

    Exception :` Uncaught TypeError: Cannot read property ‘trigger’ of undefined
    at b.(anonymous function)._raiseEvent (http://localhost:52197/Scripts/jqwidgets/jqx-all.js:7:1704729) `

    Here is my order of javascript files:

    `bundles.Add(new StyleBundle(“~/bundles/smartadminCSS”).Include(
    “~/content/css/bootstrap.min.css”,
    “~/content/css/font-awesome.min.css”,
    “~/content/css/lockscreen.min.css”,
    “~/content/angular-block-ui/angular-block-ui.min.css”
    ));

    bundles.Add(new ScriptBundle(“~/bundles/vendors”).Include(
    “~/Scripts/jqueryUI-10-10.3.js”,
    “~/Scripts/jquery-{version}.js”,
    “~/Scripts/jquery.validate*”,
    “~/Scripts/angular.min.js”,
    “~/Scripts/angular-route.min.js”,
    “~/Scripts/angular-animate.min.js”,
    “~/Scripts/angular-sanitize.min.js”,
    “~/Scripts/angular-ui.min.js”,
    “~/Scripts/angular-ui/ui-bootstrap-tpls.min.js”,
    “~/Scripts/angular-ui/ui-utils.js”,
    “~/Scripts/require.js”,
    “~/Scripts/jqwidgets/jqx-all.js”
    ));
    bundles.Add(new StyleBundle(“~/bundles/jqxcss”).Include(
    “~/Content/jqx/css/*.css”,
    new CssRewriteUrlTransform()));`

    in reply to: How to include license? How to include license? #86934

    shyan
    Participant

    Hi Peter,

    We got commercial license,would like to include the licensed packages in our commercial source code,presently we do have evaluation copy packages in our source code.Do we need to remove old packages and include the licensed package..? Or else updating the license file should be fine.?

    Thanks,
    Shyan

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