This commit is contained in:
Dennis Eichhorn 2018-04-24 19:22:46 +02:00
parent 2ff764eb53
commit 2975230b9e

View File

@ -1,9 +1,9 @@
<div class="ipt-wrap">
<div class="ipt-first">
<span class="input">
<button type="button" data-action='[
<button type="button" id="<?= $this->printHtml($this->getId()); ?>-book-button" data-action='[
{
"listener": "click", "action": [
"key": 1, "listener": "click", "action": [
{"key": 1, "type": "dom.popup", "selector": "#acc-grp-tpl", "aniIn": "fadeIn", "id": "<?= $this->printHtml($this->getId()); ?>"},
{"key": 2, "type": "message.request", "uri": "<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/account?filter=some&limit=10'); ?>", "method": "GET", "request_type": "json"},
{"key": 3, "type": "dom.table.append", "id": "acc-table", "aniIn": "fadeIn", "data": [], "bindings": {"id": "id", "name": "name/0"}, "position": -1},