Class Index | File Index

Classes


Class CeL

Colorless echo JavaScript kit/library: base name-space declaration
Defined in: ce.origin.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
CeL()
本 JavaScript framework 的框架基本宣告
base name-space declaration of JavaScript library framework
Class Detail
CeL()
本 JavaScript framework 的框架基本宣告
base name-space declaration of JavaScript library framework
//	load library

//	預防 initialization 到一半彈出警告視窗,所以設大一點。
CeL.log.max_length = 20;
//	set debug
CeL.set_debug();

//	判別是否已經 load 過
if(typeof CeL !== 'function' || CeL.Class !== 'CeL')
	;	//	CeL has not been loaded

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Aug 20 2011 15:07:29 GMT+0800 (CST)