See ubiquo_core guide for more information about filters. For edge: http://guides.ubiquo.me/edge/ubiquo_core.html ---
This library add methods to create navigation tabs sections
---
This library add methods to create navigation links sections
--- TODO: Look for a better way to do this (include classmethods and instance methods or at least make clear the intention).
(Not documented)
# File vendor/plugins/ubiquo_core/lib/ubiquo.rb, line 19
19: def self.default_locale
20: Ubiquo::Config.get :default_locale
21: end
(Not documented)
# File vendor/plugins/ubiquo_core/lib/ubiquo.rb, line 16
16: def self.supported_locales
17: Ubiquo::Config.get :supported_locales
18: end
(Not documented)
# File vendor/plugins/ubiquo_core/lib/ubiquo/extensions/rails_generator.rb, line 8
8: def self.tab_template(name)
9: "end
10: navigator.add_tab do |tab|
11: tab.text = t('ubiquo.#{name.singularize}.title')
12: tab.title = t('application.goto', :place => '#{name}')
13: tab.link = ubiquo_#{name}_path
14: tab.highlights_on({:controller => 'ubiquo/#{name}'})
15: tab.highlighted_class = 'active'
16: end # Last tab"
17: end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.