Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NestedList title not updating #1

Open
NeilJS opened this issue Dec 13, 2011 · 0 comments
Open

NestedList title not updating #1

NeilJS opened this issue Dec 13, 2011 · 0 comments

Comments

@NeilJS
Copy link

NeilJS commented Dec 13, 2011

Hi

Looking at the nestedlist via the 'More' footer tab on the demo site - is there any reason why the nestedlist's title doesn't update as you drill down? For example, as you click on 'About', the toolbar title should change from 'More' to 'About' should it not?

Similarly, the back button does not update.

Nestedlists in other examples that use json to build the treestore work fine. This example is using the 'root' parameter to build the tree, as so (not sure if that's the cause but can't see anything else that's different)...

ToolbarDemo.morestore = new Ext.data.TreeStore({
model: 'ListItem',
root: {
items: [{
text: 'About',
card: {xtype: 'aboutcard'},
leaf: true
},
{
text: 'Bookmarks',
card: {xtype: 'bookmarkcard'},
leaf: true
}],
},
proxy: {
type: 'ajax',
reader: {
type: 'tree',
root: 'items'
}
}
});

Any ideas how to fix the title so that it updates?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant