私は剣道窓を使っています。
私はそれらに他のhtmlビューを含んでいます。
このhtmlにはボタンが1つあります。このボタンをクリックすると、現在のウィンドウを閉じます。
<div id="window" class="k-window-content k-content" style="overflow: auto;" data-role="window" tabindex="0" role="dialog" aria-labelledby="window_wnd_title">
<iframe class="k-content-frame" frameborder="0" src="http://localhost/eventBot/index.php/parsePortal/scrapePortalSite/5623" title="">
<html class="k-ff k-ff23">
<head>
<body>
<div id="example" class="k-content">
<div id="window">
<div class="block_content" data-role="tooltip">
<form id="siteConfigForm" accept-charset="utf-8" method="post" action="http://localhost/eventBot/index.php/parsePortal/saveConfig" data-role="validator" novalidate="novalidate">
<table>
<tr>
<td>
<button class="k-button save" onclick="siteConfig()" type="button">Save</button>
<button class="k-button" onclick="windowss()" type="button">close</button>
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
このhtmlには、これをクリックすると保存ボタンがあり、バインドしたいのですが、window.close();
どうすればよいですか。
ありがとう。