Sha256: 699d4b6046a260171dd95fb1757e41bd4128cdeb2deda3c8f8027380d38656e5

Contents?: true

Size: 183 Bytes

Versions: 5

Compression:

Stored size: 183 Bytes

Contents

module Formotion
  module RowType
    class BackRow < ButtonRow

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

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
formotion-1.3 lib/formotion/row_type/back_row.rb
formotion-1.2 lib/formotion/row_type/back_row.rb
formotion-1.1.5 lib/formotion/row_type/back_row.rb
formotion-1.1.4 lib/formotion/row_type/back_row.rb
formotion-1.1.3 lib/formotion/row_type/back_row.rb