By using myLink.fields intelligently - you can easily select 1 or all textareas on a page.
- Select 1: myLink.fields="myFieldId"
- Select Multiple: myLink.fields="myFieldId1,myFieldId2,myFieldId3"
- Select all viable field on the page: myLink.fields="all"
- Select all textareas: myLink.fields="textareas"
- Select all input boxes: myLink.fields="textinputs"
- Select all Rich HTML Editors: myLink.fields="editors"
- Select all fields with a given CSS class: myLink.fields=".myCSSClassName"