怎么在页面中引入extjs的样式及extjs库文件 页面指的是什么啊 怎么引入啊?

怎么在页面中引入extjs的样式及extjs库文件 页面指的是什么啊 怎么引入啊?,第1张

新建html文件,然后引用样式文件

ext-all.css和库文件ext-base-debug.js和ext-all-debug.js,

这三个文件分别在ext开发包的

ext/resources/css/、

ext/adapter/ext/、

ext/目录下

<html>

<head>

<title>Welcome to Ext JS!</title>

<link rel="stylesheet" type="text/css" href="ext-5.0.0/build/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css">

<script type="text/javascript" src="ext-5.0.0/build/ext-all.js"></script>

<script type="text/javascript" src="ext-5.0.0/build/packages/ext-theme-neptune/build/ext-theme-neptune.js"></script>

<script type ="text/javascript" src="app.js"></script>

</head>

<body></body>

</html>


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/11753633.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-18
下一篇 2023-05-18

发表评论

登录后才能评论

评论列表(0条)

保存