Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

biblibre/omeka-s-module-jQueryUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQueryUI for Omeka S

This module does nothing on itself but provides jQueryUI JS library for other modules

Usage

Install and activate this module, then add the following to your templates:

$this->headScript()->appendFile($this->assetUrl('jquery-ui.min.js', 'jQueryUI'));
$this->headLink()->appendStylesheet($this->assetUrl('jquery-ui.min.css', 'jQueryUI'));