Skip to content

Instantly share code, notes, and snippets.

@oaltman
Created July 29, 2013 13:09
Show Gist options
  • Save oaltman/6104190 to your computer and use it in GitHub Desktop.
Save oaltman/6104190 to your computer and use it in GitHub Desktop.
Fix na deprecated
$form->addTextarea("text", NULL)
->setAttribute('rows', 20)
->setAttribute('cols',60)
->getControlPrototype()->class("texyla");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment