131132133134135136137
sb.append("if( Ext.getCmp('").append(modalId).append("') != null ) {") .append(" Ext.getCmp('").append(modalId).append("').close();") .append("};"); getWindowControl().getWindowBackOffice().sendCommandTo( new JSCommand(sb.toString())); }