module Markaby
Markaby
is a module containing all of the great Markaby
classes that do such an excellent job.
-
Markaby::Builder
: the class for actually calling the Ruby methods which write the HTML. -
Markaby::CSSProxy: a class which adds element classes and IDs to elements when used within
Markaby::Builder
. -
Markaby::MetAid: metaprogramming helper methods.
-
Markaby::Tags: lists the roles of various XHTML tags to help
Builder
use these tags as they are intended.
Constants
- AttrCore
-
Common sets of attributes.
- AttrEvents
- AttrFocus
- AttrHAlign
- AttrI18n
- AttrVAlign
- Attrs
- AttrsBoolean
- FORM_TAGS
- MAJOR
- MINOR
- RUBY_VERSION_ID
- SELF_CLOSING_TAGS
- TINY
- VERSION