Sha256: 697c3f47afa8bf2691a9ce119265e301e606d61ce27b0048c9a0221990159d1e

Contents?: true

Size: 165 Bytes

Versions: 3

Compression:

Stored size: 165 Bytes

Contents

module Formotion
  module RowType
    class StaticRow < StringRow
      def after_build(cell)
        self.row.text_field.enabled = false
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formotion-1.3 lib/formotion/row_type/static_row.rb
formotion-1.2 lib/formotion/row_type/static_row.rb
formotion-1.1.5 lib/formotion/row_type/static_row.rb