Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
799951a9
Commit
799951a9
authored
Dec 04, 2020
by
Kim Eunchul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#40373 【TECSS(Biz) webviewer 1.9】ジャンルツリー(グループツリー)を右側にドラッグした際、サムネイル(リスト)の位置が変わってしまう
parent
d75162a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
abvw/js/home.js
+8
-0
No files found.
abvw/js/home.js
View file @
799951a9
...
...
@@ -432,6 +432,7 @@ HOME.changeDispBookShelfFunction = function() {
// Get next record will be displayed
HOME
.
getNextRecordNumForBookShelf
();
HOME
.
ResizeTab
();
};
// Change Display List Function
...
...
@@ -479,6 +480,7 @@ HOME.changeDispListFunction = function() {
// Get next record will be displayed
HOME
.
getNextRecordNumForList
();
HOME
.
ResizeTab
();
};
HOME
.
ResizeTab
=
function
()
{
...
...
@@ -807,6 +809,7 @@ HOME.genreSelectFunction = function() {
HOME
.
handleSortDisp
();
HOME
.
renderContent
(
id
,
searchText
,
searchDivision
,
sortType
,
sortOrder
,
recordOffset
,
recordLimit
,
genreId
,
groupId
);
HOME
.
ResizeTab
();
};
// Group Click Function
...
...
@@ -847,6 +850,7 @@ HOME.groupSelectFunction = function() {
HOME
.
handleSortDisp
();
HOME
.
renderContent
(
id
,
searchText
,
searchDivision
,
sortType
,
sortOrder
,
recordOffset
,
recordLimit
,
genreId
,
groupId
);
HOME
.
ResizeTab
();
};
// Get Data from Category Json
...
...
@@ -1441,6 +1445,7 @@ HOME.showNextRecordFunction = function() {
if
(
offsetPage
<=
totalrecord
)
{
HOME
.
renderContent
(
sid
,
searchText
,
searchDivision
,
sortType
,
sortOrder
,
offsetPage
,
limitPage
,
genreId
,
groupId
);
}
HOME
.
ResizeTab
();
};
// Sort By Title Function
...
...
@@ -1480,6 +1485,7 @@ HOME.sortByTitleFunction = function() {
HOME
.
refreshGrid
();
HOME
.
renderContent
(
sid
,
ClientData
.
searchCond_searchText
(),
ClientData
.
searchCond_searchDivision
(),
sortType
,
sortOrder
,
recordOffset
,
recordLimit
,
genreId
,
groupId
);
HOME
.
ResizeTab
();
};
// Sort By Title Kana function
...
...
@@ -1518,6 +1524,7 @@ HOME.sortByTitleKanaFunction = function() {
ClientData
.
searchCond_sortType
(
sortType
);
HOME
.
renderContent
(
sid
,
ClientData
.
searchCond_searchText
(),
ClientData
.
searchCond_searchDivision
(),
sortType
,
sortOrder
,
recordOffset
,
recordLimit
,
genreId
,
groupId
);
HOME
.
ResizeTab
();
};
// Sort By Release Date
...
...
@@ -1556,6 +1563,7 @@ HOME.sortByReleaseDateFunction = function() {
ClientData
.
searchCond_sortType
(
sortType
);
HOME
.
renderContent
(
sid
,
ClientData
.
searchCond_searchText
(),
ClientData
.
searchCond_searchDivision
(),
sortType
,
sortOrder
,
recordOffset
,
recordLimit
,
genreId
,
groupId
);
HOME
.
ResizeTab
();
};
// Handle language
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment