CommandFusion Wiki

Documentation Resources

User Tools

Site Tools


software:gui-designer:system-manager:feedback-parsing:feedback-properties

Differences

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

Link to this comparison view

software:gui-designer:system-manager:feedback-parsing:feedback-properties [2013/09/09 13:14]
jarrod [Off Value & On Value]
software:gui-designer:system-manager:feedback-parsing:feedback-properties [2014/06/30 03:42] (current)
jarrod [OnMatch Items]
Line 107: Line 107:
 ==== OnMatch Items ==== ==== OnMatch Items ====
  
-Along with capture groups, the feedback processing order can include onmatch items. These are used to set the value of a join or token when a match is found. Unlike capture groups, these allow you to set a join or token to any value, rather than a captured value.+Along with capture groups, the feedback processing order can include onmatch items. These are used to set the value of a join or token when a match is found. Unlike capture groups, these allow you to set a join or token to any value, rather than a captured value. Even a dynamically calculated join number can be used, by referencing capture group names within the join property of the onmatch item. [[https://​github.com/​CommandFusion/​DemoUserInterfaces/​tree/​master/​DynamicJoinAssignment|See a demo of dynamic join value assignment on GitHub]].
  
 === OnMatch Target Type === === OnMatch Target Type ===
Line 115: Line 115:
 === OnMatch Join === === OnMatch Join ===
  
-Again, refer to Join properties in the Capture Group description above. The only difference here is that onmatch items can dynamically assign the join number using math expressions and referencing other capture group names (by wrapping them in dollar signs).+Again, refer to Join properties in the Capture Group description above. The only difference here is that onmatch items can dynamically assign the join number using math expressions and referencing other capture group names (by wrapping them in dollar signs). [[https://​github.com/​CommandFusion/​DemoUserInterfaces/​tree/​master/​DynamicJoinAssignment|See a demo of dynamic join value assignment on GitHub]].
  
 === Assign Token === === Assign Token ===
software/gui-designer/system-manager/feedback-parsing/feedback-properties.1378732485.txt.gz ยท Last modified: 2013/09/09 13:14 by jarrod