X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.state.CookieProvider.json;h=be12d9fbd998a53ebca0e6dbeafeaf12bc9f718f;hp=5f52211c36fce5182dd724a8e9e5b20921685e72;hb=dc0deb4ab24ebb1144a9c7c0cea2e5d6bedb54e1;hpb=a3ba42edf373fc5f2c84815d46e1234a15ab0a12 diff --git a/docs/symbols/Roo.state.CookieProvider.json b/docs/symbols/Roo.state.CookieProvider.json index 5f52211c36..be12d9fbd9 100644 --- a/docs/symbols/Roo.state.CookieProvider.json +++ b/docs/symbols/Roo.state.CookieProvider.json @@ -8,7 +8,7 @@ "tree_parent" : [], "desc" : "The default Provider implementation which saves state via cookies.\n
Usage:\n
\n   var cp = new Roo.state.CookieProvider({\n       path: \"/cgi-bin/\",\n       expires: new Date(new Date().getTime()+(1000*60*60*24*30)); //30 days\n       domain: \"roojs.com\"\n   })\n   Roo.state.Manager.setProvider(cp);\n 
", "isSingleton" : false, - "isStatic" : false, + "isStatic" : true, "isBuiltin" : false, "isAbstract" : false, "isBuilderTop" : false, @@ -33,25 +33,25 @@ "name" : "path", "type" : "String", "desc" : "The path for which the cookie is active (defaults to root '/' which makes it active for all pages in the site)", - "memberOf" : "Roo.state.CookieProvider" + "memberOf" : "" }, { "name" : "secure", "type" : "Boolean", "desc" : "True if the site is using SSL (defaults to false)", - "memberOf" : "Roo.state.CookieProvider" + "memberOf" : "" }, { "name" : "domain", "type" : "String", "desc" : "The domain to save the cookie for. Note that you cannot specify a different domain than\nyour page is on, but you can specify a sub-domain, or simply the domain itself like 'roojs.com' to include\nall sub-domains if you need to access cookies across different sub-domains (defaults to null which uses the same\ndomain the page is running on including the 'www' like 'www.roojs.com')", - "memberOf" : "Roo.state.CookieProvider" + "memberOf" : "" }, { "name" : "expires", "type" : "Date", "desc" : "The cookie expiration date (defaults to 7 days from now)", - "memberOf" : "Roo.state.CookieProvider" + "memberOf" : "" } ], "methods" : [