Skip to main content

Resource

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar

Represents a resource in the FullCalendar control when using the scheduler commercial plug in.

public class Resource

Constructors

Instance memberResource()

Constructs a new instance of Resource.

Instance memberResource(id)

Constructs a new instance of Resource.

NameTypeDescription
idStringA string that represents the ID of this resource.

Properties

Instance memberChildren

Resource[]: Child resources. (Default: null)

Instance memberEventBackgroundColor

Color: Sets the background color for the events associated to this resource. (Default: Color [Empty])

Instance memberEventBorderColor

Color: Sets the border color for the events associated to this resource. (Default: Color [Empty])

Instance memberEventClassName

String: A CSS class (or array of classes) that will be attached to this event's element when it is associated to this resource. (Default: "")

Instance memberEventTextColor

Color: Sets the text color for the events associated to this resource. (Default: Color [Empty])

Instance memberId

String: Returns or sets the unique ID for this resource. It's used by ResourceId to associate the event to the resource. (Default: null)

Instance memberOwner

FullCalendar: Returns the FullCalendar that owns this resource.

Instance memberTitle

String: Returns or sets the title of this resource. (Default: "")

Instance memberUserData

Object: Returns a dynamic object that can be used to store custom data.