Class Index | File Index

Classes


Namespace jQuery.tabulate.options.elements

Holds all of our jQuery objects
Defined in: jquery.tabulate.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Contains the jQuery selectors for key elements.
Field Summary
Field Attributes Field Name and Description
<static>  
jQuery.tabulate.options.elements.$count
The "count" element.
<static>  
jQuery.tabulate.options.elements.$current_page
The "current page" element.
<static>  
jQuery.tabulate.options.elements.$loading
The "loading" element.
<static>  
jQuery.tabulate.options.elements.$next
The "next" element.
<static>  
jQuery.tabulate.options.elements.$previous
The "previous" element.
<static>  
jQuery.tabulate.options.elements.$results_per_page
The "results per page" element.
<static>  
jQuery.tabulate.options.elements.$total_pages
The "total pages" element.
Namespace Detail
jQuery.tabulate.options.elements
Contains the jQuery selectors for key elements.

Keep in mind that upon initialization these values will be replaced by the jQuery object(s) they select.

See:
jQuery.tabulate.init
Field Detail
<static> {String} jQuery.tabulate.options.elements.$count
The "count" element. This element stores the value of the jQuery.tabulate.count variable.

<static> {jQuery} jQuery.tabulate.options.elements.$current_page
The "current page" element. This element stores the value of the jQuery.tabulate.current_page variable.

<static> {String} jQuery.tabulate.options.elements.$loading
The "loading" element. This element is activated whenever tabulate is loading data.

<static> {String} jQuery.tabulate.options.elements.$next
The "next" element. This element is bound to the jQuery.tabulate.next function.

<static> {String} jQuery.tabulate.options.elements.$previous
The "previous" element. This element is bound to the jQuery.tabulate.previous function.

<static> {String} jQuery.tabulate.options.elements.$results_per_page
The "results per page" element. This element is bound to the jQuery.tabulate.update_filters function, specifically for updating the "limit" filter.

<static> {String} jQuery.tabulate.options.elements.$total_pages
The "total pages" element. This element stores the value of the jQuery.tabulate.total_pages variable.

Documentation generated by JsDoc Toolkit 2.3.2 on Tue Oct 12 2010 18:20:11 GMT-0700 (PDT)