3 Star 2 Fork 2

ziying/extjsadmin

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
index.html.bak 1.16 KB
Copy Edit Raw Blame History
ziying authored 2014-07-16 18:26 . extjs 后台
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script type="text/javascript" src="extjs/ext-all.js"></script>
<link rel="stylesheet" href="extjs/resources/css/ext-all.css"/>
<script language="javascript">
Ext.onReady(function(){
var viewport = Ext.create('Ext.Viewport', {
layout: {
type: 'border',
padding: 5
},
defaults: {
split: true
},
items: [{
region: 'north',
height:80,
head:"helldfsf"
},{
region: 'west',
collapsible: true,
title: '功能',
split: true,
width: '20%',
minWidth: 100,
minHeight: 140,
html: 'west<br>I am floatable'
},{
region: 'center',
html: 'center center',
title: 'Center',
minHeight: 80}]
})
viewport.render('body');
});
</script>
</head>
<body>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ltfcg/extjsadmin.git
git@gitee.com:ltfcg/extjsadmin.git
ltfcg
extjsadmin
extjsadmin
master

Search