Wijmo ユーザーガイド > ウィジェット > FileExplorer > 依存関係 |
jQuery ウィジェットは、外部の JavaScript および CSS ファイルとの依存関係があります。wijfillexplorer ウィジェットには、以下のファイルが必要となります。
注意: これらの依存ファイルは、コンテンツ配信ネットワーク(CDN)経由で入手できます。CDN リンクの一覧については、 こちらをご覧ください。 |
次の例に示すように、wijfillexplorer ウィジェットを使用するすべてのページで、これらの依存ファイルをリンクします。
依存関係 |
コードのコピー |
---|---|
<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.cookie.js" type="text/javascript"></script> <script src="jquery.bgiframe.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.wijpager.js" type="text/javascript"></script> <script src="jquery.wijmo.wijpopup.js" type="text/javascript"></script> <script src="jquery.wijmo.wijcalendar.js" type="text/javascript"></script> <script src="jquery.wijmo.wijsuperpanel.js" type="text/javascript"></script> <script src="jquery.wijmo.wijtab.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.wijinputcore.js" type="text/javascript"></script> <script src="jquery.wijmo.wijstringinfo.js" type="text/javascript"></script> <script src="jquery.wijmo.wijinputdateformat.js" type="text/javascript"></script> <script src="jquery.wijmo.wijinputdateroller.js" type="text/javascript"></script> <script src="jquery.wijmo.wijinputdate.js" type="text/javascript"></script> <script src="jquery.wijmo.wijinputtextformat.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> <script src="jquery.wijmo.wijdialog.js" type="text/javascript"></script> <script src="jquery.wijmo.wijmenu.js" type="text/javascript"></script> <script src="jquery.wijmo.wijsplitter.js" type="text/javascript"></script> <script src="jquery.wijmo.wijtree.js" type="text/javascript"></script> <script src="jquery.wijmo.wijfileexplorer.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.wijpager.css" rel="stylesheet" /> <link type="text/css" href="jquery.wijmo.wijinput.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.wijdialog.css" rel="stylesheet" /> <link type="text/css" href="jquery.wijmo.wijmenu.css" rel="stylesheet" /> <link type="text/css" href="jquery.wijmo.wijsplitter.css" rel="stylesheet" /> <link type="text/css" href="jquery.wijmo.wijtree.css" rel="stylesheet" /> <link type="text/css" href="jquery.wijmo.wijfileexplorer.css" rel="stylesheet" /> |