Module Limelight::Builtin::Players::TextArea
In: lib/limelight/builtin/players/text_area.rb

A Builtin Player that adds the look and behavior of a native text area. It may be applied in the PropBuilder DSL like so:

  my_text_area :players => "text_area"

Props including this Player may implement any of the key and focus event hooks:

  key_pressed, key_typed, key_released, focus_gained, focus_lost

[Validate]