-
Notifications
You must be signed in to change notification settings - Fork 7
Custom Tags
Jason Feinstein edited this page Nov 15, 2016
·
1 revision
Not finding what you need in the list of pre-defined tags? You can roll your own!
- Extend either
Tag
orParameterizedTag
(depending on your needs) - Call
SRML.registerTag("yourtagname", YourTagClass.class)
to register it with SRML. - Use it!