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.
我有一个在控制器中实例化的 CForm。现在我需要使用一些小部件作为它的元素,甚至通过验证和更多功能。谁来做?
验证是属于注入模型领域的东西。CForm执行任何输入验证/清理不是责任。
CForm
至于小部件,请参阅指南的这一部分。就在“指定静态文本”部分之前,有一大堆关于如何集成扩展CInputWidget或的小部件的信息CJuiInputWIdget。
CInputWidget
CJuiInputWIdget