Created
May 7, 2023 11:44
-
-
Save bennadel/1d889e4f1a0710dc74e8a6edb9fd7716 to your computer and use it in GitHub Desktop.
ColdFusion Custom Tags Can Use Dashed Attributes
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
<cfdump var="#attributes#" /> | |
<cfabort /> |
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
<cf_MyTag | |
foo="bar" | |
x:foo="bar" | |
data-foo="bar"> | |
</cf_MyTag> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment