Welcome, Guest. Please Login
Rorohiko Workflow Resources
  Welcome the Message Board of Rorohiko Workflow Resources. To register, please e-mail [email protected] - automatic registration has been turned off because of relentless spambots and spammers. This Message Board is not actively monitored. If you have an urgent question, please e-mail [email protected]. If you post it here, it will probably be many weeks before we notice.
  HomeHelpSearchLogin  
 
Page Index Toggle Pages: 1
Send Topic Print
Receiving all 'subjectModified' events (Read 5033 times)
Kris Coppieters
YaBB Administrator
*****
Offline



Posts: 181
New Zealand
Gender: male
Receiving all 'subjectModified' events
10/06/08 at 08:27:47
 
In the more recent versions of APID, additional modification events have been added.

To avoid breaking existing code, these new events have names like modified-text, subjectModified-text, modified-recomposed-overset, etc... That means that an event filter of subjectModified will not inadvertently start capturing events like subjectModified-text, because the names don't match.

If you do want to capture all modification events, you need to use wildcards - for example, set your event filter to subjectModified* - this captures all events whose event code starts with subjectModified.

Wildcards are pretty powerful - if you wanted to capture, say, all selected as well as deselected events, you could set your event filter to subject*elected  - that covers both subjectSelected and subjectDeselected
Back to top
 

Kris
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print