如何在谷歌融合表的窗口布局中添加按钮?当我单击“GO”按钮时,我想获得从特定点到该点的方向。(https://developers.google.com/fusiontables/docs/samples/infowindow_driving_directions)
是否可以在自定义窗口布局中添加脚本?我想将这些功能添加到此页面。我在自定义窗口布局中添加了这个。
<div class='googft-info-window' style='font-family: sans-serif'>
<b>FamilyID:</b> {FamilyID}<br>
<b>FamilyHead:</b> {FamilyHead}<br>
<b>Ward:</b> {Ward}<br>
Get direction : <input type="button">Go</button>
</div>
按钮不显示。下面给出了我的融合表的链接。
问候, 撒迦利亚 Cherian