[REOPENED] loadScripts and autoLoad issue

January 6th, 2009
  • I am building a portal application as per code:

    Ext.Updater.defaults.loadScripts = true;

    Ext.onReady(function(){

    var viewport = new Ext.Viewport({
    layout:'border',
    border: false,
    items:[{xtype:'portal',
    region:'center',
    border: false,
    margins: setTopMargin + ' 5 5 0',

    // Mix of width and columnWidth -- all columnWidth values must add
    // up to 1. The last column will take up exactly 220px, and the middle
    // column will fill the remaining container width.

    items:[{
    width:200,
    id:'col1',
    style:'padding:10px',
    items:[
    { title: 'Communities',
    html: '


  • Just FYI, your script tags should be: