Class Index | File Index

Classes


Namespace jQuery.tabulate.options.fragments

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

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Contains jQuery objects generated from HTML fragments.
Field Summary
Field Attributes Field Name and Description
<static>  
jQuery.tabulate.options.fragments.$cell
Default cell element.
<static>  
jQuery.tabulate.options.fragments.$container
Default container element.
<static>  
jQuery.tabulate.options.fragments.$content
Default content element.
<static>  
jQuery.tabulate.options.fragments.$image
Default image element.
<static>  
jQuery.tabulate.options.fragments.$link
Default anchor element.
<static>  
jQuery.tabulate.options.fragments.$navigation
Default navigation for the table.
<static>  
jQuery.tabulate.options.fragments.$option
Default option element.
<static>  
jQuery.tabulate.options.fragments.$row
Default row element.
Namespace Detail
jQuery.tabulate.options.fragments
Contains jQuery objects generated from HTML fragments.

These fragments are used to generate the table. Feel free to edit the fragments to suit your needs.

Field Detail
<static> {jQuery} jQuery.tabulate.options.fragments.$cell
Default cell element.

<static> {jQuery} jQuery.tabulate.options.fragments.$container
Default container element.

<static> {jQuery} jQuery.tabulate.options.fragments.$content
Default content element.

<static> {jQuery} jQuery.tabulate.options.fragments.$image
Default image element.

<static> {jQuery} jQuery.tabulate.options.fragments.$link
Default anchor element.

<static> {jQuery} jQuery.tabulate.options.fragments.$navigation
Default navigation for the table.

<static> {jQuery} jQuery.tabulate.options.fragments.$option
Default option element.

<static> {jQuery} jQuery.tabulate.options.fragments.$row
Default row element.

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