Class: Aurita::GUI::PseudoElement
- Defined in:
- lib/aurita-gui/element.rb,
lib/aurita-gui/element_fixed.rb
Instance Attribute Summary
Attributes inherited from Element
#attrib, #force_closing_tag, #gui_element_id, #parent, #tag
Instance Method Summary collapse
-
#initialize(params = {}, &block) ⇒ PseudoElement
constructor
A new instance of PseudoElement.
Methods inherited from Element
#+, #<<, #[], #[]=, #add_class, #aurita_gui_element, #clear_floating, #css_classes, #find_by_dom_id, #get_content, #has_content?, #id, #id=, #inspect, #js_init_code, #length, #method_missing, #recurse, #remove_class, #set_content, #string, #swap, #to_ary, #touch, #touched?, #type=, #untouch
Methods included from Marshal_Helper_Class_Methods
Methods included from Marshal_Helper
Constructor Details
#initialize(params = {}, &block) ⇒ PseudoElement
Returns a new instance of PseudoElement.
636 637 638 639 |
# File 'lib/aurita-gui/element.rb', line 636 def initialize(params={}, &block) params[:tag] = :pseudo super() end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Aurita::GUI::Element