Added focus to popup
When collection add popup is shown, the textbox gets focus
This commit is contained in:
parent
fd0c1ec8ae
commit
81afb3321b
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
$('.collectionItemSearchForm').off('submit', EditCollectionItemsPage.onSearchFormSubmit).on('submit', EditCollectionItemsPage.onSearchFormSubmit);
|
||||
$(document).on("pageinit", function () {
|
||||
$(".popupIdentify").on("popupafteropen", function (e) {
|
||||
$("#txtLookupName").focus().selct();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue