回复 1楼luozhu1986的帖子
在线帮助文档的GetStart部分有相关的介绍。
需要引用的文件,参考:
- <!--jQuery References-->
- <script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
- <script src="http://code.jquery.com/ui/1.10.1/jquery-ui.min.js" type="text/javascript"></script>
- <!--Theme-->
- <link href="http://cdn.wijmo.com/themes/aristo/jquery-wijmo.css" rel="stylesheet" type="text/css" />
- <!--Wijmo Widgets CSS-->
- <link href="http://cdn.wijmo.com/jquery.wijmo-pro.all.3.20133.29.min.css" rel="stylesheet" type="text/css" />
- <!--Wijmo Widgets JavaScript-->
- <script src="http://cdn.wijmo.com/jquery.wijmo-open.all.3.20133.29.min.js" type="text/javascript"></script>
- <script src="http://cdn.wijmo.com/jquery.wijmo-pro.all.3.20133.29.min.js" type="text/javascript"></script>
复制代码
具体可以参考文档:http://wijmo.gcpowertools.com.cn/docs/wijmo/#ReferenceWijmo.html
需要的Jqury版本,文档地址:
http://helpcentral.componentone. ... e.html#require.html
SpreadJs相关:
http://helpcentral.componentone. ... tml#addcontrol.html |