Quintiq file version 2.0 
 | 
#parent: PanelLengthOfTime/EditFieldLengthOfTime_21 
 | 
Response OnChanged () id:Response_PanelLengthOfTime_EditFieldLengthOfTime_OnChanged 
 | 
{ 
 | 
  #keys: '[145730.0.2145910658]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebEditField_OnChanged' 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // Changes in length of time will change label 
 | 
      Form.SetCostLabel( EditFieldLengthOfTime.Text(), 
 | 
                         DropDownStringListTimeUnit.Text(), 
 | 
                         DropDownStringListCostDriver.Text() ); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |