User Tools

Site Tools


user_action_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
user_action_commands [2017/08/31 16:21] – [CS_SetCallback] cs_adminuser_action_commands [2017/10/18 16:47] – [CS_GetAction] cs_admin
Line 59: Line 59:
 | User dropped something onto the area | 7 | CS_Action_Drop | | User dropped something onto the area | 7 | CS_Action_Drop |
 | Dragging a non CalendarSet/AreaList Pro object over the area | 8 | CS_Action_DragOver | | Dragging a non CalendarSet/AreaList Pro object over the area | 8 | CS_Action_DragOver |
 +| User resized an event | 9 | CS_Action_EventResize |
  
 === Example  === === Example  ===
Line 321: Line 322:
   // Open a CalendarSet object in an plugin window.
   // Open a CalendarSet object in an plugin window.

   // Configure the calendar for single day selection.   // Configure the calendar for single day selection.
-  
// Highlight the entire day, show info in unused days, display month prefix. +  // Highlight the entire day, show info in unused days, display month prefix. 
   // Show the Current date in Times 14 point bold.   // Show the Current date in Times 14 point bold.
-  
// Set the click method to be "HandleCalClick"+  // Set the click method to be "HandleCalClick"
   vCalWindow:= Open external window(50; 50; 400; 400; 4; "Calendar Window"; "_CS_Area"   vCalWindow:= Open external window(50; 50; 400; 400; 4; "Calendar Window"; "_CS_Area"
    // open the window with CalendarSet displayed     // open the window with CalendarSet displayed 
user_action_commands.txt · Last modified: 2018/02/27 18:45 by cs_admin