Sha256: 89fd12e5355892fab788393ec4af260c482a318c069478a023453ceadf3475ec

Contents?: true

Size: 567 Bytes

Versions: 33

Compression:

Stored size: 567 Bytes

Contents

module RubyApp

  module Elements

    module Mobile

      module Navigation
        require 'ruby_app/elements/mobile/navigation/navigation_button'

        class CloseButton < RubyApp::Elements::Mobile::Navigation::NavigationButton

          template_path(:all, File.dirname(__FILE__))

          def initialize
            super

            self.options.merge!(:reverse => 'true')

            self.clicked do |element, event|
              RubyApp::Session.documents.last.hide(event)
            end

          end

        end

      end

    end

  end

end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
RubyApp-0.7.16 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.15 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.14 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.13 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.12 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.11 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.10 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.9 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.5 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.4 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.3 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.2 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.1 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.7.0 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.6.71 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.6.70 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.6.69 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.6.68 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.6.67 lib/ruby_app/elements/mobile/navigation/close_button.rb
RubyApp-0.6.66 lib/ruby_app/elements/mobile/navigation/close_button.rb