-
Notifications
You must be signed in to change notification settings - Fork 366
Home
Tim edited this page Jul 16, 2014
·
9 revisions
The following are the core Rangy objects:
- Rangy Object, which acts as a namespace for Rangy functionality;
- Rangy Range, representing a portion of an HTML document and based on the DOM Level 2 Range interface;
- Rangy Selection, representing the user's selection within an HTML document.
-
Dom Utils, a collection of DOM-related helper functions used internally by Rangy but also available via
rangy.dom.
Rangy also comes with optional modules, each of which comes in a separate .js file. Current modules are:
- Selection Save Restore Module
- CSS class apply and remove to/from selection
- Serializer Module
- Text Range Module
Other pages within the documentation are at various stages of completion and will be linked from this page when completed.Welcome to the rangy wiki!