mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-14 05:38:40 +00:00
Fix popup action
This commit is contained in:
parent
267c1b3447
commit
e28667ca9e
|
|
@ -31,8 +31,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><span class="input"><button type="button" data-action='[
|
<tr><td><span class="input"><button type="button" data-action='[
|
||||||
{
|
{
|
||||||
"listener": "click", "action": [
|
"listener": "click", "action": [
|
||||||
{"type": "popup", "tpl": "acc-grp-tpl", "aniIn": "fadeIn"},
|
{"type": "dom.popup", "tpl": "acc-grp-tpl", "aniIn": "fadeIn"},
|
||||||
{"type": "request", "uri": "<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/api/admin/account?filter=some&limit=10'); ?>", "method": "GET", "request_type": "json"},
|
{"type": "message.request", "uri": "<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/api/admin/account?filter=some&limit=10'); ?>", "method": "GET", "request_type": "json"},
|
||||||
{"type": "dom.table.append", "id": "acc-grp-table", "aniIn": "fadeIn", "data": [], "bindings": {"id": "id", "name": "name/0"}, "position": -1}
|
{"type": "dom.table.append", "id": "acc-grp-table", "aniIn": "fadeIn", "data": [], "bindings": {"id": "id", "name": "name/0"}, "position": -1}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user