some improvements with registering menu actions
This commit is contained in:
parent
5aba99403e
commit
2322f5f76d
6 changed files with 289 additions and 14 deletions
|
@ -137,6 +137,17 @@
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>Game features</h2>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td>
|
||||
<input type="radio" name="test-iframe-api"> Success <input type="radio" name="test-iframe-api"> Failure <input type="radio" name="test-iframe-api" checked> Pending
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" class="testLink" data-testmap="ActionsMenu/actions_menu_test.json" target="_blank">Test adding actions to player's ActionsMenu dynamically</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>Iframe API</h2>
|
||||
<table class="table">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue