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