-
Notifications
You must be signed in to change notification settings - Fork 29
PKUTIL
kerrishotts edited this page Nov 14, 2012
·
5 revisions
PKUTIL
(in framework/utility.js) provides various utility functions that make dealing with the DOM easier as well as various XHR routines to handle loading HTML, JSON, and more.
- PKUTIL.COMPLETION_SUCCESS =
true
- PKUTIL.COMPLETION_FAILURE =
false
- $ge (element)
- $geLocale (element)
- $gac (selector)
- delay (theDelay, theFunction)
- load (theFilename, aSync, completion)
- include (theScripts, completion)
- loadHTML (theFileName, options, completion)
- loadJSON (theURL, completion)
- showURL (theURL)
- instanceOfTemplate (template, replacements)
- getGUID
- getUnixTime
- convertToValidFileName (theFileName)
- getFilePart (theFileName)
- getPathPart (theFileName)
- getFileNamePart (theFileName)
- getFileExtensionPart (theFileName)
0.1 Introduced
0.2 Docs Valid