腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(583)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
XTemplate
阵列
我有以下模板: '<table class="grid-wrap x-grid-table x-grid-with-row-lines x-grid-with-col-lines">', '<tr class="{[xindex % 2 === 0 ? "x-grid-row-alt" :
浏览 2
修改于2014-04-13
得票数 1
回答已采纳
1
回答
Xtemplate
if条件
我正在做一些项目不是由我开始使用
Xtemplate
( )系统。
浏览 1
提问于2013-06-06
得票数 1
回答已采纳
2
回答
EXTJS
XTemplate
我有一个方法,方法如下: var eventTip = new Ext.
XTemplate
(谢谢
浏览 0
修改于2012-06-29
得票数 1
2
回答
XTemplate
中的空值
在进行了4.1.1升级之后,我注意到
XTemplate
解释空值的方式发生了奇怪的变化。这里是
XTemplate
做什么的示例, (注意字段2值)。下面是同一个模板类,但由模板类解释:。当传递给
XTemplate
的数据包含空值时,字符串" null“将打印到输出中。谢谢。
浏览 7
修改于2012-12-20
得票数 0
回答已采纳
1
回答
XTemplate
与风格
我有一个用于工具提示的
XTemplate
'<dl class="eventTip">',eventRec.set('evtColor',"#EFEFEF");tooltipTpl: new Ext.
XTemplate</
浏览 5
提问于2014-02-14
得票数 0
回答已采纳
1
回答
XTemplate
不工作
我在
XTemplate
中使用ExtJs,我需要使用标记<if>在我的商店中选择一个特定的模型,但是当我运行以下代码时:'<tpl if="id == {id}">',出现了一个错误 未登录的SyntaxError
浏览 1
提问于2012-08-29
得票数 0
回答已采纳
2
回答
ExtJS
XTemplate
var dateRangeTpl = new Ext.
XTemplate
( '<div id="{CriteriaId}">',span>', '</tpl>', '<div class="x-clear"></
浏览 0
修改于2016-10-20
得票数 14
回答已采纳
2
回答
组合框+
XTemplate
故障
在我使用
XTemplate
之前,Folloving示例显示了普通的组合框。应用
XTemplate
后,组合框项目变得不可点击(悬停时不会突出显示,也不会通过点击进行选择)。displayField: 'name', renderTo: 'divId', tpl: new Ext.
XTemplate
浏览 2
提问于2011-10-05
得票数 2
回答已采纳
4
回答
在ExtJS
XTemplate
中调用函数
我熟悉使用
xtemplate
使用函数来确定特定条件,但不确定如何在没有条件if语句的情况下直接调用函数。 '<tpl for=".">', '<tpl if="this.isThumbnailed(thumbnailed) == true
浏览 0
提问于2010-04-10
得票数 33
回答已采纳
2
回答
XTemplate
内容不加载
我尝试通过调用viewgiftlist()函数,在myitemspnl中将json响应的内容加载到
XTemplate
。Ext.Panel', { height: '100%', tpl: new Ext.
XTemplate
浏览 3
提问于2013-09-02
得票数 0
1
回答
连接Ext.
XTemplate
myFunction: function (){ '<span>{name}</span>',//more code '<tpl>', '<span>{title}</span
浏览 1
修改于2014-02-05
得票数 0
1
回答
在Ext
Xtemplate
中计算
我尝试在Ext
XTemplate
中进行计算。根据我读到的文档,使用简单的{x + y}标记是可能的,但din不适用于2个变量,所以我尝试使用{x + y},但之后模板渲染停止。var tpl = new Ext.
XTemplate
('{x} + {y} = {[x + y]} thats it.'); console.log( tpl.apply({x: 1.5, y: 2}
浏览 0
提问于2012-12-20
得票数 1
回答已采纳
1
回答
XTemplate
与网格的结合
我试图使用
XTemplate
来显示网格的行信息: users.add(new User("John","Smith")); UserList list = new UserList(users);
XTemplate
tpl =
XTemplate</e
浏览 3
修改于2012-10-24
得票数 0
回答已采纳
1
回答
EXTJS4
Xtemplate
作为EXTJS世界的一名乞讨者,我希望得到一些建议,因为我有点被困在这里了: '<tpl for=".">', '<p>{data.address}</p>',
浏览 1
提问于2012-06-01
得票数 0
回答已采纳
1
回答
显示extjs
xtemplate
的问题
我使用下面的
xTemplate
遍历数据: '<tpl for=".">', '<div style=background-color
浏览 0
修改于2013-12-14
得票数 1
2
回答
ExtJS:频繁使用
XTemplate
=性能命中?
考虑到数据将频繁更新(至少每秒钟更新一次),是否可以更有效地更新数据字段的单个元素,而不是每次使用
XTemplate
重新生成所有的HTML??例如,如果我不重新应用
XTemplate
,它可能如下所示: Ext.get('nasdaq-market-price-div-id')Ext.get('nyse-market-price-div-id').update(marketData.nysePrice); //Repeat fo
浏览 1
提问于2010-12-07
得票数 2
回答已采纳
1
回答
XTemplate
创建不起作用
这里是我用来实现
Xtemplate
的代码,但是它没有显示任何值,即使JSON响应成功 var tab = Ext.create('Ext.Panel', {, id: 'itemList', tpl: new Ext.
XTemplate
Ext.JSON.decode(response.responseText);
浏览 0
提问于2013-10-23
得票数 0
1
回答
XTemplate
对ListItem项属性的定义
我使用的是Sencha2.3.0,我想在
XTemplate
上使用一个ListItem组件(textfield)。嵌套的
Xtemplate
以DataItem的形式呈现。我怎样才能让它对ListItem起作用?我还可以接受这样的解决方案:删除这个嵌套结构并直接在ListItem上使用
xtemplate
作为tpl属性(当然,还必须实现带有监听器的textfield )。', {
浏览 3
修改于2015-10-10
得票数 6
回答已采纳
2
回答
ExtJS 4.2.1
XTemplate
和子模板(静态)
是否可以在
XTemplate
的函数中引用静态成员。还是有别的更好的方法?xtype: 'app-header', margin: 0, mainIconTpl: new Ext.
XTemplate
('someTemplate'), userI
浏览 0
提问于2013-06-22
得票数 1
回答已采纳
1
回答
XTemplate
奇怪的行为
为什么这个示例在使用双引号中的字符串构建
XTemplate
时会失败,当字符串在单引号中定义时,相同的示例也适用。age : 20, cars : ['Civic', 'Accord', 'Camry']var myTpl = new Ext.
XTemplate
age : 20, cars : ['C
浏览 0
提问于2010-08-08
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券