1

「<object>」タグと同義のウィジェットはありますか、それともオブジェクトで HTML タグを使用できますか:

私はこれを考えていましたが、慣用的ではありません:

import com.google.gwt.user.client.ui.HTML;
final HTML h = new HTML("<object width='100%' height='100%' data='/media/invoice1.pdf'></object>");
        container.setCenterWidget(h);


<object width='100%' height='100%' data='/media/invoice1.pdf'></object>

これは gxt 3.0.1 の場合です

4

1 に答える 1