Sha256: 2d27fc0e7c0ba644b7f4ac0c44ee474b1a31ca4a91d643256f3ac3444ab84a4f

Contents?: true

Size: 539 Bytes

Versions: 12

Compression:

Stored size: 539 Bytes

Contents

# frozen_string_literal: true

module PageMagic
  module Elements
    TYPES = %i[field
               fieldset
               file_field
               fillable_field
               frame
               link_or_button
               option
               radio_button
               select
               table
               table_row
               text_field
               button
               link
               checkbox
               select_list
               radio
               textarea
               label].freeze
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
page_magic-2.0.13 lib/page_magic/elements/types.rb
page_magic-2.0.12 lib/page_magic/elements/types.rb
page_magic-2.0.11 lib/page_magic/elements/types.rb
page_magic-2.0.10 lib/page_magic/elements/types.rb
page_magic-2.0.9 lib/page_magic/elements/types.rb
page_magic-2.0.6 lib/page_magic/elements/types.rb
page_magic-2.0.5 lib/page_magic/elements/types.rb
page_magic-2.0.4 lib/page_magic/elements/types.rb
page_magic-2.0.3 lib/page_magic/elements/types.rb
page_magic-2.0.2 lib/page_magic/elements/types.rb
page_magic-2.0.1 lib/page_magic/elements/types.rb
page_magic-2.0.0 lib/page_magic/elements/types.rb