Home
Developers

Developers

  • Documentation
    • Developer Guide
    • API Reference
    • Style Guide
    • How-To
    • Troubleshooting
  • Submit a Flake
  • Support

Pageflakes API Reference

  • Flake System Object
  • Flake User Object
  • Pageflakes Functions
    • DOM Manipulation
    • Element Visibility
    • Element State
    • Class Manipulations
    • Positioning
    • Cursor
    • Progress Bar
    • Element Opacity
    • Cookies
    • Miscellaneous
    • Events
    • Window
    • XML
    • Page
  • Array Extensions
  • String Extensions
  • ContentProxy
  • App
  • RSS
  • Tooltip Manager
  • Public, Shared, and Private Pages
  • Server-Side Scripting
Home » Documentation » API Reference » Pageflakes Functions

Cookies

createCookie(name, value, day) Creates a cookie with the given name, value, and expiration (in days).
readCookie(name) Returns the value of the cookie
cloneObject(ob) Makes a clone of an object by copying all of its properties and  functions.

var clone = new PF.cloneObject(someObj);

‹ Element OpacityupMiscellaneous ›
»
  • Printer-friendly version