Copy link to clipboard
Copied
Hello everyone,
What version of Bootstrap is being used with Dreamweaver cc 2017?
Thank you.
Mine has BS 3.3.7 in DW CC2017 Build 7888.
Copy link to clipboard
Copied
Mine has BS 3.3.7 in DW CC2017 Build 7888.
Copy link to clipboard
Copied
Hi,
Dreamweaver currently supports Bootstrap 3.3.7 version.
Thanks
Copy link to clipboard
Copied
If you want to experiment with Bootstrap 4 (the latest release), you can reference the CDN hosted styles and scripts in your code. BS4 uses the newer CSS Flexbox layout model which gives you more options than BS3.
Tutorial: Bootstrap 4 Tutorial
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootstrap 4</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Latest compiled and minified Bootstrap CSS-->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
</head>
<body>
<div class="jumbotron text-center">
<h1>My First Bootstrap Page</h1>
<p>Resize this responsive page to see the effect!</p>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3>Column 1</h3>
<p>Lorem ipsum dolor..</p>
<p>Ut enim ad..</p>
</div>
<div class="col-sm-4">
<h3>Column 2</h3>
<p>Lorem ipsum dolor..</p>
<p>Ut enim ad..</p>
</div>
<div class="col-sm-4">
<h3>Column 3</h3>
<p>Lorem ipsum dolor..</p>
<p>Ut enim ad..</p>
</div>
</div>
</div>
<!--latest jQuery 3-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<!--Popper JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<!--latest Bootstrap 4 JS-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
</html>
Copy link to clipboard
Copied
Hi ,
We are working on implementing Bootstrap version 4 support in DW.
Please join our Prerelease to try out Bootstrap 4.
Thanks
Copy link to clipboard
Copied
Hi,
Please update to DW 18.1 , it includes Support for Bootstrap 4.0.0
Thanks
Copy link to clipboard
Copied
That's great. However I'm just wondering when is the jQuery Script part going to updated? I notice that it is still at version 1.11.3. When will it be 1.12 ?
Copy link to clipboard
Copied
I'm using jQuery 3.2.1 (the latest stable release) from the jQuery CDN.
<!--latest jQuery Core-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
Copy link to clipboard
Copied
Hi,
In DW, for a BS3 site if you create a new Bootstrap page the jquery version in jquery-1.11.3.min.js file is 1.11.3
For a BS4 site if you create a new Bootstrap page the jquery version in jquery.-3.2.1.min.js file is 3.2.1.
For a BS3 site if you want the jquery version to be updated please submit a feature enhancement request on Adobe Dreamweaver CC: Feature Ideas
Thanks
Copy link to clipboard
Copied
OK Thanks I see that now.
So why not have the same update for the JQuery UI?
Copy link to clipboard
Copied
If this question is related to the original post, then the answer is that you do not require jQuery UI for Bootstrap.
If the question is unrelated, then please start a new topic stating details of the problem.
Copy link to clipboard
Copied
https://forums.adobe.com/people/Kratika+Agarwal wrote
- In DW, for a BS3 site if you create a new Bootstrap page the jquery version in jquery-1.11.3.min.js file is 1.11.3
- For a BS3 site if you want the jquery version to be updated please submit a feature enhancement request
That is embarrassing that Adobe themselves can not assess and understand the benefits of updating. Security, Performance, and the list goes on. Why does Adobe need user feedback to make such a fundamental decision ? Likewise it would not be hard to allow the user to choose in app via a dialog what version the user prefers or wishes to use. If for some reason they need legacy and choose to forgo the benefits of newer versions. Wow that is astonishing, a feature request, really ?
Adobe innovation at its finest, leading the way to yesterday for its users. -- Sarcasm
Copy link to clipboard
Copied
Have you had a look at jQuery-latest? This is a direct link from official jQuery sources.
What does this mean? Should they be embarrassed like you think Adobe should be or is there a reason?
Copy link to clipboard
Copied
BenPleysier wrote
What does this mean?
Nice try Ben. It means exactly what I said as it was stated. Do you likewise fail to understand? Sigh.
Copy link to clipboard
Copied
I fail to understand why we need DW to update scripts for us. Script updates come out all the time. Go directly to jQuery CDN and choose whichever version(s) you want for your current projects. EZPZ.
Copy link to clipboard
Copied
No wonder dreamweaver is struggling, obviously its users don't hep the matter with their thinking. It's amazing people don't understand what I wrote.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now