-
Notifications
You must be signed in to change notification settings - Fork 3
JQueryUI
JQueryUI
This class contains the properties related to the jquery-ui.js script.
The following sections contain a detailed description of the properties and methods.
Calling this method saves the jquery-ui.js file in the path of the database.
BAPT.Scripts.JQueryUI.SaveToDisk
--
With this property you pass the url of the cdn of jquery-ui.js.
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js
BAPT.Scripts.JQueryUI.CDN = "https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"
With this property you pass the path to the jquery-ui.js file.
CurrentProject.Path & "\jquery-ui.min.js"
BAPT.Scripts.JQueryUI.PathFilename = CurrentProject.Path & "\jquery-ui.min.js"
With this property you can specify where the jquery-ui.js 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.JQueryUI.Source = ptScriptSource.CDN