classjs Documentation

Similar documents
jquery Cookbook jquery Community Experts O'REILLY8 Tokyo Taipei Sebastopol Beijing Cambridge Farnham Koln

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML

Introduction. Part I: jquery API 1. Chapter 1: Introduction to jquery 3

Content Elements. Contents. Row

PHP / MYSQL DURATION: 2 MONTHS

jquery Tutorial for Beginners: Nothing But the Goods

729G26 Interaction Programming. Lecture 4

for Lukas Renggli ESUG 2009, Brest

Advanced Dreamweaver CS6

Web Designing Course

JAVASCRIPT AND JQUERY: AN INTRODUCTION (WEB PROGRAMMING, X452.1)

Introduction to HTML & CSS. Instructor: Beck Johnson Week 5

DNNGo LayerSlider3D. User Manual

Advanced iframe Pro v7.5.2 (Your installation is up to date - view history)

SEEM4570 System Design and Implementation Lecture 04 jquery

of numbers, converting into strings, of objects creating, sorting, scrolling images using, sorting, elements of object

Webomania Solutions Pvt. Ltd. 2017

I, J, K. Eclipse, 156

!"#"## $% Getting Started Common Idioms Selectors Animations & Effects Array vs. NodeList Ajax CSS Credits. jquery YUI 3.4.

USER GUIDE AND THEME SETUP

Website Development with HTML5, CSS and Bootstrap

NetAdvantage for jquery SR Release Notes

DOCUMENTATION. Table of content : GETTING STARTED. First Step. Theme Installation. Theme License. Importing Demo Data.

The course is supplemented by numerous hands-on labs that help attendees reinforce their theoretical knowledge of the learned material.

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) What is JavaScript?

Varargs Training & Software Development Centre Private Limited, Module: HTML5, CSS3 & JavaScript

VTEM SLIDES INSTRUCTION MANUAL COPYRIGHT DISCLAIMER. Instruction Manual FOR INFO, UPDATES, REQUESTS & CONTACT

jquery Speedo Popup Product Documentation Version 2.1

Modules Documentation ADMAN. Phaistos Networks

Installation & User Guide

Index. Boolean value, 282

TIME SCHEDULE MODULE TOPICS PERIODS. HTML Document Object Model (DOM) and javascript Object Notation (JSON)

Custom Contact Forms Magento 2 Extension

Want to know how it works? Read the extensive documentation and complete ActionScript 2 object reference.

Adobe Dreamweaver CS6 Digital Classroom

Comprehensive AngularJS Programming (5 Days)

icreate Editor Tech spec

Ignite UI Release Notes

HOW TO Build an HTML5 Pushdown Banner

Table of contents. Ajax AutoComplete Manual DMXzone.com

HTML5, CSS3, JQUERY SYLLABUS

Sparqube Picture Column App

Table of contents. DMXzone Ajax Form Manual DMXzone

Basics of Web Technologies


Contents. Xweb User Manual

FLOATING AND POSITIONING

showinplaceholder The jquery Plug-in

Chapter 9 Introducing JQuery

Web Development & Design Foundations with HTML5

CUSTOMER PORTAL. Custom HTML splashpage Guide

PVII Pop Menu Magic 3

WEB DESIGNING CURRICULUM

HTML5 and CSS3 The jquery Library Page 1

How to create interactive documents

Table of contents. DMXzone Nivo Slider 3 DMXzone

Course Details. Skills Gained. Who Can Benefit. Prerequisites. View Online URL:

PHP,HTML5, CSS3, JQUERY SYLLABUS

The Scope of This Book... xxii A Quick Note About Browsers and Platforms... xxii The Appendices and Further Resources...xxiii

Ignite UI Release Notes

FolderView DMXzone.com Folder View 2 Manual

classjs Documentation

Ally Accessibility Checklist

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

How define the img src path in MVC Not the answer you're looking for? Browse other on jquery, how to manually define image src into html _img_ tag.

itunes Extras/iTunes LP Development: TuneKit Programming Guide v1.0

Parashar Technologies HTML Lecture Notes-4

Design patterns and Animation with jquery. with Paul Bakaus

WELCOME TO JQUERY PROGRAMMING LANGUAGE ONLINE TUTORIAL

Nintex Forms 2010 Help

The. Scripts. Developer Guide [Part 3]

