-
Notifications
You must be signed in to change notification settings - Fork 3
PivotCSS
PivotCSS
This class contains the properties related to the pivot.css stylesheet.
The following sections contain a detailed description of the properties and methods.
Calling this method saves the pivot.css file in the path of the database.
BAPT.Scripts.JQueryCSS.SaveToDisk
--
With this property you pass the url of the cdn of pivot.css.
https://cdnjs.cloudflare.com/ajax/libs/pivottable/2.23.0/pivot.min.css
BAPT.Scripts.PivotCSS.CDN = "https://cdnjs.cloudflare.com/ajax/libs/pivottable/2.23.0/pivot.min.css"
With this property you pass the path to the pivot.css file.
CurrentProject.Path & "\pivot.min.css"
BAPT.Scripts.PivotCSS.PathFilename = CurrentProject.Path & "\pivot.min.css"
With this property you can specify where the pivot.css file is located.
Possible values are:
- CDN
- LocalFile
When you choose "CDN" then the url in the property CDN is inserted to the html file.
When you choose "LocalFile" then the path and file name in the property PathFilename is inserted to the html file.
CDN
BAPT.Scripts.PivotCSS.Source = ptScriptSource.CDN