Created
November 13, 2012 22:53
-
-
Save mkmurray/4068984 to your computer and use it in GitHub Desktop.
(Accidental) Nested Spark Bindings
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
<differentElement paramA="foo" /> |
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
<bindings> | |
<element name="someElement"> | |
<start>"Surrounding inside markup with " + @param1 + "..."</start> | |
<end>"...End of inside markup"</end> | |
</element> | |
<element name="differentElement">"Inner markup = " + @paramA</element> | |
</bindings> |
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
<someElement param1="blah"> | |
<SparkPartial /> | |
</someElement> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment