Merge pull request #1507 from victorsl/BUG-11141
BUG 11141 "Javascript doesn't execute when you open a..." SOLVED
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm name="_options" type="grid" width="100%" editRow="0" insertRow="0">
|
||||
<NAME type="text" validate="Field" size="25">
|
||||
<NAME type="text" validate="Field" size="19">
|
||||
<en>Value</en>
|
||||
</NAME>
|
||||
<LABEL type="text" size="25">
|
||||
<LABEL type="text" size="19">
|
||||
<en>Label</en>
|
||||
</LABEL>
|
||||
<OPTGROUP type="checkbox" value="1" falsevalue="0" defaultvalue="0">
|
||||
|
||||
@@ -123,7 +123,7 @@ function gridOptionOptGroupColumn(show, swDelete)
|
||||
lblOptGroup = tableGrid.rows[i].cells[j].innerHTML;
|
||||
}
|
||||
|
||||
tableGrid.rows[i].cells[j].style.width = "20%";
|
||||
tableGrid.rows[i].cells[j].style.width = "25%";
|
||||
tableGrid.rows[i].cells[j].innerHTML = (show == 1)? lblOptGroup : "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user