簡體   English   中英

GWT問題:調用鏈接器跨站點iframe忽略gwt.xml文件中的以下腳本標記

[英]GWT issue : Invoking Linker Cross-Site-Iframe Ignoring the following script tags in the gwt.xml file

我正在嘗試使用“ GWT超級開發模式”編譯應用程序。 但是,我最終遇到以下問題

Ignoring the following script tags in the gwt.xml file
sc/modules/ISC_Core.js
sc/modules/ISC_Foundation.js
sc/modules/ISC_Containers.js
sc/modules/ISC_Grids.js
sc/modules/ISC_Forms.js
sc/modules/ISC_RichTextEditor.js
sc/modules/ISC_Calendar.js
sc/modules/ISC_DataBinding.js
sc/skins/Enterprise/load_skin.js

當我在gwt.xml文件中使用它時。

<set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE' /> 

但是,在瀏覽器中查看時,我的index.html文件為我提供了一個空白的空白屏幕。

使用xsiframe鏈接器忽略gwt.xml文件中的<script>元素; 您必須將<script>元素放到HTML宿主頁面中。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM