-
Notifications
You must be signed in to change notification settings - Fork 9
Target Modifier
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. Here are these 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
- ** *NULL ** set target to the current data context to null