-
Notifications
You must be signed in to change notification settings - Fork 22
Modal Butonu
Mert ÇELEN edited this page Feb 1, 2019
·
3 revisions
@include('l.modal-button',[
AYARLAR
])
Adı | Açıklaması | Örnek |
---|---|---|
text | Butonun üzerinde gözükecek yazı | "text" => "Anahtar Ekle" |
class | Butonun class'ı (rengi) | "class" => "btn-success" |
target_id | Butonun hangi modal'ı açacağı bilgisi | "target_id" => "add_key" |
@include('l.modal-button',[
"text" => "Anahtar Ekle",
"class" => "btn-success",
"target_id" => "add_key"
])