WordPress How to Create a Simple Image Slider with the New RoyalSlider

Sign-up Forms Builder for Magento 2.x. User Guide

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week

BEFORE CLASS. If you haven t already installed the Firebug extension for Firefox, download it now from

JSN EasySlider Configuration Manual

JavaScript. jquery and other frameworks. Jacobo Aragunde Pérez. blogs.igalia.com/jaragunde

Flexslider v1.x Installation and User Manual

Release Date April 24 th 2013

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^

A set-up guide and general information to help you get the most out of your new theme.

webdriverplus Release 0.1

How to lay out a web page with CSS

Full Stack Web Developer

Web Design. Lecture 7. Instructor : Cristina Mîndruță Site : Cristina Mindruta - Web Design

Overview

NetAdvantage for ASP.NET Release Notes

NAVIGATION INSTRUCTIONS

Table Basics. The structure of an table

Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management

CM Mega Menu Documentation

NetAdvantage for jquery Release Notes

In this Class Mark shows you how to put applications into packages and how to run them through the command line.

hoverover The jquery Plug-in

CS193X: Web Programming Fundamentals

PLAYER DEVELOPER GUIDE

Introduction to. Maurizio Tesconi May 13, 2015

T T USER GUIDE. 1. Website/Pages/Stripes/Items/Elements Click & Edit, Mix & Match (Drag & Drop) Adding a Stripe Managing Stripes...

Contents FORMAT 3. Specifications STATIC ADVERTISING 4. Interstitial HTML5 ADVERTISING 5-12

Creating Content with iad JS

Transcription:

classjs Documentation Release 1.0 Angelo Dini March 21, 2015

Contents 1 Requirements 3 2 Plugins 5 2.1 Cl.Accordion............................................... 5 2.2 Cl.Autocomplete............................................. 7 2.3 Cl.Carousel................................................ 8 2.4 Cl.Debug................................................. 10 2.5 Cl.Gallery................................................ 11 2.6 Cl.Lightbox................................................ 13 2.7 Cl.Mobilemenu.............................................. 16 2.8 Cl.Uniform................................................ 18 i

ii

These plugins are aimed for professionals with extensive JavaScript knowledge. Each plugin follows a simplistic and a modular approach. All plugins have demos, tests and documentation regarding their options, methods, events and callbacks. The plugins are compatible with Firefox, Chrome, Safari and IE7+. We also support ios, Android and Windows Phone to insure correct responsive behaviour with full accessible support according to the WCAG 2.0 standards. Each plugin requires at least class.js 1.0+ and jquery 1.7+. The latest stable versions are available on github - https://github.com/finalangel/classjs-plugins Contents 1

2 Contents

CHAPTER 1 Requirements For additional information on how to run documentation or the examples locally, consult the docs/readme.rst or the demo page s FAQ section: http://finalangel.github.io/classjs-plugins/ 3

4 Chapter 1. Requirements

