In Files

Files

Class Index [+]

Quicksearch

Ubiquo

 See ubiquo_core guide for more information about filters.
 For edge: http://guides.ubiquo.me/edge/ubiquo_core.html
 ---

Navigator tabs helper methods

This library add methods to create navigation tabs sections

 ---

Navigator tabs helper methods

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).

Public Class Methods

default_locale() click to toggle source

(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
supported_locales() click to toggle source

(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
tab_template(name) click to toggle source

(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
version() click to toggle source

(Not documented)

   # File vendor/plugins/ubiquo_core/lib/ubiquo/version.rb, line 2
2:   def self.version
3:     VERSION::STRING
4:   end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.