Class: ConTeXtSetup::File
- Defined in:
- lib/tex/context/contextsetup.rb
Instance Method Summary collapse
Methods inherited from Param
#initialize, #opt, #optional?, #sanitize_html, #show
Methods inherited from SetupXML
#initialize, parse_xml, #parse_xml, tag_method
Constructor Details
This class inherits a constructor from ConTeXtSetup::Param
Instance Method Details
#to_html(detail = true, cls = "first") ⇒ Object
429 430 431 432 433 434 435 |
# File 'lib/tex/context/contextsetup.rb', line 429 def to_html(detail=true,cls="first") if detail tr(:class => cls, :valign => "top") { td(:class => 'cmd') { "..." } + td { "<i>file</i>" } } else "..." end end |