How to Implement Outlook Style Calendar View Using EventCalendar.ctrl
Create a grid function with the following fields.
- Event Id (Column Heading=Event Id)
- StartDate (Column Heading=Start Date)
- StartTime (Column Heading=Start Time)
- EndTime (Column Heading=End Time)
- Event Description (Column Heading=Summary)
- ViewType (Visible=No)
- EventType (Column Heading=Event Type)
Related Articles
How to implement file viewer in WebClient using Office Web Viewer
Reference https://www.microsoft.com/en-us/microsoft-365/blog/2013/04/10/office-web-viewer-view-office-documents-in-a-browser/ How to implement the FileViewer.ctrl The FileViewer.ctrl template is applied over an edit control in your Plex panel, at ...
Object Style
Object Style: This document will cover the basics of the CM EvolveIT Object Management-Object Style. There will be a discussion of how we use the Object Style functionality to. After completing this document, you should have a basic understanding of ...
How to Implement Image Gallery
In this article, we will be showing an example how we can use other Javascript library other than Dojo Toolkit in WebClient and how to implement an image gallery using https://galleriajs.github.io/ 1. Create a Plex grid function where one of the grid ...
Resizable Panels Using Fixed Positioning
Introduction WebClient includes a feature called FixedPositioning that can be used to make panel functions auto resizable according to the user’s screen. This works by using the values of Fix, Size and Position properties of each control in the ...
Implementing Chart.ctrl
WebClient supports displaying data in several basic charts based on the C3 and D3 JavaScript libraries. Chart.ctrl now allows you to display your data in pie, donut, line, bar, and spline chart formats. The grid should have exactly two columns ...