X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.util.Format.json;fp=docs%2Fsymbols%2FRoo.util.Format.json;h=2e053ffd653b1d56d9bec5fca5aef42326bf118d;hb=9da53a68d13d5f73e41052aa33a3b3b44d56e887;hp=b22a27b7b5d0ab8a67a3cb64e5b6ccabc43d04d2;hpb=9f8d87bc51eb15080637e5fb5ef63913529df854;p=roojs1 diff --git a/docs/symbols/Roo.util.Format.json b/docs/symbols/Roo.util.Format.json index b22a27b7b5..2e053ffd65 100644 --- a/docs/symbols/Roo.util.Format.json +++ b/docs/symbols/Roo.util.Format.json @@ -242,6 +242,39 @@ } ] }, + { + "name" : "size", + "desc" : "Size in Mb,Gb etc.", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Roo.util.Format", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "value", + "type" : "Number", + "desc" : "The number to be formated", + "isOptional" : false + }, + { + "name" : "decimals", + "type" : "number", + "desc" : "how many decimal places", + "isOptional" : false + } + ], + "returns" : [ + { + "name" : "", + "type" : "String", + "desc" : "the formated string" + } + ] + }, { "name" : "toFixed", "desc" : "safer version of Math.toFixed..??/",