Sha256: b2c9b6e97d747cd6051fc1cfa4d09dff52f5a94a4c055ed7a94f538374bb6de8

Contents?: true

Size: 216 Bytes

Versions: 4

Compression:

Stored size: 216 Bytes

Contents

module MotionPrime
  class TextFieldElement < BaseElement
    include MotionPrime::ElementContentPaddingMixin
    include MotionPrime::ElementContentTextMixin

    def view_class
      "DMTextField"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
motion-prime-0.4.2 motion-prime/elements/text_field.rb
motion-prime-0.4.1 motion-prime/elements/text_field.rb
motion-prime-0.4.0 motion-prime/elements/text_field.rb
motion-prime-0.3.3 motion-prime/elements/text_field.rb