This is what I have in my scala template where I am creating my textArea
@textarea(Form("content"),args = 'rows -> 10, 'cols -> 80)
I want my textArea to have my custom class name but I failed to figure out how to do that from documentation: http://www.scala-lang.org/api/current/index.html#scala.swing.TextArea