CHAPTER 2 Plugins 2.1 Cl.Accordion This is a list of all relevant options, methods, events and callbacks. 2.1.1 Options Options are set on initializing the accordion: new Cl.Accordion({ // your options index : 0, event : mouseenter }); Option Default Description index null shows selected element[index] starting form zero. expanded false initial visibility of all items inside the selector. event click the jquery element of which the accordion will listen to. easing swing the jquery easing method for all animations. duration 300 the jquery duration speed for all animations. grouping true enables all elements to be grouped together, only one will be visible at any given time. forceclose false if enabled, allows open element to be closed again. disableanchors true disables descending anchors from triggering. For example if the trigger is an li wrapping an anchor. autoheight false sets the height for each element on initialization. cls object the available css class getters and setters. lang object the available language configurations. Option cls setters and getters: Option Default Description expanded expanded will be added on the trigger when expanded collapsed collapsed will be added on the trigger when collapsed trigger.trigger the element which triggers toggle container.container the container to be expanded and collapsed text.text will be used to switch language text Option lang strings: 5

Option Default expanded Expanded collapsed Collapsed 2.1.2 Methods Methods can be called using an instance of the class: var accordion = new Cl.Accordion(); // trigger the method accordion.toggle(); All Methods have appropriate events and callbacks. accordion.toggle(index) Description toggles a specified accordion entry. Arguments index (number) required the index of the element to be toggled. Returns toggle callback. accordion.show([index]) Description opens an accordion entry. Arguments index (number) optional index of the element to be shown, if empty shows all. Returns open callback. accordion.hide([index]) Description hides an accordion entry. Arguments index (number) optional index of the element to be shown, if empty hides all. Returns close callback. 2.1.3 Callbacks Callbacks are always triggered after the method is excecuted. You can interact with callbacks as follows: var accordion = new Cl.Accordion(); // register callback accordion.callbacks.toggle = function () { console.log( item has toggled ); }; Available keywords: toggle is called when triggering method toggle. open is called when triggering method open. close 6 Chapter 2. Plugins

is called when triggering method close. 2.2 Cl.Autocomplete This is a list of all relevant options, methods, events and callbacks. 2.2.1 Options Options are set on initializing autocomplete: new Cl.Autocomplete({ // your options minlength : 1, fx : toggle }); Option Default Description url false sd minlength 3 sd easing swing the jquery easing method for all animations. duration 300 the jquery duration speed for all animations. delay 300 the jquery duration speed for all animations. fx slide the jquery duration speed for all animations. cls object the available css class getters and setters. lang object the available language strings. Option cls setters and getters: 2.2.2 Methods Methods can be called using an instance of the class: var mobilemenu = new Cl.Mobilemenu(); // trigger the method mobilemenu.toggle(); All Methods have appropriate events and callbacks. mobilemenu.toggle(index) Description toggles a specified mobilemenu entry. Arguments index (number) required the index of the element to be toggled. Returns toggle callback. mobilemenu.show([index]) Description opens an mobilemenu entry. Arguments index (number) optional index of the element to be shown, if empty shows all. Returns open callback. 2.2. Cl.Autocomplete 7

mobilemenu.hide([index]) Description hides an mobilemenu entry. Arguments index (number) optional index of the element to be shown, if empty hides all. Returns close callback. 2.2.3 Callbacks Callbacks are always triggered after the method is excecuted. You can interact with callbacks as follows: var mobilemenu = new Cl.Mobilemenu(); // register callback mobilemenu.callbacks.toggle = function () { console.log( item has toggled ); }; Available keywords: toggle is called when triggering method toggle. open is called when triggering method open. close is called when triggering method close. 2.3 Cl.Carousel This is a list of all relevant options, methods, events and callbacks. 2.3.1 Options Options are set on initializing the carousel: new Cl.Carousel({ // your options index : 0, move : single }); Option Default Description index null shows selected element[index]/group[index] starting form zero. timeout null timeout in ms for autoplay, if 0 or null autoplay is ignored. autoplay false continues timeout even after manual cancellation. easing linear the jquery easing method for all animations. duration 300 the jquery duration speed for all animations. move auto either single to move one element at a time or auto to move all visible elements. momentum true enables next and previous to jump to the end or beginning when reaching their bounds. cls object the available css class getters and setters. Option cls setters and getters: 8 Chapter 2. Plugins

Option Default Description active active class will be added to the active item. disabled disabled class will be added to the triggers when bound is reached and momentum is false. wrapper.wrapper the outer relative positioned wrapper where the height will be added. viewport.viewport the inner absolute positioned wrapper that will be moved. elements.item the element / individual items. next.trigger-next a element which triggers the method next. previous.trigger-previous element which triggers the method previous. navigation a.nav a navigation elements which trigger the method move whith their corresponding index. 2.3.2 Methods Methods can be called using an instance of the class: var carousel = new Cl.Carousel(); // trigger the instanace carousel.toggle(); All Methods have appropriate events and callbacks. carousel.next() Description goes to the next carousel slide. Returns next callback. carousel.previous() Description goes to the previous carousel slide. Returns previous callback. carousel.move(index) Description moves to a carousel entry. Arguments carousel.play() carousel.stop() index (number) index of the element to be moved to. Returns move callback. Description starts the carousel timeout. Returns play callback. Description stops the carousel timeout. Returns stop callback. carousel.update() Description updates the carousels states. Returns update callback. carousel.destroy() 2.3. Cl.Carousel 9

Description removes all states and events. Returns destroy callback. 2.3.3 Callbacks Callbacks are always triggered after the method is excecuted. You can interact with callbacks as follows: var carousel = new Cl.Carousel(); // register callback carousel.callbacks.move = function (scope) { console.log( caoursel is moving to position + scope.index); }; Available keywords: next is called when triggering method next. previous is called when triggering method previous. move is called when triggering method move. play is called when triggering method play. stop is called when triggering method stop. update is called when triggering method update. destroy is called when triggering method destroy. 2.4 Cl.Debug This is a list of all relevant options, methods, events and callbacks. 2.4.1 Options Options are set on initializing debug: new Cl.Debug({ // your options close : true }); Option Default Description closed false defines if the button is visible or not. collapsed true defines if the menu is expanded or collapsed. 10 Chapter 2. Plugins

2.4.2 Methods append #show to url for enabling the button when closed. 2.4.3 Callbacks There are no callbacks so far. 2.5 Cl.Gallery This is a list of all relevant options, methods, events and callbacks. 2.5.1 Options Options are set on initializing the gallery: new Cl.Gallery({ // your options index : 0, engine : slide }); Option Default Description index null shows selected element[index]/group[index] starting form zero. timeout 5000 timeout in ms for autoplay, if 0 or null autoplay is ignored. autoplay false continues timeout even after manual cancellation. easing swing the jquery easing method for all animations. duration 300 the jquery duration speed for all animations. autoheight true sets the height on the warpper to the heighest element. autoresize true sets the height on the warpper on window.resize. engine fade this is the engine to be loaded when animating. Build-in are fade and slide. cls object the available css class getters and setters. Option cls setters and getters: Option Default Description active active class will be added to the active item. wrapper.wrapper the outer relative positioned wrapper where the height will be added. viewport.viewport the inner absolute positioned wrapper that will be moved. elements.item the element / individual items. next.trigger-next a element which triggers the method next. previous.trigger-previous element which triggers the method previous. navigation a.nav a navigation elements which trigger the method move whith their corresponding index. 2.5.2 Methods Methods can be called using an instance of the class: 2.5. Cl.Gallery 11

var gallery = new Cl.Gallery(); // trigger the instanace gallery.toggle(); All Methods have appropriate events and callbacks. gallery.next() Description goes to the next gallery slide. Returns next callback. gallery.previous() Description goes to the previous gallery slide. Returns previous callback. gallery.move(index) Description moves to a gallery entry. Arguments gallery.play() gallery.stop() index (number) index of the element to be moved to. Returns move callback. Description starts the gallery timeout. Returns play callback. Description stops the gallery timeout. Returns stop callback. gallery.update() Description updates gallery to current index. Returns update callback. 2.5.3 Callbacks Callbacks are always triggered after the method is excecuted. You can interact with callbacks as follows: var gallery = new Cl.Gallery(); // register callback gallery.callbacks.move = function (scope) { console.log( galery is moving to element + scope.index); }; Available keywords: next is called when triggering method next. previous is called when triggering method previous. move 12 Chapter 2. Plugins

is called when triggering method move. play is called when triggering method play. stop is called when triggering method stop. update is called when triggering method update. 2.6 Cl.Lightbox This is a list of all relevant options, methods, events and callbacks. 2.6.1 Options Options are set on initializing the lightbox: new Cl.Lightbox({ group : false, responsive : false }); 2.6. Cl.Lightbox 13

Option Default Description prefix cl the prefix is attached to all internal events and css classes for example cl-lightbox or cl-lightbox. group true allows grouping of matching elements and enables status and navigation. cycle true requires group allows previous and next methods to cycle through matching elements. modal true enables the dimmer functionality. modalclickable true requires modal allows the dimmer to be closed onclick. modal- Closable true requires modalclickable disables all close events, lightbox can be only closed using the API. forceload false if enabled, insures that iframes are fully loaded before display. easing swing jquery easing effect for all animations. duration 300 duration until the lightbox is fully expanded. speed 300 speed for all regular animations. fixed true sets the lightbox always inside the viewport of the user even when scrolling. responsive true enables responsive behaviour of the lightbox. ajax false ajax loads the provided url and tries to inject the html into the lightbox. It does not create an iframe in order to maintain the css style. controls true requires group enables controllable elements when a collection is active. cls adds an additional class to the top level element. opacity 0.8 requires modal transparent level for dimmer. styles Object adds jquery style css object to gallery content element. dimensions Object available dimensions are initialwidth, initialheight, offset, width and height. keys true enables control for the lightbox using the keyboard. keycodes Object requires keys enables key control for close, next and previous. lang Object the available language configurations. Option lang strings: Option close errormessage next previous status Default Close lightbox <p><strong>the requested element...</p> Next Previous Slide {current} of {total}. 2.6.2 Methods Methods can be called using an instance of the class: var lightbox = new Cl.Lightbox(); // trigger the instanace lightbox.open(); All Methods have appropriate events and callbacks. instance.open(url) Description opens the lightbox with the provided url or jquery element. 14 Chapter 2. Plugins

Arguments type (jquery) either url or jquery element. Returns open callback instance.close() Description closes the lightbox. Returns close callback instance.resize(width, height) Description resizes the lightbox to the specified dimensions. Arguments width (number) the width the lightbox should be resized to. height (number) the height the lightbox should be resized to. Returns resize callback instance.destroy() Description removes the lightbox from the dom. Returns destroy callback instance.next() Description movies to the next element. Returns next callback instance.previous() Description movies to the previous element. Returns previous callback instance.getelement() Returns the current visible element instance.getcollection() Returns all current elements in the collection 2.6.3 Callbacks Callbacks are always triggered after the method is excecuted. You can interact with callbacks as follows: var lightbox = new Cl.Lightbox(); // register callback lightbox.callbacks.close = function () { console.log( lightbox is closing ); }; Available keywords: open is called when triggering method open. close is called when triggering method close. 2.6. Cl.Lightbox 15

resize is called when triggering method resize. destroy is called when triggering method destroy. next is called when triggering method next. previous is called when triggering method previous. Private keywords: load is called when triggering private method load. complete is called when triggering private method complete. unload is called when triggering private method unload. 2.7 Cl.Mobilemenu This is a list of all relevant options, methods, events and callbacks. 2.7.1 Options Options are set on initializing the mobilemenu: new Cl.Mobilemenu({ // your options duration : 0, ratio : 80 / 100 }); Option Default Description easing swing the jquery easing method for all animations. duration 300 the jquery duration speed for all animations. bound 539 the bound used when the mobilemenu should show up. ratio 70 / 100 the ratio used for how much the menu is taking from the viewport. fixedratio null same as ratio just in pixel instead of multiplicator. offset object offsets to left or top of the menu. cls object the available css class getters and setters. overlay the generated overlay. Option cls setters and getters: Option Default Description menu.mainnav will be added on the trigger when expanded inner > ul will be added on the trigger when collapsed knob.mainnav-knob the element which triggers toggle 16 Chapter 2. Plugins

2.7.2 Methods Methods can be called using an instance of the class: var mobilemenu = new Cl.Mobilemenu(); // trigger the method mobilemenu.toggle(); All Methods have appropriate events and callbacks. mobilemenu.toggle(index) Description toggles a specified mobilemenu entry. Arguments index (number) required the index of the element to be toggled. Returns toggle callback. mobilemenu.show([index]) Description opens an mobilemenu entry. Arguments index (number) optional index of the element to be shown, if empty shows all. Returns open callback. mobilemenu.hide([index]) Description hides an mobilemenu entry. Arguments index (number) optional index of the element to be shown, if empty hides all. Returns close callback. 2.7.3 Callbacks Callbacks are always triggered after the method is excecuted. You can interact with callbacks as follows: var mobilemenu = new Cl.Mobilemenu(); // register callback mobilemenu.callbacks.toggle = function () { console.log( item has toggled ); }; Available keywords: toggle is called when triggering method toggle. show is called when triggering method show. hide is called when triggering method hide. 2.7. Cl.Mobilemenu 17

2.8 Cl.Uniform This is a list of all relevant options, methods, events and callbacks. 2.8.1 Options Options are set on initializing the carousel: new Cl.Uniform(); Option Default Description offset -9999 the offset of the input related to the surrounding container. cls object the available css class strings. lang object the available language configurations. tpl object the html template which will be used to replace the forms. Option cls strings: Option Default Description prefix uniform will be added before all following classes. radio radio will be used as the wrapper for radio elements. checkbox checkbox will be used as the wrapper for checkbox elements. file file will be used as the wrapper for file elements. select select will be used as the wrapper for select elements. disabled disabled will be added whenever the attribute disabled="disabled" is defined. focus focus will be added whenever focus is triggered on the element. ready ready will be added when the uniform is ready on this particular field. checked checked will be added when checkbox/radio is checked/selected Option lang strings: Option filebtn filestatus Option tpl strings: Option radio checkbox file select Default Upload Please select a file... Default dom element (string) dom element (string) dom element (string) dom element (string) 2.8.2 Methods Methods can be called using an instance of the class: var uniform = new Cl.Uniform(); // trigger the instanace uniform.update(); All Methods have appropriate events and callbacks. uniform.update() Description checks all form elements and updates their states accordingly. Returns update callback. 18 Chapter 2. Plugins

uniform.destroy() Description removes uniform from form elements. Returns destroy callback. 2.8.3 Callbacks Callbacks are always triggered after the method is excecuted. You can interact with callbacks as follows: var uniform = new Cl.Uniform(); // register callback uniform.callbacks.update = function (scope) { console.log( uniform is excecuting update ); }; Available keywords: update is called when triggering method update. destroy is called when triggering method destroy. 2.8. Cl.Uniform 19

20 Chapter 2. Plugins

Index A accordion.hide() (accordion method), 6 accordion.show() (accordion method), 6 accordion.toggle() (accordion method), 6 C carousel.destroy() (carousel method), 9 carousel.move() (carousel method), 9 carousel.next() (carousel method), 9 carousel.play() (carousel method), 9 carousel.previous() (carousel method), 9 carousel.stop() (carousel method), 9 carousel.update() (carousel method), 9 close (global variable or constant), 6, 8 close (None attribute), 15 complete (None attribute), 16 D destroy (global variable or constant), 10, 19 destroy (None attribute), 16 G gallery.move() (gallery method), 12 gallery.next() (gallery method), 12 gallery.play() (gallery method), 12 gallery.previous() (gallery method), 12 gallery.stop() (gallery method), 12 gallery.update() (gallery method), 12 H hide (global variable or constant), 17 I instance.close() (instance method), 15 instance.destroy() (instance method), 15 instance.getcollection() (instance method), 15 instance.getelement() (instance method), 15 instance.next() (instance method), 15 instance.open() (instance method), 14 instance.previous() (instance method), 15 instance.resize() (instance method), 15 is called when triggering method close. (global variable or constant), 6, 8 is called when triggering method close. (is called when triggering method close attribute), 15 is called when triggering method destroy. (global variable or constant), 10, 19 is called when triggering method destroy. (is called when triggering method destroy attribute), 16 is called when triggering method hide. (global variable or constant), 17 is called when triggering method move. (global variable or constant), 10, 12 is called when triggering method next. (global variable or constant), 10, 12 is called when triggering method next. (is called when triggering method next attribute), 16 is called when triggering method open. (global variable or constant), 6, 8 is called when triggering method open. (is called when triggering method open attribute), 15 is called when triggering method play. (global variable or constant), 10, 13 is called when triggering method previous. (global variable or constant), 10, 12 is called when triggering method previous. (is called when triggering method previous attribute), 16 is called when triggering method resize. (is called when triggering method resize attribute), 15 is called when triggering method show. (global variable or constant), 17 is called when triggering method stop. (global variable or constant), 10, 13 is called when triggering method toggle. (global variable or constant), 6, 8, 17 is called when triggering method update. (global variable or constant), 10, 13, 19 is called when triggering private method complete. (is called when triggering private method com- 21

plete attribute), 16 is called when triggering private method load. (is called when triggering private method load attribute), 16 is called when triggering private method unload. (is called when triggering private method unload attribute), 16 L load (None attribute), 16 M mobilemenu.hide() (mobilemenu method), 7, 17 mobilemenu.show() (mobilemenu method), 7, 17 mobilemenu.toggle() (mobilemenu method), 7, 17 move (global variable or constant), 10, 12 N next (global variable or constant), 10, 12 next (None attribute), 16 O open (global variable or constant), 6, 8 open (None attribute), 15 P play (global variable or constant), 10, 13 previous (global variable or constant), 10, 12 previous (None attribute), 16 R resize (None attribute), 15 S show (global variable or constant), 17 stop (global variable or constant), 10, 13 T toggle (global variable or constant), 6, 8, 17 U uniform.destroy() (uniform method), 19 uniform.update() (uniform method), 18 unload (None attribute), 16 update (global variable or constant), 10, 13, 19 22 Index