Skip to content
Sheng Zhao edited this page Jul 7, 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 modifie 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"

Clone this wiki locally