extjs autoEI问题
autoEl:{tag:'a',href:'#',target:'_self'}autoEI的作用?有感觉但是还是很模糊的感觉,tag标签干嘛的?感觉不到啊,target...
autoEl: { tag: 'a', href: '#', target: '_self' }
autoEI的作用?有感觉但是还是很模糊的感觉,
tag标签干嘛的?感觉不到啊,target的配置也感觉没什么用处啊,就个Href感觉有用的样子 展开
autoEI的作用?有感觉但是还是很模糊的感觉,
tag标签干嘛的?感觉不到啊,target的配置也感觉没什么用处啊,就个Href感觉有用的样子 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏10(财富值+成长值)
1个回答
展开全部
这个是组件要建立那种标签,缺省是div,所以你的改为<a>.
一般我们定义的组件都是继承extjs原有的组件,这个属性一般用不到。
但你要从component建立组件是就需要了。
给你api你自己看一下吧
autoEl : String/Object
A tag name or DomHelper spec used to create the Element which will encapsulate this Component.
You do not normally need to specify this. For the base classes Ext.Component and Ext.container.Container, this defaults to 'div'. The more complex Sencha classes use a more complex DOM structure specified by their own renderTpls.
This is intended to allow the developer to create application-specific utility Components encapsulated by different DOM elements. Example usage:
{
xtype: 'component',
autoEl: {
tag: 'img',
src: 'http://www.example.com/example.jpg'
}
}, {
xtype: 'component',
autoEl: {
tag: 'blockquote',
html: 'autoEl is cool!'
}
}, {
xtype: 'container',
autoEl: 'ul',
cls: 'ux-unordered-list',
items: {
xtype: 'component',
autoEl: 'li',
html: 'First list item'
}
}
Available since: 2.3.0
一般我们定义的组件都是继承extjs原有的组件,这个属性一般用不到。
但你要从component建立组件是就需要了。
给你api你自己看一下吧
autoEl : String/Object
A tag name or DomHelper spec used to create the Element which will encapsulate this Component.
You do not normally need to specify this. For the base classes Ext.Component and Ext.container.Container, this defaults to 'div'. The more complex Sencha classes use a more complex DOM structure specified by their own renderTpls.
This is intended to allow the developer to create application-specific utility Components encapsulated by different DOM elements. Example usage:
{
xtype: 'component',
autoEl: {
tag: 'img',
src: 'http://www.example.com/example.jpg'
}
}, {
xtype: 'component',
autoEl: {
tag: 'blockquote',
html: 'autoEl is cool!'
}
}, {
xtype: 'container',
autoEl: 'ul',
cls: 'ux-unordered-list',
items: {
xtype: 'component',
autoEl: 'li',
html: 'First list item'
}
}
Available since: 2.3.0
追问
href: '#',这个#号是链接到本地吧,但是怎么改变#为其他地址呢?
追答
直接写地址就可以了,比如href:'index.htm',这是基本的html,跟extjs没有关系,一般是跳到外部网站使用,如果是自己的地址,推荐用extjs本身的route,这个符合extjs思想
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询