-
Notifications
You must be signed in to change notification settings - Fork 4
Calendar
Eric edited this page Jun 12, 2019
·
115 revisions
- This module is being updated -
OGX.Calendar is an infinite multi function, multi layout calendar, that can render time periods, such as and not limited to centuries, decades, years, months, days (...) and custom data within each period.
OGX.Calendar uses OGX.GridSwiper so it must be added to your project as well.
let config = {
container:_SELECTOR_ //Required, The selector for the target HTML element
};
let calendar = new OGX.Calendar(config);
- Welcome
- Changelog
- Structure
- Configuration
- Getting started
- CLI
- Poly
- Core
- Templating
- Routing
- Controllers
- Components
- Extra Components
- Helpers
- Styling
- Debugging