public
Description: JavaScript Application Framework - JS library only
Home | Edit | New

Text_area_view

A text area view creates a text area into the page.

Syntax:

<%= text_area_view :text_area_id, :bind => { :keyUp => ‘HelloWorld.appController.keyWatcher’ } %>

Where:

  • :bind :: An example on how to attach a keyUp event listener to the view.
Last edited by cloke, Fri Jun 27 11:33:19 -0700 2008
Home | Edit | New
Versions: