IPE.js
|
Integrated Pruts Environment | |
jsEssentials
dateLib
jsStrings
Controls
Tools
Navigate
|
Javascript ready...
Lib's you can use
Console (static) -
Console.print(sText,nType:[eInfo|eWarning|eError]); Console.cls();
cookie.js -
sValue=getCookie(sName),
setCookie(sName,sValue,[dExpire]),
dExpire=getExpireDate(sInterval:('h'|'d'|'w'|'m'|'y'),nNumber)
toSource.js (beta/old) -
toJsText(vVariable);
Explanation
prefixes - s:string, n:number, b:boolean, f:function, v:variant/any-type, a:Array, r:RegExp, d:Date, o:Object
BNF - [] optional, () grouping, | choice
|