Class: YDIM::Html::View::NavigationLink

Inherits:
HtmlGrid::Link
  • Object
show all
Defined in:
lib/ydim/html/view/navigation.rb

Instance Method Summary collapse

Instance Method Details

#initObject



12
13
14
15
16
# File 'lib/ydim/html/view/navigation.rb', line 12

def init
	super
	self.value = @lookandfeel.lookup(@name)
	self.href = @lookandfeel._event_url(@name)
end