njliuqi 2009-12-08 09:36
浏览 278
已采纳

extjs 名词解释??

Ext.ux.IconCombo = function(config) {

// call parent constructor
Ext.ux.IconCombo.superclass.constructor.call(this, config);

[color=red]this.tpl = config.tpl [/color]||
      '<div class="x-combo-list-item x-icon-combo-item {' 
    + this.iconClsField 
    + '}">{' 
    + this.displayField 
    + '}</div>'

 this.on({
    render:{scope:this, fn:function() {
        var wrap = this.el.up('div.x-form-field-wrap');
        this.wrap.applyStyles({position:'relative'});
        this.[color=red]el[/color].addClass('x-icon-combo-input');
        this.flag = Ext.DomHelper.append(wrap, {
            tag: 'div', style:'position:absolute'
        });
    }}
});

这段源码,里面的tpl 和el 是什么意思,在很多地方看见,都闹不懂,谁帮我解释一下,最好再多举两个例子

  • 写回答

2条回答 默认 最新

  • zhoujuan520 2009-12-08 11:04
    关注

    tpl 是Ext.ux.IconCombo组件下拉列表的现实模板
    el 是Ext.ux.IconCombo组件的Element元素,你可以通过el.dom获得html的内容

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 mysql sum函数优化
  • ¥15 求高通平台Softsim调试经验
  • ¥15 canal如何实现将mysql多张表(月表)采集入库到目标表中(一张表)?
  • ¥15 wpf ScrollViewer实现冻结左侧宽度w范围内的视图
  • ¥15 栅极驱动低侧烧毁MOSFET
  • ¥30 写segy数据时出错3
  • ¥100 linux下qt运行QCefView demo报错
  • ¥50 F1C100S下的红外解码IR_RX驱动问题
  • ¥20 基于matlab的航迹融合 航迹关联 航迹插补
  • ¥15 用Matlab实现图中的光线追迹