-1

我需要一个标签面板的标签才能转到一个 url。我该怎么做?我的意思是我希望我在该选项卡上的点击转到一个 url(这里的 url 是一个 pdf)。

请查看此链接 https://docs.google.com/file/d/0BzddXRxUeN1jOE9tTVBmSGpHQzg/edit?usp=sharing 以查看所需的效果

4

1 回答 1

1

它很简单.. 你只需要在该面板的 html 部分中创建一个 iframe ......希望你明白了,.. 像这样

items:[{
    xtype: 'panel',
    styleHtmlContent : true,
    html: '<div><iframe style="width:100%;height:100%;" src="http://www.sencha.com/products/touch">Your device does not support iframes.</iframe></div>',
}]
于 2013-03-17T07:58:38.287 回答