项目作者: biblibre

项目描述 :
jQueryUI for Omeka S
高级语言: PHP
项目地址: git://github.com/biblibre/omeka-s-module-jQueryUI.git
创建时间: 2016-05-12T13:52:19Z
项目社区:https://github.com/biblibre/omeka-s-module-jQueryUI

开源协议:

下载


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:

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