Class: Uttk::Dumpers::Html::Node

Inherits:
BaseNode show all
Defined in:
lib/uttk/dumpers/Html.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from BaseNode

#contents, #father, #id, #name, #state, #status

Instance Method Summary collapse

Methods inherited from BaseNode

#html, #initialize, #unquote

Constructor Details

This class inherits a constructor from Uttk::Dumpers::Html::BaseNode

Instance Method Details

#to_html_uttk_js(status_h) ⇒ Object



113
114
115
116
# File 'lib/uttk/dumpers/Html.rb', line 113

def to_html_uttk_js ( status_h )
  @status = status_h[@status]
  "uttk_add_node(#@id, #@father, #@state, #{html});"
end