Cập nhật gần đây nhất vào
26 thg 12, 2022
Read this API reference to know the bootstrap functions in Dreamweaver
The following functions are related to Bootstrap in Dreamweaver.
dw.getDocumentDOM().getCompatibleBootstrapVersion()
Availability
In Dreamwaver 18.1
Description
Returns the compatible Bootstrap version for the current or active html/php document.
Arguments
None
Returns
- The version in the bootstrap related CSS file that is linked to the page.
- Site preference if no boostrap css file is linked to the page, and the page is a part of a site within Dreamweaver.
- Version 4.0.0 if no boostrap css file is linked to the page, and the page is not a part of any site.