Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 NVelocity 中将 css 添加到 FormHelper 中???例如,我希望将 css 添加到 FormHelper.TextField() 中。谢谢。
来自城堡项目文档。
$Form.TextField(target[, attributes])
$Form.TextField("data.Id", "%{value = 'someId', style='width: 110px; height: 90px;'}"