module Matestack::Ui::Core::Properties::Initializer
Public Class Methods
new(html_tag = nil, text = nil, options = {}, &block)
click to toggle source
Calls superclass method
# File lib/matestack/ui/core/properties.rb, line 12 def initialize(html_tag = nil, text = nil, options = {}, &block) extract_options(text, options) create_context set_text super end