您的位置:首页 > 运维架构 > Linux

centos挂载ntfs格式分区

2012-06-08 14:10 531 查看
Carousel是一个可以滑动的组件,就如android的ViewFlipper。只是Carousel更好看。

代码如下:

 

Ext.application(
{
name:"sencha",
launch:function()
{

Ext.create(
"Ext.Carousel",
{
fullscreen:true,
direction: 'vertical',
defaults: {
styleHtmlContent: true
},
items:[
{
xtype:"list",
items:[
{
xtype:"toolbar",
dock:"top",
title:"列表哦"
}
],
store:
{
fields:["name"],
data:[
{name:"陈乃共"}
]
},
itemTpl:'name'

},
{
html:"html1",
style:"background-color:#00FF00"
},
{
html:"html1",
style:"background-color:#0000FF"
}
]
}
)

}
}
)

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: