Module: Mullet::HTML::Command
- Included in:
- TemplateBuilder
- Defined in:
- lib/mullet/html/command.rb
Overview
Recognized template commands
Constant Summary collapse
- DATA_PREFIX =
'data-'- NAMESPACE_PREFIX =
'mullet'- NAMESPACE_URI =
'http://pukkaone.github.com/mullet/1'- ACTION =
'action'- ALT =
'alt'- ALT_MESSAGE =
'alt-message'- ATTR =
'attr'- ATTR_MESSAGE =
'attr-message'- ESCAPE_XML =
'escape-xml'- FOR =
'for'- HREF =
'href'- IF =
'if'- INCLUDE =
'include'- REMOVE =
'remove'- SRC =
'src'- TEXT =
'text'- TEXT_MESSAGE =
'text-message'- TITLE =
'title'- TITLE_MESSAGE =
'title-message'- UNLESS =
'unless'- VALUE =
'value'- VALUE_MESSAGE =
'value-message'