Sha256: 090e37a9c8174aa4589a9c7d8a3202535d9b146089048319bdf0851d38ddd6fc

Contents?: true

Size: 705 Bytes

Versions: 8

Compression:

Stored size: 705 Bytes

Contents

# frozen_string_literal: true
t = text({ left: 33, top: 33, data: 'data collected', id: :infos })

inp=A.input({ width: 166,
              trigger: :up,
              back: :orange,
              shadow: {
                id: :s2,
                left: 3, top: 3, blur: 3,
                invert: true,
                red: 0, green: 0, blue: 0, alpha: 0.9
              },
              attach: :intuition,
              text: :black,
              smooth: 3,
              left: 66,
              top: 33,
              default: 'type here'
            }) do |val|

  grab(:infos).data(val)
end

inp.top(12)

  wait 1 do
    inp.width(666)
    wait 1 do
      inp.holder.data('new data')
    end
end



Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
atome-0.5.7.0.7 vendor/assets/application/examples/input.rb
atome-0.5.7.0.5 vendor/assets/application/examples/input.rb
atome-0.5.7.0.4 vendor/assets/application/examples/input.rb
atome-0.5.7.0.3 vendor/assets/application/examples/input.rb
atome-0.5.7.0.2 vendor/assets/application/examples/input.rb
atome-0.5.6.8.7 vendor/assets/application/examples/input.rb
atome-0.5.6.8.6 vendor/assets/application/examples/input.rb
atome-0.5.6.8.5 vendor/assets/application/examples/input.rb