HTML and CSS Reference
In-Depth Information
},
{
xtype: 'button'
},
{
xtype: 'button'
}
]
}
]
Abbildung 8.22 Nächste Station: Buttons
Sie merken: Es ist mit Sencha Touch problemlos möglich, beliebig viele Elemente
ineinander zu schachteln. Fügen Sie den Elementen nun etwas HTML bzw. Text hinzu
(Abbildung 8.23):
items: [
{
xtype: 'panel',
html: 'Meine erste <b>Sencha-App</b>'
},
{
xtype: 'button',
text: 'Normaler Button'
},
{
xtype: 'button',
text: 'Klick mich nicht!'
}
]
Search WWH ::




Custom Search