Created
March 22, 2013 04:52
-
-
Save lordbron/5219015 to your computer and use it in GitHub Desktop.
I know each editField in the repetition will call the same setter on modifiedRowData and that's fine. My handler takes the incoming data and handles it appropriately.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"editField": { | |
"prototype": "ui/edit-field.reel", | |
"properties": { | |
"element": {"#": "repeatedEditField"} | |
}, | |
"bindings": { | |
"data": {"<-": "@dataFieldRepetition.objectAtCurrentIteration"}, | |
"outgoingData": {"->": "@owner.modifiedRowData"} | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment