0

Is it possible to add css into FormHelper in NVelocity ??? For example i wish to add css into FormHelper.TextField() . Thanks.

TJ.
  • 241
  • 2
  • 14

1 Answers1

0

From Castle Project Docs.

Documentation

$Form.TextField(target[, attributes])

Example

$Form.TextField("data.Id", "%{value = 'someId', style='width: 110px; height: 90px;'}"
rbellamy
  • 5,683
  • 6
  • 38
  • 48