Skip to content
Sheng Zhao edited this page Jul 13, 2015 · 13 revisions

Target modifier change the target from the default object in current data context to something else.
There are four FIXED target modifiers available:

      • return the current data context object it-self
  • *LEFT - set target to the current data context to the default data context on the left side
  • *RIGHT - set target to the current data context to the default data context on the left side
  • *NULL - set target to the current data context to null

Target modifier also can be CSS selector started with "#" and enclosed with "(" and ")". If it is just an ID selector like "#(#nameInput)", it can be shorten to "#nameInput"

Absolute Path of value (starts with "/") is actually a Target Modifier too. It changes the target from Current Data Context to another object in global scope.

Clone this wiki locally