Merge pull request #754 from ralpheav/BUG-9877
Bug 9877 PM table Dynaform Title size could grows up to infinite
This commit is contained in:
@@ -87,7 +87,7 @@ document.getElementById('form[DYN_TITLE]').value = document.getElementById('form
|
||||
leimnud.event.add(document.getElementById('form[ADD_TABLE]'), 'change', setPMTableDynaformTitle);
|
||||
function setPMTableDynaformTitle(){
|
||||
if(document.getElementById('form[ADD_TABLE]').value!=''){
|
||||
document.getElementById('form[DYN_TITLE]').value = document.getElementById('form[DYN_TITLE]').value + document.getElementById('form[ADD_TABLE]')[document.getElementById('form[ADD_TABLE]').selectedIndex].innerHTML;
|
||||
document.getElementById('form[DYN_TITLE]').value = document.getElementById('form[ADD_TABLE]')[document.getElementById('form[ADD_TABLE]').selectedIndex].innerHTML;
|
||||
}
|
||||
}
|
||||
var oPanel;
|
||||
|
||||
Reference in New Issue
Block a user