Skip to content

classes_essentials_resources_jquerytask.class

Daniel Spors edited this page Dec 19, 2023 · 1 revision

Classes in file essentials/resources/jquerytask.class.php

class jQueryTask

Processes jQuery UI Themes. This task will translate a jQuery UI from the Themeroller into a LESS file plus some images. Everything will be downloaded to a local folder.

GrabUI

Downloads a fully working and consistent copy of jQuery UI to a given folder.

Definition: public function GrabUI($args)

Returns: void

Parameters:

  • mixed $args Arguments are: target=<target folder, subfolder 'jquery-ui' will becreted> [version=] [=|url=]

Run

IMPLEMENTS \ScavixWDF\Tasks\Task::Run()

UpdateUI

Updates the standard jQuery UI assets that are delivered with the Scavix-WDF.

Definition: public function UpdateUI($args)

Returns: void

Parameters:

  • mixed $args Optional arguments, version= may override the standard version 1.13.2
Clone this wiki locally