Other Classes and Services
In addition to implementing fundamental classes such as Control, Event, and CollectionView classes, the wijmo module provides many other useful services and classes including:
- Tooltip: Class that provides pop-up windows that display additional information about elements on the page.
- Clipboard: Class that provides static copy and paste methods that can be used by applications and controls to customize the clipboard content during clipboard operations.
- PrintDocument: Class that makes it easy to create documents for printing or exporting to PDF. Most browsers allow you to select the paper size, orientation, margins, and whether to include page headers and footers.
- Color: Class that parses colors specified as CSS strings and exposes their red, green, blue, and alpha channels as read-write properties. Also provides methods for converting color spaces and interpolating.
- Glyphs: The C1 MVC CSS includes several glyphs used by the Wijmo controls. These glyphs do not depend on any font files or external images, and you may use them in your applications as well.
- httpRequest: Static method used to submit http requests to the server.
- animate: Static method used to create animations by setting properties on a timer.