Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Defining additional css and javascript for each page

Bazı durumlarda tüm sayfaları etkileyecek bir değişiklik yapmak isteyebilirsiniz. Bu durumda [ThemeName] klasörü altına oluşturulacak Default klasörünü oluşturmalısınız.

Bu klasördeki css ve js içerikleri tüm sayfalarla yüklenir. In some cases, you may want to make a change that will affect all pages. In this case, you must create a Default folder under the [ThemeName] folder.

The contents of css and js in this folder are loaded on all pages. All bootstrap plugins can be changed by adding a Bootstrap 3.3.1  tema dosyası atılarak tüm bootstrap eklentileri değiştirilebilir. Sample teması bu yolla hazırlanmıştırtheme file. Sample theme was prepared using this method.

Info
titleExample folder structure
  • GUI
    • Theme
      • MyTheme
        • Default
          • bootstrap.theme.css
          • custom.css
          • AllPage.js
          • ...

...