1. #1
    Sencha User
    Join Date
    Sep 2010
    Posts
    18
    Vote Rating
    0
    avishek1 is on a distinguished road

      0  

    Default 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,

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,185
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    Use itemTpl. Post a full sample of what you're using so that we can assist you
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Sencha User
    Join Date
    Sep 2010
    Posts
    18
    Vote Rating
    0
    avishek1 is on a distinguished road

      0  

    Default 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,

  4. #4
    Sencha User DTT_11-1983's Avatar
    Join Date
    Apr 2008
    Posts
    90
    Vote Rating
    2
    DTT_11-1983 is on a distinguished road

      0  

    Default


    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

  1. [OPEN] [OPEN-539] 1.0RC: Floating TabPanel
    By v2toda in forum Sencha Touch 1.x: Bugs
    Replies: 3
    Last Post: 7 Jun 2011, 11:38 PM
  2. [CLOSED] Ext.Msg.confirm broken in 1.0RC
    By alikic in forum Sencha Touch 1.x: Bugs
    Replies: 3
    Last Post: 11 Nov 2010, 7:16 PM
  3. 1.0RC Enter (keyCode == 13) isn't detected any more
    By SvenWS in forum Sencha Touch 1.x: Discussion
    Replies: 5
    Last Post: 10 Nov 2010, 3:18 PM
  4. Broken in 1.0RC? Carousel with dynamic card content used to work until 1.0RC
    By mnjacobs in forum Sencha Touch 1.x: Discussion
    Replies: 3
    Last Post: 10 Nov 2010, 9:46 AM
  5. Sencha Touch Releases & Notes (1.0RC)
    By TommyMaintz in forum Sencha Touch 1.x: Discussion
    Replies: 7
    Last Post: 9 Nov 2010, 9:01 AM