如何设置ExtJS?文档令人困惑

时间:2016-09-26 13:45:16

标签: extjs

我需要一个简单的<script type="text/javascript" src="...">来显示我需要在HTML页面中放置哪些JS文件才能运行ExtJS 6。

我试着读一下:https://docs.sencha.com/extjs/6.0.2/guides/getting_started/getting_started.html但它有点令人困惑......我真的需要Download and Install Sencha Cmd 6吗?我想我不需要A "universal" application ...

本教程有点陈旧http://www.mysamplecode.com/2012/02/extjs-tree-json-servlet-mysql.html,我无法在{I}下载的extjs/resources/css/ext-all.css文件夹中找到ext-6.2.0等文件...

这个其他教程只是从JS ... http://atechiediary.blogspot.com.br/2013/06/extjs-how-to-create-static-and-dynamic.html启动代码而不显示HTML部分......

我已从此处下载:https://www.sencha.com/legal/gpl/

1 个答案:

答案 0 :(得分:2)

解决:https://www.sencha.com/forum/showthread.php?303990-Is-there-a-free-GPA-CDN-for-ExtJS-6-l&p=1115697&viewfull=1#post1115697

只需按照链接的http://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/部分进入已下载的ext-6.2.0/build文件夹即可找到所有匹配项。

因此http://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/classic/theme-triton/resources/theme-triton-all-debug.css变为/ext-6.2.0/build/classic/theme-triton/resources/theme-triton-all-debug.css

我认为我需要的只是build文件夹。

相关问题