Sha256: a9af9e7bf155ad3cd1ac0d26a5f560cdafd033aefce5d5e729049ea10db08011

Contents?: true

Size: 208 Bytes

Versions: 7

Compression:

Stored size: 208 Bytes

Contents

motion_require 'button'

module Formotion
  module RowType
    class BackRow < ButtonRow

      def on_select(tableView, tableViewDelegate)
        row.form.controller.pop_subform
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
formotion-1.8 lib/formotion/row_type/back_row.rb
formotion-1.7 lib/formotion/row_type/back_row.rb
formotion-1.6 lib/formotion/row_type/back_row.rb
formotion-1.5.1 lib/formotion/row_type/back_row.rb
formotion-1.5.0 lib/formotion/row_type/back_row.rb
formotion-1.4.0 lib/formotion/row_type/back_row.rb
formotion-1.3.1 lib/formotion/row_type/back_row.rb