Thank you for reporting this bug. We will make it our priority to review this report.
Carousel won't work inside a navigationview
Carousel won't work inside a navigationview
Placing a carousel inside a navigationview won't work. Clicking the item displays "undefined".
Placing the same carousel outside the navigationview, for example in a TabPanel, works ok.
Sample code:
Code:
Ext.define('NetworkSolution.view.Main', {
extend: 'Ext.tab.Panel',
xtype: 'navigationview',
requires: ['Ext.carousel.Carousel'],
items: [{
title: 'Gallery'
xtype: 'carousel',
items: [
{
html:'a'
},
{
html:'b'
}
]
}]
});
Ext.application({
name: 'Fiddle',
launch: function() {
Ext.Viewport.add(Ext.create('NetworkSolution.view.Main'));
}
});
lundi 12 mai 2014
Carousel won't work inside a navigationview
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire