jQuery widgets have dependencies on external javascript and CSS files. The wijinputnumber widgets require the following files:
Note Box |
NOTES: These dependencies are available via a content delivery network (CDN). You can find the list of CDN links here. |
Link to these dependencies on any page in which you use the wijinputnumber widget as in the following example.
Colorized Example Code |
Dependencies HTML |
Copy Code |
---|---|
<script src="jquery.1.11.1.js" type="text/javascript"></script> <script src="jquery.ui.1.11.0.js" type="text/javascript"></script> <script src="globalize.js" type="text/javascript"></script> <script src="jquery.mousewheel.js" type="text/javascript"></script> <script src="jquery.wijmo.wijutil.js" type="text/javascript"></script> <script src="jquery.wijmo.wijtouchutil.js" type="text/javascript"></script> <script src="jquery.wijmo.widget.js" type="text/javascript"></script> <script src="jquery.wijmo.wijsuperpanel.js" type="text/javascript"></script> <script src="jquery.wijmo.wijlist.js" type="text/javascript"></script> <script src="jquery.wijmo.wijcharex.js" type="text/javascript"></script> <script src="jquery.wijmo.wijpopup.js" type="text/javascript"></script> <script src="jquery.wijmo.wijinputcore.js" type="text/javascript"></script> <script src="jquery.wijmo.wijstringinfo.js" type="text/javascript"></script> <script src="jquery.wijmo.wijinputnumberformat.js" type="text/javascript"></script> <script src="jquery.wijmo.wijinputnumber.js" type="text/javascript"></script> <link type="text/css" href="jquery.wijmo.wijutil.css" rel="stylesheet"/> <link type="text/css" href="jquery-wijmo.css" rel="stylesheet"/> <link type="text/css" href="jquery.wijmo.wijsuperpanel.css" rel="stylesheet"/> <link type="text/css" href="jquery.wijmo.wijlist.css" rel="stylesheet"/> <link type="text/css" href="jquery.wijmo.wijinput.css" rel="stylesheet"/> |