FSN#38071 floating header zorgt niet meer voor scroll bars (ivm hasActionsCol)
svn path=/Website/trunk/; revision=31337
This commit is contained in:
@@ -708,8 +708,7 @@ function __rsProcessResultset(processParams) // processParams wordt blind aan al
|
||||
actionsDiv += val + this.actions[i].caption + "</span>";
|
||||
}
|
||||
hasInlineActions = aantalInline > 0;
|
||||
if (hasInlineActions) hasActionsCol++;
|
||||
if (device.test(device.isTouch)) hasActionsCol = anyMultiActions ? 2 : 1;
|
||||
if (device.test(device.isTouch) && hasInlineActions) hasActionsCol++;
|
||||
html += "\n<div id='allactions_" + ID + "' class='allactions' style='display:none' hasActionsCol='"+hasActionsCol+"' >" + actionsDiv + "</div>";
|
||||
html += "\n<script type='text/javascript'>"
|
||||
html += "\n initActions('" + this.ID + "', "+(device.test(device.isTouch)?1:0)+")"
|
||||
@@ -1215,6 +1214,7 @@ function __rsMakeTableRow(oRs, oRsFlexData, cnt, anyMultiActions, noFlexResult)
|
||||
|
||||
if (device.test(device.isTouch) && hasInlineActions)
|
||||
{
|
||||
// If clause nog verbeteren
|
||||
if (actionbits.substr(1) == noActionBit.substr(1))
|
||||
{
|
||||
appender += "<td></td>";
|
||||
|
||||
Reference in New Issue
Block a user