Class Index | File Index

Classes


Namespace jQuery.tabulate.options.paths

Holds the default paths for jQuery.tabulate
Defined in: jquery.tabulate.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
The paths to various files required by the plugin.
Field Summary
Field Attributes Field Name and Description
<static>  
jQuery.tabulate.options.paths.tabulate
The default path to this file.
<static>  
jQuery.tabulate.options.paths.theme
The default path to the theme.
Namespace Detail
jQuery.tabulate.options.paths
The paths to various files required by the plugin.

Note that some paths are generated inside of jQuery.tabulate.init.

See:
jQuery.tabulate.init
Field Detail
<static> {String} jQuery.tabulate.options.paths.tabulate
The default path to this file.

By default, it is set to the path of the page being viewed. This is probably not desired and should be overwritten.

Default Value:
window.location.pathname.replace(/\/$/, '')

<static> {String} jQuery.tabulate.options.paths.theme
The default path to the theme.

Please note that this path is relative to jQuery.tabulate.options.paths.tabulate.

Default Value:
"src/themes/default"

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