Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
PHP yii\widgets ActiveField::getInputIdの例
プログラミング言語:
PHP
名前空間/パッケージ名:
yii\widgets
クラス/型:
ActiveField
メソッド/関数:
getInputId
hotexamples.comのコード掲載数:
1
PHP yii\widgets ActiveField::getInputId - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたPHPの
yii\widgets\ActiveField::getInputId
の実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
render(16)
checkbox(14)
init(12)
textInput(10)
textarea(9)
checkboxList(8)
input(7)
label(7)
radioList(7)
begin(6)
dropDownList(6)
passwordInput(6)
hint(5)
radio(4)
hiddenInput(3)
fileInput(3)
end(3)
getClientOptions(3)
widget(2)
listBox(2)
className(2)
getName(1)
getModel(1)
getInputId(1)
getForm(1)
setClientOptionsEmpty(1)
dropdownList(1)
__construct(1)
よく使われるメソッド
render (16)
checkbox (14)
init (12)
textInput (10)
textarea (9)
checkboxList (8)
input (7)
label (7)
radioList (7)
begin (6)
よく使われるメソッド
dropDownList (6)
passwordInput (6)
hint (5)
radio (4)
hiddenInput (3)
fileInput (3)
end (3)
getClientOptions (3)
widget (2)
listBox (2)
className (2)
getName (1)
getModel (1)
getInputId (1)
getForm (1)
setClientOptionsEmpty (1)
dropdownList (1)
__construct (1)
よく使われるメソッド
className (2)
getName (1)
getModel (1)
getInputId (1)
getForm (1)
setClientOptionsEmpty (1)
dropdownList (1)
__construct (1)
getInputId()
protected
method
Returns the HTML
id
of the input element of this form field.
Since:
2.0.7
protected
getInputId
( ) :
string
return
string
the input id.
ActiveField Class Documentation
コード例 #1
0
ファイルを表示
ファイル:
AdvancedSearchActiveField.php
プロジェクト:
hiqdev/hipanel-core
protected function getInputId() { return $this->_inputId ?: parent::getInputId(); }
x