Quintiq file version 2.0 
 | 
#parent: pnlToolbar/btnSettings_858 
 | 
Response OnClick () id:Response_pnlCalendar_btnSettings_OnClick_545 
 | 
{ 
 | 
  #keys: '[146730.0.1417623073]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebButton_OnClick' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return Form.HasSelectedCalendar(); 
 | 
  *] 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // Edit the calendar settings. 
 | 
      dlg := construct( LibCal_dlgCalendarSettings ); 
 | 
      dlg.Open( selCalendar.Data() ); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |