Sha256: 581e8dbd11537e007cb68e866add6541d66a09f757e52fbca231eb85642cf569
Contents?: true
Size: 569 Bytes
Versions: 24
Compression:
Stored size: 569 Bytes
Contents
module RubyApp module Elements module Mobile module Navigation require 'ruby_app/elements/mobile/link' class NavigationLink < RubyApp::Elements::Mobile::Link template_path(:all, File.dirname(__FILE__)) attr_accessor :options def initialize super @options = RubyApp::Elements::Mobile::Navigation::NavigationLink.default_options end def self.default_options return {:transition => 'slide'} end end end end end end
Version data entries
24 entries across 24 versions & 1 rubygems