class Jqueryui implements JavascriptInterface

Data for jQuery UI - https://jquery.com/ui

Methods

string|null
getVersion(string $version)

Use this method to get version to use

array|null
getJavascript(string $version)

Use this method to add data for javascript, keep latest version above

Details

at line 23
string|null getVersion(string $version)

Use this method to get version to use

Parameters

string $version

Return Value

string|null

at line 44
array|null getJavascript(string $version)

Use this method to add data for javascript, keep latest version above

Parameters

string $version

Return Value

array|null