inputelement
cforminputelement 可以代表以下基於type屬性的表單輸入型別:
type屬性可以是乙個類名,也可以是乙個類的路徑別名。在這種情況下,
輸入框是由指定的類的掛件生成的。
注意,掛件中必須有乙個叫做「model」的屬性指向乙個模型物件,
和乙個叫做「attribute」的屬性指向模型屬性。
因為cformelement是cforminputelement的乙個祖先類,
給乙個不存在的屬性賦值將會儲存在attributes,然後作為html屬性傳遞給chtml方法
生成輸入框或初始化掛件的屬性值。
cformbuttonelement 代表乙個表單按鈕元素。
cformbuttonelement 能代表如下基於type屬性按鈕的型別:
yii表單驗證大全
class contactform extends cformmodel d d d message 請輸入正確的 號碼.array fax match pattern d d d d message 請輸入正確的傳真號碼.array mobile match pattern 13 0 9 0 9 ...
yii表單小部件
要想使用表單小部件 必須使用model 在使用model時 需要載入表單小部件的元件 分別是 yii widgets activeform 和 yii helpers html 然後在我們的model類中 定於各個表單小部件的name值 定義規則 namespace frontend models ...
Yii表單小部件
文字框 textinput 密碼框 passwordinput 單選框 radio radiolist 核取方塊 checkbox checkboxlist 下拉框 dropdownlist 隱藏域 hiddeninput 文字域 textarea rows 3 檔案上傳 fileinput 提交按...