mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-12 13:58:40 +00:00
adj. frontend uri handling of query/fragment
This commit is contained in:
parent
6a19d5d473
commit
74ff0b6d46
|
|
@ -16,7 +16,7 @@
|
||||||
<input autocomplete="off" spellcheck="false" class="input" type="text" id="i<?= $this->printHtml($this->getId()); ?>" placeholder=" Guest"
|
<input autocomplete="off" spellcheck="false" class="input" type="text" id="i<?= $this->printHtml($this->getId()); ?>" placeholder=" Guest"
|
||||||
data-emptyAfter="true"
|
data-emptyAfter="true"
|
||||||
data-autocomplete="off"
|
data-autocomplete="off"
|
||||||
data-src="api/admin/find/accgrp?search={#i<?= $this->printHtml($this->getId()); ?>}">
|
data-src="api/admin/find/accgrp?search={!#i<?= $this->printHtml($this->getId()); ?>}">
|
||||||
<div id="<?= $this->printHtml($this->getId()); ?>-dropdown" class="dropdown" data-active="true">
|
<div id="<?= $this->printHtml($this->getId()); ?>-dropdown" class="dropdown" data-active="true">
|
||||||
<table class="default">
|
<table class="default">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"key": 1, "listener": "keyup", "action": [
|
"key": 1, "listener": "keyup", "action": [
|
||||||
{"key": 1, "type": "utils.timer", "id": "iSearchAcc", "delay": 500, "resets": true},
|
{"key": 1, "type": "utils.timer", "id": "iSearchAcc", "delay": 500, "resets": true},
|
||||||
{"key": 2, "type": "dom.table.clear", "id": "acc-table"},
|
{"key": 2, "type": "dom.table.clear", "id": "acc-table"},
|
||||||
{"key": 3, "type": "message.request", "uri": "{/base}/{/lang}/api/admin/find/account?search={#iSearchAcc}", "method": "GET", "request_type": "json"},
|
{"key": 3, "type": "message.request", "uri": "{/base}/{/lang}/api/admin/find/account?search={!#iSearchAcc}", "method": "GET", "request_type": "json"},
|
||||||
{"key": 4, "type": "dom.table.append", "id": "acc-table", "aniIn": "fadeIn", "data": [], "bindings": {"id": "id", "name": "name/0"}, "position": -1}
|
{"key": 4, "type": "dom.table.append", "id": "acc-table", "aniIn": "fadeIn", "data": [], "bindings": {"id": "id", "name": "name/0"}, "position": -1}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -62,7 +62,7 @@
|
||||||
"key": 1, "listener": "keyup", "action": [
|
"key": 1, "listener": "keyup", "action": [
|
||||||
{"key": 1, "type": "utils.timer", "id": "iSearchGrp", "delay": 500, "resets": true},
|
{"key": 1, "type": "utils.timer", "id": "iSearchGrp", "delay": 500, "resets": true},
|
||||||
{"key": 2, "type": "dom.table.clear", "id": "grp-table"},
|
{"key": 2, "type": "dom.table.clear", "id": "grp-table"},
|
||||||
{"key": 3, "type": "message.request", "uri": "{/base}/{/lang}/api/admin/find/account?search={#iSearchGrp}", "method": "GET", "request_type": "json"},
|
{"key": 3, "type": "message.request", "uri": "{/base}/{/lang}/api/admin/find/account?search={!#iSearchGrp}", "method": "GET", "request_type": "json"},
|
||||||
{"key": 4, "type": "dom.table.append", "id": "grp-table", "aniIn": "fadeIn", "data": [], "bindings": {"id": "id", "name": "name/0"}, "position": -1}
|
{"key": 4, "type": "dom.table.append", "id": "grp-table", "aniIn": "fadeIn", "data": [], "bindings": {"id": "id", "name": "name/0"}, "position": -1}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ return ['Profile' => [
|
||||||
'Amount' => '{Amount}',
|
'Amount' => '{Amount}',
|
||||||
'Area' => 'Area',
|
'Area' => 'Area',
|
||||||
'Birthday' => 'Birthday',
|
'Birthday' => 'Birthday',
|
||||||
'Change' => 'Birthday',
|
'Change' => 'Change',
|
||||||
'City' => 'City',
|
'City' => 'City',
|
||||||
'Community' => 'Community',
|
'Community' => 'Community',
|
||||||
'Contact' => 'Contact',
|
'Contact' => 'Contact',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user