Nai*_*rov 10 themes extjs extjs4.2
我正在尝试将ExtJs 4.2中的默认主题更改为Neptune自定义主题.如何进行调试?
<html>
<head>
<title>xxx</title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css">
<link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-custom.css">
<script type="text/javascript" src="extjs/ext-all.js"></script>
<script type="text/javascript" src="Scripts/App.js"></script>
</head>
<body></body>
</html>
Run Code Online (Sandbox Code Playgroud)
小智 19
您必须具有以下文件和文件夹:
你的代码如下:
<html>
<head>
<title>xxx</title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all-neptune.css">
<link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-custom.css">
<script type="text/javascript" src="extjs/ext-all.js"></script>
<script type="text/javascript" src="extjs/ext-theme-neptune.js"></script>
<script type="text/javascript" src="Scripts/App.js"></script>
</head>
<body></body>
</html>
Run Code Online (Sandbox Code Playgroud)
若要更改到海王星主题修改line 33你的sencha.cfg位于文件.sencha /应用/ sencha.cfg到
app.theme=ext-theme-neptune
sencha app refresh在你的终端或cammand线上运行之后