neoEventCalendar
Events calendar based on:
https://github.com/brospars/simple-calendar
For custom colors use this CSS (Project > Properties > Styles)
:root {
--eventcalendarmaincolor: #f48b10;
--eventcalendarbackgroundcolor: #545a5c;
}
Sample App:
https://visualneo.com/tutorials/neoeventcalendar
Description
The neoEventCalendar plugin for VisualNEO Web provides a versatile events calendar interface, allowing users to display, organize, and manage events within applications. Here’s an overview of its core features:
- Calendar Initialization:
- neoEventCalendarInit: This command initializes the events calendar within a specified container, offering options to customize display elements such as showing the year, defining month names, day names, and setting the start day of the week.
- Event Management:
- neoEventCalendarAddEvent: Adds a new event to the calendar, with options for setting the event’s start and end date/time and providing a summary or description (HTML supported). This feature is ideal for applications needing to display event details or scheduled activities in a user-friendly calendar view.
- Customization:
- The plugin allows custom color settings via CSS, enabling developers to match the calendar’s color scheme to the app’s design. CSS variables like --eventcalendarmaincolor and --eventcalendarbackgroundcolor can be modified for a consistent appearance.
The neoEventCalendar plugin is ideal for web apps that require organized scheduling, event displays, or calendar functionality. It’s especially useful for applications such as booking systems, event management tools, and organizational dashboards.
neoEventCalendarInit
Purpose: |
Initialize neoEventCalendar Plugin |
Category: |
neoEventCalendar |
Syntax: |
neoEventCalendarInit "objId" showYear "theMonths" "theDays" "theStartDay"
objId Select a Container showYear Show year? theMonths Months names (comma separated) theDays Days names (comma separated. Start on sunday) theStartDay Start day (0 = sunday, 7 = saturday...) |
neoEventCalendarAddEvent
Purpose: |
Add a new event to the events calendar |
Category: |
neoEventCalendar |
Syntax: |
neoEventCalendarAddEvent "objId" "theStartDate" "theEndDate" theText
objId Select a Container theStartDate Start date (YYYY/MM/DD HH:MM) theEndDate End date (YYYY/MM/DD HH:MM) theText Summary (event description, HTML allowed) |
Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator