| | |
| | | blockHeight = j$(window).innerHeight() - j$(escapeVfId('allPage:allForm:searchBlock')).height() - heightAjustment; |
| | | blockHeight = blockHeight - heightsp; |
| | | sbwidth = scrollbarWidth(); |
| | | blockWidth = j$(escapeVfId('allPage:allForm:searchBlock')).width() - j$('div#out_Div_L').width() - widthAjustment - sbwidth - 20; |
| | | // 20230531 ljh start |
| | | // blockWidth = j$(escapeVfId('allPage:allForm:searchBlock')).width() - j$('div#out_Div_L').width() - widthAjustment - sbwidth - 20; |
| | | blockWidth = j$(escapeVfId('allPage:allForm:searchBlock')).width() - j$('div#out_Div_L').width()- sbwidth; |
| | | // 20230531 ljh end |
| | | //コンポネートなのでIDを変更 |
| | | // 20230519 ljh start |
| | | // j$(escapeVfId('allPage:allForm:cmpid:cmpinnerid:dataBlock')).css('height', blockHeight + 78 + 'px'); |
| | |
| | | // j$('div#out_Div').css('width', (blockWidth + sbwidth) + 'px'); |
| | | // j$('div#in_Div').css('width', (blockWidth + sbwidth) + 'px'); |
| | | if (j$('table#tableData').width() > j$('div#in_Div').width()) { |
| | | j$('div#out_Div').css('width', (blockWidth + sbwidth) + 'px'); |
| | | j$('div#in_Div').css('width', (blockWidth + sbwidth) + 'px'); |
| | | j$('div#out_Div').css('width', (blockWidth) + 'px'); |
| | | j$('div#in_Div').css('width', (blockWidth) + 'px'); |
| | | } |
| | | } |
| | | if (j$('table#tableData').width() > j$('div#in_Div').width()) { |
| | |
| | | // tableWidth -= headerCol.width(); |
| | | tableWidth -= listColClassWidthMap[colClass]; |
| | | // 20230519 ljh lightning end |
| | | |
| | | // 全部最小化する |
| | | j$('body .pbBody table.list td.' + colClass).children().hide(); |
| | | j$('body .pbBody table.list td.' + colClass).width(7).css("font-size", "0"); |
| | |
| | | tableWidth += listColClassWidthMap[colClass] + 2 - hiddenWidth; // 2 is border |
| | | // } |
| | | } |
| | | |
| | | j$('table#tableData').css('width', (tableWidth + 2) + 'px'); |
| | | j$('table#tableHeader').css('width', (tableWidth + 2) + 'px'); |
| | | |
| | | |
| | | } |
| | | function getColClassName(pObj) { |
| | | |