Version

WebSchedule Utility Functions

Utility Functions

Introduction

The utility functions described here are used by the JavaScript code of the WebSchedule controls. The purpose of exposing and documenting them is to allow developers to put as much logic as possible on the client machine in order to obtain gains in both performance and functionality.

function ig_getWebControlById(id)*

This works with all schedule controls (WebScheduleInfo™, WebDayView™, WebCalendarView™, WebMonthView™)

function ig_getWebCalendarViewById(id);*

Retrieves a WebCalendarView object based on the id of the main WebCalendarView element.

function ig_getWebScheduleInfoById(id);*

Retrieves a WebScheduleInfo object based on the id of the main WebScheduleInfo element.

function ig_getWebMonthViewById(id);*

Retrieves a WebMonthView object based on the id of the main WebMonthView element.

function ig_getWebDayViewById(id);*

Retrieves a WebDayView object based on the id of the main WebDayView element.