Class: Wee::Brush::GenericSingleTagBrush

Inherits:
GenericTagBrush show all
Defined in:
lib/wee/renderer/html/brushes.rb

Direct Known Subclasses

ImageTag, InputTag

Instance Attribute Summary

Attributes inherited from Wee::Brush

#canvas, #parent

Instance Method Summary collapse

Methods inherited from GenericTagBrush

#__action_callback, #__actionurl_callback, #__actionurl_named_callback, #__input_callback, #css_class, #css_class_for, #method_missing, #onclick_callback, #onclick_update, #with

Methods inherited from Wee::Brush

#close, #with

Constructor Details

#initialize(tag) ⇒ GenericSingleTagBrush

Returns a new instance of GenericSingleTagBrush.



190
191
192
# File 'lib/wee/renderer/html/brushes.rb', line 190

def initialize(tag)
  super(tag, true)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wee::Brush::GenericTagBrush