Sha256: c5b9d306ceed81e0c1e45012ce57272ec09632340e581d72a156ba367c3809a9

Contents?: true

Size: 195 Bytes

Versions: 3

Compression:

Stored size: 195 Bytes

Contents

module Rocx
  module Properties
    class TextboxTightWrap < ValueProperty

      def ok_values
        %i(allLines firstAndLastLine firstLineOnly lastLineOnly none)
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rocx-0.7.0 lib/rocx/properties/textbox_tight_wrap.rb
rocx-0.6.0 lib/rocx/properties/textbox_tight_wrap.rb
rocx-0.5.8 lib/rocx/properties/textbox_tight_wrap.rb