# $Id$

Notes for LSWScheduler
======================

SkyParticipantsSelection
========================
- used by: LSWAppointmentEditor, LSWAppointmentProposal, 
           LSWSchedulerPreferences
- must be embedded in a <table> (generates tr tags)

Sample:
---snip---
AccountSelection: SkyParticipantsSelection {
  participants         = participants;
  selectedParticipants = selectedParticipants;
  onlyAccounts         = NO;
  viewHeadLine         = NO;
  headLineLabel        = "searchPopupEntries";
  searchLabel          = "searchPopupEntries";
  selectionLabel       = "choosePopupEntries";
}
---snap---
