|
|
|
Util对象
jangogo @ 2009-6-22 16:28:00
- Util={
-
- ref : function(page,reqString,fromObj,Modeless,width,height){
-
- },
-
- isDate : function (s,f) {
-
- },
-
- formatNumber : function (dblNumber, bstrFormat, decimalSeparator, groupingSeparator,isEmptyStrWhenZero)
- {
-
- },
-
- maskedToNumber : function (number, decimalSeparator)
- {
-
- },
-
-
- cNum : function (n,isEmptyStrWhenZero){
- },
-
- isNum : function (n){
-
- },
-
-
- checkACL:function(s,b){
-
- },
-
-
- getACLSQL:function(t,n){
-
- },
-
-
-
- round45 : function(n,d){
-
- },
-
- help : function(){
-
- }
- }
|