Class: Interview::HtmlTextAttribute

Inherits:
Attribute show all
Defined in:
lib/interview/controls/html_text_attribute.rb

Instance Attribute Summary collapse

Attributes inherited from Attribute

#caption, #caption_as_placeholder, #link, #method, #nil_value, #object, #style, #tooltip, #value

Attributes included from HasHtmlOptions

#html_class, #html_options

Attributes inherited from Control

#parent

Method Summary

Methods inherited from Attribute

#build, #build_caption

Methods included from HasHtmlOptions

#initialize

Methods inherited from Control

#ancestors, #build, #build_child, #build_with_params, #find_attribute, #find_attribute!, #initialize, #set_attributes, #set_defaults

Instance Attribute Details

#cutObject

todo: in eigenes gem auslagern?



6
7
8
# File 'lib/interview/controls/html_text_attribute.rb', line 6

def cut
  @cut
end

#plain_textObject

todo: in eigenes gem auslagern?



6
7
8
# File 'lib/interview/controls/html_text_attribute.rb', line 6

def plain_text
  @plain_text
end