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
user_action_commands [2017/10/18 18:05] – [CS_GetAction] cs_adminuser_action_commands [2018/02/27 18:45] (current) – [CS_GetAction] cs_admin
Line 46: Line 46:
 This routine is called from the CalendarSet object method (or for a CalendarSet plugin window, from the **MethodToExecute**) See [[user_action_commands#CS_SetCallback]] in order to determine the last CalendarSet action. Please read the section [[user_action_commands#Responding to User Actions on a CalendarSet Object]] for more information.  This routine is called from the CalendarSet object method (or for a CalendarSet plugin window, from the **MethodToExecute**) See [[user_action_commands#CS_SetCallback]] in order to determine the last CalendarSet action. Please read the section [[user_action_commands#Responding to User Actions on a CalendarSet Object]] for more information. 
  
-**ActionCode** — Integer, 1 to 8. This parameter is returned with a value indicating what action the user made on the CalendarSet object. +**ActionCode** — Integer. This parameter is returned with a value indicating what action the user made on the CalendarSet object. 
  
 Possible values are:  Possible values are: 
Line 63: Line 63:
 | User clicked on a day header | 11 | CS_Action_ClickOnDayHdr | | User clicked on a day header | 11 | CS_Action_ClickOnDayHdr |
 | User clicked on the Month/Year (upper left) | 12 | CS_Action_ClickOnYearHdr | | User clicked on the Month/Year (upper left) | 12 | CS_Action_ClickOnYearHdr |
 +| User hit DELETE/BACKSPACE | 13 | CS_Action_DeleteEvent |
 +| User created banner by drag | 14 | CS_Action_BannerCreated |
 +| User created event by drag | 15 | CS_Action_EventCreated |
  
 === Example  === === Example  ===
user_action_commands.txt · Last modified: 2018/02/27 18:45 by cs_admin