Sha256: f84e0ae1a3117d48644df7027219713767d561f625f62e531d1999a2ec267bec

Contents?: true

Size: 195 Bytes

Versions: 6

Compression:

Stored size: 195 Bytes

Contents

motion_require 'string_row'

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

Version data entries

6 entries across 6 versions & 1 rubygems

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