~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/ecosystem/workspace/ecosystem/uwa_utility/uwa_iframe.js

  • Committer: parra
  • Date: 2010-03-15 02:39:02 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1433
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 3.0 RC2
 
3
 * Copyright(c) 2006-2009, Ext JS, LLC.
 
4
 * licensing@extjs.com
 
5
 * 
 
6
 * http://extjs.com/license
 
7
 *
 
8
 * Elemento iframe adatto a ospitare una widget UWA
 
9
 *
 
10
 */
 
11
Ext.ux.IFrameComponent = Ext.extend(Ext.BoxComponent, {
 
12
     onRender : function(ct, position){
 
13
          this.el = ct.createChild({tag: 'iframe', id: 'uwa_iframe-'+ this.id, frameBorder: 0, src: this.url, width: '100%', scrolling: 'no'});
 
14
     }
 
15
});
 
16
 
 
17
//Ext.reg('uwa_iframe', Ext.ux.IFrameComponent);
 
 
b'\\ No newline at end of file'