-
Notifications
You must be signed in to change notification settings - Fork 17
Kerri Shotts edited this page Apr 5, 2014
·
5 revisions
_y is a short reference to what is the core functionality of the YASMF-Next framework. It provides very basic support for retrieving elements from the DOM as well as basic translation matrix support.
- datetime - Date & Time
- device - Device Support
- filename - File name handling
- misc - Miscellaneous functions
- BaseObject - The Base Object for OOP
- FileManager - Simple File Management using Q
User Interface:
- UI - User Interface core functionality
- UI.Alert - Message Boxes
- UI.event - Minimal event handling (suggest using hammer.js instead, or equivalent)
- UI.NavigationController - Navigation Controller
- UI.SplitViewController - Split View Controller
- UI.ViewContainer - View Container
- UI.TabViewController - Tab View Controller
- addTranslation
- addTranslations
- getDeviceLocale *
- getUserLocale
- lookupTranslation
- normalizeLocale
- setGlobalizationLocale
- T - Text
- N - Number
- C - Currency
- PCT - Percentage
- D - Date
* Cordova-specific