CatalystX-CRUD-YUI
view release on metacpan or search on metacpan
lib/CatalystX/CRUD/YUI/TT/static/js/crud.js view on Meta::CPAN
# sync with .pm files
my $VERSION = '0.031';
*/
YAHOO.namespace('crud');
// global var trackers
YAHOO.crud.TABS = [];
YAHOO.crud.HISTORY = [];
// set global array of callbacks to execute on form submit
YAHOO.crud.onFormSubmit = [];
/* use FireBug for debugging if it is available */
if (!YAHOO.crud.log) {
if (typeof console != 'undefined' && OK2LOG) {
if (window.console && !console.debug) {
// safari
//alert("window.console is defined");
YAHOO.crud.log = function() { window.console.log(arguments[0]) };
( run in 1.178 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )