extjs autoEI问题

autoEl:{tag:'a',href:'#',target:'_self'}autoEI的作用?有感觉但是还是很模糊的感觉,tag标签干嘛的?感觉不到啊,target... autoEl: { tag: 'a', href: '#', target: '_self' }
autoEI的作用?有感觉但是还是很模糊的感觉,
tag标签干嘛的?感觉不到啊,target的配置也感觉没什么用处啊,就个Href感觉有用的样子
展开
 我来答
  • 你的回答被采纳后将获得:
  • 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏10(财富值+成长值)
fastspeeed
推荐于2016-07-20 · TA获得超过277个赞
知道小有建树答主
回答量:535
采纳率:0%
帮助的人:474万
展开全部
这个是组件要建立那种标签,缺省是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
追问
href: '#',这个#号是链接到本地吧,但是怎么改变#为其他地址呢?
追答
直接写地址就可以了,比如href:'index.htm',这是基本的html,跟extjs没有关系,一般是跳到外部网站使用,如果是自己的地址,推荐用extjs本身的route,这个符合extjs思想
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式