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.
-
AuthorjQWidgets Issue Posts
-
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
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 StoevjQWidgets Team
http://www.jqwidgets.comHi,
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.
UmadattHi 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 StoevjQWidgets Team
http://www.jqwidgets.comHi,
Thanks for reply
i am just giving u script & locationand 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
UmadattHi,
Thanks for reply
i am just giving u script & locationand 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
UmadattHi 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 StoevjQWidgets Team
http://www.jqwidgets.comHi,
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 DwivediHi 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 StoevjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.