Class Index
-
_global_
-
wink
-
wink.api
Gathers all the HTML5 APIs related components
-
wink.api.GeoLocation
Implements a geographical locator.
-
wink.api.Storage
Implements a access layer to the local storage mechanism.
-
wink.api.storage.fieldtypes
Defines the different data types available for the local storage*
-
wink.api.storage.GearsDb
Implements the database management methods for the Iphone
-
wink.api.storage.SafariDb
Implements the database management methods for the Iphone
-
wink.api.storage.sqlite
Create various SQLite requests
-
wink.api.storage.utils
Base64 utility
-
wink.cache
The 'easy caching' component
-
wink.cache.indexedDatabase
Manage the data storage in indexed Database
-
wink.cache.localStorage
Manage the data storage in localStorage
-
wink.cache.sqlDatabase
Manage the data storage in sql Database
-
wink.error
Error management system
-
wink.fx
Gathers all things related to CSS effects
-
wink.fx.animation
The animation object is an extension of wink.fx (2d fx) that allows to animate the content.
-
wink.fx.animation.Animation
The Animation component: a sequence of steps, each step corresponds to one or several transitions.
-
wink.fx.animation.AnimationGroup
The AnimationGroup component: a set of animations
-
wink.has
Feature detection
-
wink.json
JSON utility
-
wink.layer
-
wink.math
A set a of mathematical libraries and methods
-
wink.math.Matrix
Implements a matrix encapsulation object (of order 4) that is representative of a 3d transformation.
-
wink.mm
Gathers all the multimedia components
-
wink.mm.AudioPlayer
Implements an audio player An audio player based on the HTML5 audio tag.
-
wink.mm.LRCReader
Implements a LRC file reader
-
wink.mm.MediaWheel
Implements a media wheel.
-
wink.mm.VideoPlayer
Implements a video player An video player based on the HTML5 video tag The video player can take several parameters.
-
wink.net
Gathers all the network related components
-
wink.net.CssLoader
Implement a stylesheet loader utility.
-
wink.net.ImagesLoader
Implement an image loader utility.
-
wink.net.JsLoader
Implement a script loader utility.
-
wink.net.SmartLoader
Load images, css and js resources.
-
wink.net.Tracking
Implements a tracking object Send stat tracks to the given tracking system.
-
wink.net.tracking.DefaultTracker
-
wink.net.tracking.GaTracker
Implement a Google Analytics statistic tracker object
-
wink.net.Xhr
The Xhr component can be used to build XmlHttpRequests and send HTTP requests.
-
wink.plugins
Gathers all the wink plugins
-
wink.plugins.AsyncPanels
A plugin to asynchroneously load contents with the sliding panels.
-
wink.plugins.ScrollToLoad
A plugin that allows to manage the expansion of the content during the scroll.
-
wink.plugins.ScrollToRefresh
Enables to trigger a refresh state, using a scroller, at the top or the bottom of the content.
-
wink.plugins.SharingWheel
A plugin to display a wheel that can be used to share items.
-
wink.topics
Event management system
-
wink.ua
User Agent properties
|-----------------------------------------------------------------------------------| | Plaform | webkitV | wMV | wUV | browserV | bMV | bUV | osV | osMV | osUV | |-----------------------------------------------------------------------------------| |iOS 3 | 528 | 18 | 0 | 4 | 0 | 0 | 3 | 1 | 2 | |iOS 2 | 525 | 18 | 1 | 3 | 1 | 1 | 2 | 2 | 1 | |Android HTC Hero | 528 | 5 | 0 | 3 | 1 | 2 | 1 | 5 | 0 | |PC | 531 | 21 | 8 | 4 | 0 | 4 | 0 | 0 | 0 | |-----------------------------------------------------------------------------------|
-
wink.ui
Gathers all the UI components
-
wink.ui.form
Gathers all the form components
-
wink.ui.form.Input
Implements a customizable input field.
-
wink.ui.layout
Gathers all the layout components
-
wink.ui.layout.Accordion
Implement an accordion container.
-
wink.ui.layout.Accordion.Section
Implement a section of an Accordion Represents a section of the accordion.
-
wink.ui.layout.FixedLayout
The Fixed layout implements a layout with "fixed" header and/or footer.
-
wink.ui.layout.FixedLayout-FixedLayoutDefault
position-fixed not supported implementation
-
wink.ui.layout.FixedLayout-FixedLayoutPF
position-fixed supported implementation
-
wink.ui.layout.FixedLayout-FixedLayoutWP
Windows Phone Fixed layout implementation
-
wink.ui.layout.FlipPage
Implements a flippage layout You can navigate through pages with your finger or just use the "flipForward" and "flipTo" methods Create the flippage container, creates pages and handle the animation of the pages.
-
wink.ui.layout.FlipPage.Page
Implements a flippage page Create a flippage page.
-
wink.ui.layout.ModalWindow
Implements a Modal Window.
-
wink.ui.layout.Scroller
Implements a Scroller with inertia capability.
-
wink.ui.layout.Scroller.Scrollbar
Implements a Scrollbar for the Scroller.
-
wink.ui.layout.SlidingPanels
Implement a sliding container Create a sliding panels container container with which you can navigate through pages with an Iphone like UX To instantiate a sliding panels container, the pages (dom nodes) MUST already be present in the page and each one MUST be defined by a unique id.
-
wink.ui.layout.SlidingPanels.Page
Implement a page to be added to the slidingpanels
-
wink.ui.layout.TabContainer
Implement a tab container Create a tab container.
-
wink.ui.layout.TabContainer-WP
Windows Phone Tab container implementation
-
wink.ui.layout.TabContainer.Tab
Implement a tab to be added to the tab container Create a tab.
-
wink.ui.layout.TabContainer.Tab-WP
Windows Phone Tab implementation
-
wink.ui.layout.Windows
Implement a windows container
Create a windows container container with which you can navigate through pages
To instantiate a windows container, the pages (dom nodes) MUST already be present in the page and each one MUST be defined by a unique id. -
wink.ui.layout.Windows.Page
Implement a page to be added to the windows Create a page.
-
wink.ui.xy
Gathers all the 2D components
-
wink.ui.xy.Carousel
Implements a carousel
Built to add a Carousel in your page. -
wink.ui.xy.Carousel-WP
Carousel implementation for Windows Phone
-
wink.ui.xy.Carousel.Item
Implements a carousel item
-
wink.ui.xy.Carousel.Item-WP
Windows Phone Carousel Item implementation
-
wink.ui.xy.ColorPicker
Implement a colorpicker.
-
wink.ui.xy.CSpinner
Implements a configurable spinner based on a canvas.
-
wink.ui.xy.DatePicker
Implement a datepicker.
-
wink.ui.xy.layer
Implement a semi-transparent layer.
-
wink.ui.xy.Mask
Implements a mask
Same behaviour as wink.ui.xy.layer but you can specify a parent DOM node within the "show" method which will make the mask appear only in the given element. -
wink.ui.xy.Menu
Displays an iPhone-like popup menu.
-
wink.ui.xy.NewsTicker
Implement a news-ticker container.
-
wink.ui.xy.NewsTicker.BreakingNews
Implement a BreakingNews to be used in the NewsTicker
-
wink.ui.xy.Popup
Popup is a singleton that allows to open a popup window with one (alert) or two buttons (confirm) or with a fully customizable content Options are available for each type of popup style
-
wink.ui.xy.ProgressBar
Implement a progress bar.
-
wink.ui.xy.Slideshow
Implements a slideshow based on the html canvas tag.
-
wink.ui.xy.Slideshow.Transition
Implements a slideshow Transition.
-
wink.ui.xy.Spinner
Implement a spinner.
-
wink.ui.xy.ToggleButton
Implements a toggle button component that has the "iPhone-like" behaviour.
-
wink.ui.xy.Trace
Implements a tracer that allows to erase the trace after a specified time.
-
wink.ui.xyz
Gathers all the 3D components
-
wink.ui.xyz.CoverFlow
Implements a Cover Flow.
-
wink.ui.xyz.Cube
Implements a Cube.
-
wink.ui.xyz.FlipDisc
The Flip Disc allows the user to browse a list of images.
-
wink.ui.xyz.Opener
Implements an image opener.
-
wink.ui.xyz.Opener.Panel
Implements an image opener panel.
-
wink.ui.xyz.TagCloud
Implements a Tag Cloud.
-
wink.ui.xyz.Wall
Creates a 3D wall (3 rows of images) Displays a 3D wall on the screen.
-
wink.ux
Gathers all the interactions components
-
wink.ux.Dnd
Implements a Drag and Drop management systems.
-
wink.ux.dnd.Source
Implements a drag and drop source.
-
wink.ux.dnd.Target
Implements a drag and drop target.
-
wink.ux.Event
The Event object is an encapsulation of an event.
-
wink.ux.gesture
Implements a Gesture management system.
-
wink.ux.GestureRecognizer
Implements a 2D Gesture recognition engine.
-
wink.ux.history
Browser history management.
-
wink.ux.Inertia
The Inertia component provides, through collaboration with a Movement Tracker, datas calculated from the inertia of a movement.
-
wink.ux.MovementTracker
Implements a Movement Tracker.
-
wink.ux.Search
The Search object allows you to process searches in an HTML document and browse search results.
-
wink.ux.touch
The Touch object provides a layer of abstraction with all event listeners and listened elements.
-
wink.ux.touch.Element
The touch Element component handled by the Touch object.
-
wink.ux.window
Implements the window component that captures resize and scroll events and warns listeners of changes.
-
wink.Xhr