<<
Standard colors' schemas
>>
Show source code for this site
Select one of color schemas to be used by a scheduler:
Scheduler.LoadColorsSchema(schema);
None
Standard
Blue
Black & White
Chocolate
Add images to background of the scheduler.
Print this scheduler
Show source code for
PrintDemo.aspx
page.
Scheduler can configure layout of a control in a browser in many ways. There are many properties configuring layout of areas such as caption, grid, resource list, timeline etc. It is possible to configure style of individual lines a control is built of and buttons on it. All colors can be modified. Font, font size and allignment can also be changed. These settings can also be configured individually for particular resource columns, time columns, rows (independently in time grid, resource tree and individual SchedulerItem objects).
Using a Scheduler.LoadColorsSchema() method a control can be initialized with one of four standard color schemes.
This sample page allows to quickly review these schemes. It is sufficient to choose appropriate setting on the right of a HTML page
If you would look into a
source code
for this demo, click on the link.
For demonstration purposes all appointments displayed on a calendar are stored in ASP.NET session objects, so original values are restored immediately after a new session object is created.
A list of appointments and resources is intialized every time a new session is started.