-
Notifications
You must be signed in to change notification settings - Fork 29
PKUI.CORE
kerrishotts edited this page Nov 13, 2012
·
2 revisions
(part of PKUI)
PKUI.CORE
(in framework/ui-core.js) provides core user interface routines, view lifecycle management, and other functions.
- consoleLogging
- viewStack
- currentView
- useTransforms
- jsaInterval
- animate
- captureBackButton
- listenerInterval
- viewHandlingMethod
- handleBackButton
- initializeApplication
- updateOrientation
- dumpViewStack (msg)
- visibleViewsWidth
- showView (theView)
- hideView (theView)
- swapView (theView)
- jsaPush (theViewHiding, theViewShowing, duration)
- jsaPop (theViewHiding, theViewShowing, duration)
- pushColumnView (theView)
- popColumnView (theView)
- popToView (theView)
- pushView (theView)
- popView
- translateWindowsEvents (theEvents)
- addTouchListener (theElement, theEvent, theFunction)
- removeTouchListener (theElement, theEvent, theFunction)
- cancelEvent (theEvent)
- applyTouchListeners
- hideSplash
0.1 Introduced
0.2 Docs Valid