Class: XmlConv::View::NavigationLink

Inherits:
HtmlGrid::Link
  • Object
show all
Defined in:
lib/xmlconv/view/navigationlink.rb

Instance Method Summary collapse

Instance Method Details

#initObject

CSS_CLASS = “navigation”



10
11
12
13
14
15
# File 'lib/xmlconv/view/navigationlink.rb', line 10

def init
	super
	unless(@lookandfeel.direct_event == @name)
		@attributes.store("href", @lookandfeel.event_url(@name))
	end
end