MVC Classic ウィジェット > Wijdialog > 外部コンテンツの設定 |
wijdialog ウィジェットは、同じプロジェクトの別のページまたは外部 Web サイトからの外部コンテンツの表示をサポートします。 Web サイト(http://demo.componentone.com/ASPNET/MVCExplorer/dialog/ContentUrl)にアクセスし、MVC コントロールエクスプローラの Dialog > External Content サンプルのライブデモをご覧ください。
ソースビュー |
コードのコピー
|
---|---|
<div id="dialog" title="Search!"> </div> |
ソースビュー |
コードのコピー
|
---|---|
<script id="scriptInit" type="text/javascript"> $(function () { // $(":wijmo-wijdialog").wijdialog("destroy").remove(); $("#dialog").wijdialog({ width: 840, height: 640, contentUrl: 'http://www.yahoo.com', autoOpen: true }); }); </script> |