You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zack Siri edited this page Dec 5, 2013
·
1 revision
Services are things that apply to DOM nodes on the page. You could think of these parts of the page as 'widget' and they all have a certain kind of special behaviour. The behaviour of these widgets can be defined by services. Each widget can have the behaviour of multiple services.
Some example of services
File uploader
Poller
Push notification subscriber
Syntax Highlighter
Search Bar
Services are very modular and they can be applied to multiple widgets in a page without conflicting with each other and without rebinding widgets that already have these behaviours.