Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7770327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T16:22:59+00:00 2026-06-01T16:22:59+00:00

In the documentation of XTemplate, {#} can be used to get the current array

  • 0

In the documentation of XTemplate, {#} can be used to get the current array index.

When I use it in the itemTpl of an xlist, I always get 1 instead of the index:

    {
        xtype: 'list',
            store: 'myStore',
            itemTpl:new Ext.XTemplate(
                 '<tpl for=".">',
                      '<div>Item n°{#1}</div>',
                 '</tpl>'
            ),          
    }

always produces “Item n°1” even if my store contains several items.

Am I doing something wrong ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T16:23:00+00:00Added an answer on June 1, 2026 at 4:23 pm

    Note that you’re using a Ext.List which fetchs data from a Ext.data.Store, not an Array, so XTemplate processes only 1 item at one time. That’s why the {#} (also called xindex) always return 1.

    A suggest to work-around this is to set manually the index of items in your store once it’s loaded, like this: (listener for your Store)

    listeners: {
      load: function(store, records){
        store.each(function(record, index){
          record.set('index', index);
        },
        store
      );
    }
    

    Hope it helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The documentation for Safe Haskell states: [...] Unfortunately Template Haskell can be used to
Despite reading lots of documentation on various websites about XSLT templates, I can't get
Documentation can be found here It says in the example: onDrop: Called whenever a
I look in documentation and source code but cannot figure out how to get
I read the documentation on visit_each , but can't really see what exactly it
I can't find any documentation regarding this line of ASP classic code; Set objTemplate
I'm developing an app with Rails 3.1.2 but I can't find some documentation that
I cannot find rails template documentation. Where can I find it? In my case
When I look in the dojo documentation for template all I get is for
I can't get NVelocity to initialize. I'm not trying to do anything complicated, so

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.