`
sgwood
  • 浏览: 120680 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

extjs demo

EXT 
阅读更多
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>ExtJS</title>
<link rel="stylesheet" type="text/css" href="ext-2.0/resources/css/ext-all.css" />  
<script type="text/javascript" src="ext-2.0/adapter/ext/ext-base.js"></script> 
<script type="text/javascript" src="ext-2.0/ext-all.js"></script>
<script>
function showUrl(value)

{

return "<a href=http://"+value+">"+value+"</a>";

}

Ext.onReady(function(){

/**
var data=[ [1, 'EasyJWeb', 'EasyJF','www.easyjf.com'],

[2, 'jfox', 'huihoo','www.huihoo.org'],

[3, 'jdon', 'jdon','www.jdon.com'],

[4, 'springside', 'springside','www.springside.org.cn'] ];

var store=new Ext.data.SimpleStore({data:data,fields:["id","name","organization","homepage"]});*/
var data=[{id:1,

name:'EasyJWeb',

organization:'EasyJF',

homepage:'www.easyjf.com'},

{id:2,

name:'jfox',

organization:'huihoo',

homepage:'www.huihoo.org'},

{id:3,

name:'jdon',

organization:'jdon',

homepage:'www.jdon.com'},

{id:4,

name:'springside',

organization: 'springside',

homepage:'www.springside.org.cn'}

];
var store=new Ext.data.JsonStore({data:data,fields:["id","name","organization","homepage"]});

var colM=new Ext.grid.ColumnModel([{header:"项目名称",dataIndex:"name",sortable:true},

{header:"开发团队",dataIndex:"organization",sortable:true},

{header:"网址",dataIndex:"homepage",renderer:showUrl}]);


var grid = new Ext.grid.GridPanel({

renderTo:"hello",

title:"中国Java开源产品及团队",

height:150,

width:600,

cm:colM,


store:store,

autoExpandColumn:2

});

});
</script>
</head>
<body>
<div id="hello">
</body>
</html>
  • my.rar (900 Bytes)
  • 下载次数: 106
分享到:
评论

相关推荐

    extJS demo

    在这个DEMO中,我们看到如何使用Java后端生成JSON格式的数据,以支持EXTJS的动态树加载。JSON(JavaScript Object Notation)是一种轻量级的数据交换格式,易于人阅读和编写,同时也易于机器解析和生成。 首先,`...

    Asp.NET ExtJS Demo

    【Asp.NET ExtJS Demo】是一个综合性的项目示例,主要展示了如何在Asp.NET平台上结合使用ExtJS库和JSON技术来构建Web应用程序。对于初学者来说,这个资源提供了宝贵的实践经验,帮助他们理解和掌握这两项技术的融合...

    ExtJS demo

    这个"ExtJS demo"可能是为了展示如何使用ExtJS来开发应用,同时结合了DWR(Direct Web Remoting)和Spring框架。 DWR是一种在浏览器和服务器之间进行异步通信的技术,它允许JavaScript直接调用Java方法,就像它们在...

    Extjs4的demo

    ExtJS 是一个强大的JavaScript库,专门用于构建富客户端的Web应用程序。在本示例中,我们专注于ExtJS 4.0版本,这是一个功能丰富的框架,提供了丰富的组件、布局管理和数据绑定等功能。 首先,要开始学习ExtJS 4,...

    Extjs 项目Demo

    在这个“Extjs 项目Demo”中,我们看到的是基于ExtJS 3.2版本的一个示例应用,这个版本在2009年发布,虽然相对比较老旧,但仍然可以为我们展示ExtJS的核心特性和功能。 1. **数据查询分页**:在ExtJS中,实现数据...

    extjs demo程序

    这个"extjs demo程序"是你使用ExtJS编写的前端项目的一部分,包含了大约1万行代码,表明这是一个相当复杂的示例,可能涉及到丰富的用户界面和交互功能。 1. **RowEditor.js**: 这个文件是ExtJS中的Row Editor组件,...

    extjs的一些demo

    extjs的经典标签,表单等案例,学习extjs前端框架的基础

    Ext_Demo.rar_DEMO_extjs demo_extjs3.2API

    里面包含了很多extjs小例子,各种功能都很齐全,欢迎下载。

    Extjs Demo

    Extjs SSH Extjs SSH Extjs SSH Extjs SSH

    extjs5官方demo

    http://【localhost:5012/web】/Extjs5Demo/build/examples/index.html 【】内,输入Extjs5Demo在服务器上的地址,即可看到官方文档

    extjs-2.0.2-demo-all

    ExtJs Demo100个演示Demo

    extjs示例demo

    extjs示例demo 对于extjs的初学者来说 貌似是个不错的选择

    ExtJS桌面化(desktop)插件Demo项目

    在本项目中,"ExtJS桌面化(desktop)插件Demo项目"展示了如何利用ExtJS的桌面化功能创建一个类似于传统桌面应用的用户界面。这个Demo项目的核心在于对"desktop"插件的定制和应用,该插件提供了构建桌面样式的应用程序...

Global site tag (gtag.js) - Google Analytics