ext具体是怎么应用的啊,谁给我举个简单的例子我感激不进

来源:百度知道 编辑:UC知道 时间:2024/06/20 01:56:58

<html>
<head>

<link rel="stylesheet" type="text/css" href="../ext2/resources/css/ext-all.css" />
<link rel="stylesheet" href="../css/icons.css" type="text/css"></link>
<script type="text/javascript" src="../ext2/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../ext2/ext-all.js"></script>
</head>
<body>
<div id="preview-tpl"></div>
<script type="text/javascript">
new Ext.Panel({
title:'test',
frame:true,
rander:'preview-tpl',
html:'test'
})
</script>
</body>
</html>