Module: HTML

Defined in:
lib/html/table.rb,
lib/html/col.rb,
lib/html/row.rb,
lib/html/body.rb,
lib/html/data.rb,
lib/html/foot.rb,
lib/html/head.rb,
lib/html/header.rb,
lib/html/caption.rb,
lib/html/content.rb,
lib/html/colgroup.rb,
lib/html/tablesection.rb,
lib/html/mixin/tag_handler.rb,
lib/html/mixin/html_handler.rb,
lib/html/mixin/strongtyping.rb,
lib/html/mixin/attribute_handler.rb

Overview

This module creates methods for each of the various attributes associated with HTML tables. In some cases validation is done on the setters. – The seemingly redundant writer methods were left here for backwards compatibility and for those who may not prefer the DSL.

Defined Under Namespace

Modules: Mixin Classes: Table