3-4-5
設定送出鈕 set_submit()
set_submit($name = 'op', $value = '', $label = '', $icon = '', $attr_arr = ['class' => 'btn btn-primary']):string
重設送出鈕
$name
:(預設為op
)設定送出鈕的 name
屬性的值
$value
:設定送出鈕的 value
屬性的值
$label
:設定送出鈕上的文字
$icon
:設定送出鈕上的font-awesome圖示 ,如:fa-plus
,若空值,表示不要圖示
$attr_arr
:(預設為 ['class' => 'btn btn-primary']
,即預設會加入 class="btn btn-primary"
)可以設定送出鈕的其他屬性陣列