Class: Wee::Brush::TableTag

Inherits:
GenericTagBrush show all
Defined in:
lib/wee/html_brushes.rb

Overview


Table


Constant Summary collapse

HTML_TAG =
'table'.freeze

Instance Attribute Summary

Attributes inherited from Wee::Brush

#canvas, #document

Instance Method Summary collapse

Methods inherited from GenericTagBrush

#get_oid, html_attr, #oid, #onclick_callback, #onclick_javascript, #onclick_update_callback, #onclick_update_self_callback, #ondblclick_callback, #with

Methods inherited from Wee::Brush

#close, nesting?, #setup, #with

Constructor Details

#initializeTableTag

Returns a new instance of TableTag.



198
199
200
# File 'lib/wee/html_brushes.rb', line 198

def initialize
  super(HTML_TAG)
end