Bootstrap Takvim Seçtiricisi (Datetime Picker)
22,401 Okunma 1 Yorum 30/11/2014 02:40:31 30/11/2014 02:43:08
A modal is a dialog prompt just like a traditional alert. It comes with advanced features like modal title, modal body, modal footer, close button and a close symbol at the top right corner. It can be used as a confirmation window in many applications such as before making a payment, or deleting an account, etc.
Bootstrap Modal 3 bölüme sahiptir: header, body ve footer. Bu bölümlere neler geleceğine siz karar verirsiniz.
Modal Dialog penceresi yüklendiğinde sayfayı yeniden yüklemek için:
Bootstrap 3 ile açılır menü yapmak çok basit. Sadece doğru class nesnesini kullanmalısınız. Açılır menüyü bir navigasyon barı içinde ve herhangi bir DIV tagı içerisinde kullanabilirsiniz.
First, you have to give the class “dropdown” to any parent element that you want to treat as a drop down element. In my case, I have used a div element. You can even make an li element as “dropdown”. Then you have to place an “<a>” tag immediately inside the dropdown element. Add a new attribute “data-toggle” to the link tag and give the value as “dropdown”. Finally add a ul list below the link tag. You have to add class as “dropdown-menu” to the ul tag.
To add a separator between li elements, add a new emplty li element with class as “divider” to the list.
if you are not comfortable with the data-* attributes then you can even trigger drop down using jQuery. Give a unique id to the link element and call the dropdown method as below:
22,401 Okunma 1 Yorum 30/11/2014 02:40:31 30/11/2014 02:43:08
Bootstrap ile kullanılan CSS destekli HTML Componentlerden bazıları..
19,707 Okunma Henüz yorum yapılmamış 12/01/2018 21:43:41 13/01/2018 00:44:45
Bootstrapın temel form mantığı ve bir kaç örnek...
17,845 Okunma Henüz yorum yapılmamış 11/09/2018 14:33:20 11/09/2018 14:33:52
Bildiğiniz gibi Bootstrap ile responsive tasarımlar yapmak çok basit ve hızlı. İstediğimiz her öğe için birer yapılmış ve kopyala yapıştır yaparak hızlıca sitemizi Bootstrap ile şekillendirebiliriz.
17,159 Okunma Henüz yorum yapılmamış 25/10/2014 19:05:47 25/10/2014 19:06:28
Bootstrap v4.3.0 Class Listesi
11,908 Okunma Henüz yorum yapılmamış 17/11/2014 00:25:45 17/04/2019 02:52:17
2,772 Okunma Henüz yorum yapılmamış 01/03/2019 04:40:04 01/03/2019 04:40:59
Normal bootstrap 4 navabarı ile fare üzerine gelince açılan, yatayda tüm ekranı kaplayan ve zemininde siyah gölgesi olan menü örnek kodları.
2,530 Okunma Henüz yorum yapılmamış 04/06/2020 14:43:57 04/06/2020 14:44:49
1,926 Okunma Henüz yorum yapılmamış 31/05/2020 20:52:41 04/06/2020 15:14:34
Örnekteki uygulama ile Ekranı 4 eşit parçaya bölebilirsiniz.
1,914 Okunma Henüz yorum yapılmamış 26/01/2020 17:43:17 26/01/2020 17:43:37