Sha256: ce75900a0990fcc3fd18f6ee72531e62879e391f7e16002b3dad56c0250b9be1

Contents?: true

Size: 1.19 KB

Versions: 93

Compression:

Stored size: 1.19 KB

Contents

/*
  INIT

  local to each view.  Launched automatically when the window is loaded.
*/

// Adds behaviors/observers to elements on the page
//
// YAHOO.init.addBehaviors = function() {
//	// overwrite this function locally
// };

// To be run before any other initializers have run.
//
// YAHOO.init.before = function() {
//	// overwrite this function locally
// };

// A/B testing hook. Runs before the page content is shown.
// 
// A/B testing is disabled by default.
//
// YAHOO.init.abTesting = function() {
//   // to enable A/B testing in your view, overwrite this file locally.
//   // 
//   // be sure to finish your post-Ajax callback with YAHOO.init.show()
//   //
//   YAHOO.init.show();
// };

// Post-initalizer. Runs after startup.
//
// YAHOO.init.after = function() {
// 	// overwrite this function locally
// };

YAHOO.init.local = function() {
	// put whatever you need in here
	// make sure your final callback is the following:
	//
  YAHOO.init.finish();
};

I18n.localTranslations = function() {
	// add local translation functions here
};
     			
// hide the loading screen and show the main body of the summary
// YAHOO.init.show = function() {
  // overwrite this function only if necessary
// };

Version data entries

93 entries across 93 versions & 1 rubygems

Version Path
ymdp-1.4.7 lib/ymdp/generator/templates/javascript.js
ymdp-1.4.6 lib/ymdp/generator/templates/javascript.js
ymdp-1.4.5 lib/ymdp/generator/templates/javascript.js
ymdp-1.4.4 lib/ymdp/generator/templates/javascript.js
ymdp-1.4.3 lib/ymdp/generator/templates/javascript.js
ymdp-1.4.2 lib/ymdp/generator/templates/javascript.js
ymdp-1.4.1 lib/ymdp/generator/templates/javascript.js
ymdp-1.4.0 lib/ymdp/generator/templates/javascript.js
ymdp-1.3.4 lib/ymdp/generator/templates/javascript.js
ymdp-1.3.3 lib/ymdp/generator/templates/javascript.js
ymdp-1.3.2 lib/ymdp/generator/templates/javascript.js
ymdp-1.3.1 lib/ymdp/generator/templates/javascript.js
ymdp-1.3.0 lib/ymdp/generator/templates/javascript.js
ymdp-1.2.0 lib/ymdp/generator/templates/javascript.js
ymdp-1.1.0 lib/ymdp/generator/templates/javascript.js
ymdp-1.0.1 lib/ymdp/generator/templates/javascript.js
ymdp-1.0.0 lib/ymdp/generator/templates/javascript.js
ymdp-0.10.2 lib/ymdp/generator/templates/javascript.js
ymdp-0.10.1 lib/ymdp/generator/templates/javascript.js
ymdp-0.10.0 lib/ymdp/generator/templates/javascript.js