Sha256: 3c562b9f614483b15c297fb16ff170993d595c52ffdbd43bfba5e54af9d2157c
Contents?: true
Size: 194 Bytes
Versions: 1
Compression:
Stored size: 194 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
formotion-1.3.1 | lib/formotion/row_type/static_row.rb |