📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv2.demodesign.com.tr
/
assets
/
vendor
/
custombox
📝
README.md
← Geri Dön
Custombox [](https://badge.fury.io/js/custombox) [](https://travis-ci.org/dixso/custombox) [](https://coveralls.io/github/dixso/custombox?branch=master)  ========== Modal dialog effects with transitions CSS3. Usage ----- You can install custombox through bower: ```bash bower install custombox ``` Or through npm: ```bash npm install custombox ``` Alternatively, download the package and reference the JavaScript and CSS files manually: ```html <script src="custombox.min.js"></script> <link rel="stylesheet" type="text/css" href="custombox.min.css"> ``` Optional legacy file for along for the older browsers. ```html <script src="custombox.legacy.min.js"></script> ``` ## Basic usage ```js new Custombox.modal({ content: { effect: 'fadein', target: '#modal' } }).open(); ```
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula