-
12 Nov 2010 3:25 AM #1
1.0RC tpl Bugs
1.0RC tpl Bugs
Hello Team Member,
Code Generated Error:
" tpl: '<div class="contact2"><strong>{firstName}</strong> {lastName}</div><div>Test......</div>',"
This one working fine with previous version o.98.But in 1.0RC, it is not working.
I just want to display a text message after each group.I have used itemTpl, But it not working.
What should be the code is used here?
Thanks,
-
12 Nov 2010 10:37 AM #2
Use itemTpl. Post a full sample of what you're using so that we can assist you
Aaron Conran
@aconran
Sencha Architect Development Team
-
13 Nov 2010 5:56 AM #3
Rev: 1.0RC tpl Bugs
Rev: 1.0RC tpl Bugs
Hello,
In list-Search Example of sencha. I just want to add a group message after end of each group. Just like below code:
var listConfig = {
tpl: '<tpl for="."><div class="contact">{firstName} <strong>{lastName}</strong></div></tpl><div>Hello</div>',
This one worked fine with previous version. Now it is not working.
itemTpl is not working here.It display "Hello" message with each member.
What I have to do here to display it?
Thanks,
-
15 Nov 2010 2:06 AM #4
I got the same problem. I want to add "view more" at the end of the List to load more data but it doesn't work with RC1.0.
Code:var tpl = '<tpl for="."><div class="list-row">'+ '<div class="icon">{Icon}</div>'+ '<div class="info">'+ '<div class="name">{Name}</div><div class="description">{Description}</div>' + '</div>'+ '<div class="clear"></div>'+ '</div></tpl>'+ '<div class="view-more x-hidden-display">Load 20 more...</div>';Sorry for my bad English.
Similar Threads
-
[OPEN] [OPEN-539] 1.0RC: Floating TabPanel
By v2toda in forum Sencha Touch 1.x: BugsReplies: 3Last Post: 7 Jun 2011, 11:38 PM -
[CLOSED] Ext.Msg.confirm broken in 1.0RC
By alikic in forum Sencha Touch 1.x: BugsReplies: 3Last Post: 11 Nov 2010, 7:16 PM -
1.0RC Enter (keyCode == 13) isn't detected any more
By SvenWS in forum Sencha Touch 1.x: DiscussionReplies: 5Last Post: 10 Nov 2010, 3:18 PM -
Broken in 1.0RC? Carousel with dynamic card content used to work until 1.0RC
By mnjacobs in forum Sencha Touch 1.x: DiscussionReplies: 3Last Post: 10 Nov 2010, 9:46 AM -
Sencha Touch Releases & Notes (1.0RC)
By TommyMaintz in forum Sencha Touch 1.x: DiscussionReplies: 7Last Post: 9 Nov 2010, 9:01 AM


Reply With Quote