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 7019335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:10:10+00:00 2026-05-27T23:10:10+00:00

i have a panel which should show the description field of currently activeitem of

  • 0

i have a panel which should show the “description” field of “currently activeitem of nestedlist”. nestedlist uses the model having fields:

  1. id
  2. text
  3. description

when user taps on any item of nestedList [on selectionchange OR itemtap&backtap], i want to change description in the panel with description of “currently activeItem of nestedList”.

Is this possible?

thanks for any help/solution/pointer.

  • 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-05-27T23:10:10+00:00Added an answer on May 27, 2026 at 11:10 pm

    The same problem I had today, and no solution had been found with a nested list, because no single field can be taken from a Ext.data.TreeStore. One solution could be that you have lots of “if-function ‘do with all the ID’s and then you give each ID a text. But that’s not good.

    I’ve decided to make a simple list.
    if you want I can show you my solution for the simple list

    ps.: I use Sencha Touch 1.1

    Update:

        NotesApp.views.NaviList = new Ext.List({
            fullscreen: true,
            flex: 1,
            layout: 'card',
            scroll: false,
            useToolbar: false,
            itemTpl: '{text}',
            store: store,
            listeners: {
                itemtap: function (obj, idx, el, e) {
                    var record = this.store.getAt(idx);
                    var tle = record.get('text');
                    index = record.get('index');
                    NotesApp.views.notesListContainer.setActiveItem(index, { type: 'slide', direction: 'left' });
                    }
                }
            }
        });
    

    description:

    My App has the name: “NotesApp”.

    “notesListContainer” is a Container where all my List are displayed. “index” is an ID that I get from the store and the calls list.

    Now when you tap on my NaviList you set a new ActiveItem in this Container.

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

Sidebar

Related Questions

I have a form.Panel in which I show some data. I receive the data
I have an application on which I show configuration panel (QFrame) to setup the
We have a panel which displays a form with an arbitrary number of JTextFields
I have a panel which consists of a toolbar and tabs. On each tab
I have a stack panel for which AllowDrop property is true and I have
I have web form with a panel which has form elements in side it.
I have a panel with transparent background which i use to draw an image.
i have a panel (A), which contains 3 other panels (AA, AB, AC). Each
I have a preferences panel in my application in which I have a NSColorWell
I have a button which is in update panel. When I click on button

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.