Skip to content

A WordPress stylesheet for according jQuery UI elements to admin area

Notifications You must be signed in to change notification settings

PierreLebedel/KodexWpAdminJqueryUiTheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress admin jQueryUI Theme

A WordPress stylesheet for according jQuery UI elements to admin area.

This files are created with the jQueryUI ThemeRoller.

The jquery-ui.css and jquery-ui.min.css files are including both structure and theme. The index.html file is an example page with many jQueryUI components.

Screenshots

  1. Datepicker, Accordion, Tabs enter image description here

  2. Slider, Progressbar, Buttons & Selectmenu, Icons enter image description here

  3. Dialog enter image description here

Usage

To include this theme in your plugin, use PHP code :

add_action('admin_enqueue_scripts', 'kodex_admin_enqueue_scripts');
function kodex_admin_enqueue_scripts(){
	wp_enqueue_style('kodex_jqueryui', plugin_dir_url(__FILE__).'jqueryui/jquery-ui.min.css');
	wp_enqueue_script('kodex_plugin', plugin_dir_url(__FILE__).'script.js', array('jquery', 'jquery-ui-core', 'jquery-ui-datepicker'));
}

About

A WordPress stylesheet for according jQuery UI elements to admin area

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages