Author Topic: Bootstrap theme  (Read 2833 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Bootstrap theme
« on: January 16, 2018, 01:27:40 pm »
Can't get bootstrap theme to work...

Code: [Select]
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>

<link rel="stylesheet" href="paramquery-5.1.0/pqgrid.min.css">
<link rel="stylesheet" href="paramquery-5.1.0/pqgrid.ui.min.css">

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/4.0.0-beta.3/cerulean/bootstrap.min.css">

<script src="paramquery-5.1.0/pqgrid.min.js"></script>

What am I missing?
« Last Edit: January 16, 2018, 01:31:04 pm by queensgambit9 »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Bootstrap theme
« Reply #1 on: January 16, 2018, 03:29:18 pm »
Bootstrap theme needs to be included from themes folder.

https://plnkr.co/edit/zo6TdOvweAFvWM5JLasV?p=preview

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Re: Bootstrap theme
« Reply #2 on: January 16, 2018, 05:44:13 pm »
Hmm..so both are used?

Code: [Select]
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>

<link rel="stylesheet" href="paramquery-5.1.0/pqgrid.min.css">
<link rel="stylesheet" href="paramquery-5.1.0/pqgrid.ui.min.css">

<link rel="stylesheet" href="paramquery-5.1.0/themes/bootstrap/pqgrid.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/4.0.0-beta.3/cerulean/bootstrap.min.css">

<script src="paramquery-5.1.0/pqgrid.min.js"></script>

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Bootstrap theme
« Reply #3 on: January 17, 2018, 12:31:00 pm »
bootstrap is optional and not required.