Methods

Files

Class Index [+]

Quicksearch

Ubiquo::Filters::LinksOrSelectFilter

Public Instance Methods

render() click to toggle source

(Not documented)

    # File vendor/plugins/ubiquo_core/lib/ubiquo/filters/links_or_select_filter.rb, line 5
 5:       def render
 6:         if @options[:collection].size <= (@options[:max_size_for_links] || Ubiquo::Config.get(:max_size_for_links_filter))
 7:           filter = LinkFilter.new(@model,@context)
 8:           filter.configure(@options[:field],@options[:collection], @options)
 9:           filter.render
10:         else
11:           super
12:         end
13:       end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.