jQuery UI Widgets Forums Navigation Tree jQWidgets Issue

This topic contains 9 replies, has 2 voices, and was last updated by  Peter Stoev 12 years, 6 months ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • jQWidgets Issue #2832

    umadatt
    Member

    Hi,

    I am new to this topic & i am not getting effects in my application.

    I have added jQWidgets folders in my project folder.

    What to do? how to resolve this issue?

    Thanks

    Umadatt

    jQWidgets Issue #2835

    Peter Stoev
    Keymaster

    Hi Umadatt,

    Please take a look at this help topic about the jqxTree: jquery-tree-getting-started.htm. There’s a start-up example with a simple Tree inside and also describes what files are needed and how to include them.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jQWidgets Issue #2842

    umadatt
    Member

    Hi,
    Thanks for help,but i have tried the same it is displaying nothing on th screen.
    I have copied folder then also it is displaying nothing related to JQWidgets.
    Why? i am not getting.
    demos r working properly.
    Pls provide some help related to this.
    Thanks in advance.
    Umadatt

    jQWidgets Issue #2843

    Peter Stoev
    Keymaster

    Hi Umadatt,

    I guess that the path to the javascript and css files is not correct.

    For example:

    In the following script are included the necessary files for running the jqxTree.

    <head>
    <link rel="stylesheet" href="styles/jqx.base.css" type="text/css" />
    <script type="text/javascript" src="jquery-1.7.1.min.js"></script>
    <script type="text/javascript" src="jqxcore.js"></script>
    <script type="text/javascript" src="jqxbuttons.js"></script>
    <script type="text/javascript" src="jqxscrollbar.js"></script>
    <script type="text/javascript" src="jqxpanel.js"></script>
    <script type="text/javascript" src="jqxtree.js"></script>
    </head>

    The jqx.base.css file should be in a ‘styles’ folder where your web page is.
    The other javascript files are in the same folder where your web page is.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jQWidgets Issue #2846

    umadatt
    Member

    Hi,
    Thanks for reply
    i am just giving u script & location

    and jqwidgets folder present in web folder of project folder .
    location of css file- jqwidgets-styles-jqx.base.css
    Pls suggest according to above structure.
    Thanks in advance.
    Thanks
    Umadatt

    jQWidgets Issue #2848

    umadatt
    Member

    Hi,
    Thanks for reply
    i am just giving u script & location

    and jqwidgets folder present in web folder of project folder .
    location of css file- jqwidgets-styles-jqx.base.css
    Pls suggest according to above structure.
    Thanks in advance.
    Thanks
    Umadatt

    jQWidgets Issue #2849

    Peter Stoev
    Keymaster

    Hi Umadatt,

    If nothing is displayed, the path to any of the referenced files is not correct or there’s a syntax error in the script code.

    Please send us your test project which reproduces the behavior, including your web page and the referenced files to support@jqwidgets.com and we will fix it for you.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jQWidgets Issue #2850

    umadatt
    Member

    Hi,
    I have tried the above code with specified path but again the same result.
    actually i am not getting what is the actual problem.

    Thanks
    Umadatt Dwivedi

    jQWidgets Issue #2851

    umadatt
    Member

    jQWidgets Issue #2852

    Peter Stoev
    Keymaster

    Hi Umadatt,

    Please send us your test project which reproduces the behavior, including your web page and the referenced files to support@jqwidgets.com and we will fix it for you. The provided information is not enough for reproducing the problem locally. I suppose that the path in your page to any of the referenced javascript or css files is not correct or there’s some minor syntax error in the script code.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.