rtweed
2 Jul 2010, 3:56 AM
I realise you'll be changing and finalising the UniversalUI class in due course, but in the meantime I'm trying to understand how to create my own temporary customised version. Specifically, the KitchenSink example has a fixed launchscreen, defined by the html property within the items, ie:
Ext.ux.UniversalUI = Ext.extend(Ext.Panel, {
fullscreen: true,
layout: 'card',
items: [{
cls: 'launchscreen',
html: '<div><img src...etc
I'm trying to figure out how I could make the html dynamic so I can fetch it via Ajax, but drawn a blank so far. Anyone got any suggestions?
Many thanks
Ext.ux.UniversalUI = Ext.extend(Ext.Panel, {
fullscreen: true,
layout: 'card',
items: [{
cls: 'launchscreen',
html: '<div><img src...etc
I'm trying to figure out how I could make the html dynamic so I can fetch it via Ajax, but drawn a blank so far. Anyone got any suggestions?
Many thanks