2013-07-25 3 views

ответ

0
new Ext.Window({ 
    title : "iframe", 
    width : 300, 
    height: 300, 
    layout : 'fit', 
    items : [{ 
     xtype : "component", 
     autoEl : { 
      tag : "iframe", 
      src : "path\test.html" 
     } 
    }] 
}).show(); 
+0

is src: путь «путь» к html с iframe ?? –

+2

Почему вы пытаетесь повторить то, что уже существует? -1 – seba

+0

Это путь к вашему html-файлу. – Aashray