jQWidgets Forums

jQuery UI Widgets Forums Scheduler Variable for methods in jqxscheduler.

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  Shivi 5 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Variable for methods in jqxscheduler. #107053

    Shivi
    Participant

    Hi,
    I was searching for the “timeSlotWidth” parameter for the views method but i did not find on the documentation page. https://www.jqwidgets.com/angular-components-documentation/documentation/jqxscheduler/angular-scheduler-api.htm?search=
    Am i looking at the correct page ?or is there another page for the all the parameters which is used in the jqxScheduler.

    Best regards,
    Shiavm

    Variable for methods in jqxscheduler. #107054

    Peter Stoev
    Keymaster

    Hi Shiavm,

    Properties of the View object:

    • appointmentColumnWidth – Number which defines the Appointment column width in the Agenda view.
    • appointmentHeight – Sets the minimum height of an appointment in All Day Row, Month View or Timeline Views. Default is automatically calculated.
    • appointmentsRenderMode – Sets the appointments rendering mode. Possible value: “exactTime”. In the “exactTime” mode, appointments may render partially in the cells.
    • allDayRowHeight – Number which defines the all day row’s height. Default is automatically calculated.
    • dayViewNavigation – Boolean which is taken into account in Month View. It defines whether clicking on month cell header navigates to Day View. Default is false.
    • days – Number which defines the number of days in the Agenda view. Default is 7.
    • dateColumnWidth – Number which defines the Date column width in the Agenda view.
    • monthRowAutoHeight – Boolean which defines whether row height in month view is automatic. Default is false.
    • rowHeight – Number which defines the rows height in the view. Default is null.
    • showWeekends – Boolean which defines whether weekens will be displayed. Default is true.
    • showWorkTime – Boolean which defines whether the work time is displayed in Day View, Week View, Timeline Day View and Timeline Week View. Default is true.
    • showWeekNumbers – Boolean which defines whether the week numbers are dispalyed in Month View. Default is false.
    • showTimeRangeStatus – Boolean which defines whether the time range status of appointments which have duration >= 1 day and are not all day appointments is displayed in Month View and Day/Week views all day area.
    • type – String which sets the view’s type. Values: ‘dayView’, ‘weekView’, ‘monthView’, ‘timelineDayView’, ‘timelineWeekView’, ‘timelineMonthView’.
    • timeRuler – Object which can have the following members:
      • width – Number which sets the width of the time ruler. Default is 60.
      • hidden – Sets whether the time ruler is displayed.
      • timeZones – Sets an Array of time zones. Example: [{ id: “UTC”, text: “UTC” }, { id: “Pacific Standard Time”, text: “PST” }].
      • text – Sets the text of the time ruler column.
      • scale – Sets the time ruler’s scale. Values: ‘hour’, ‘halfHour’, ‘quarterHour’, ‘tenMinutes’, ‘fiveMinutes’
      • scaleStartHour – Sets the scale’s start hour.
      • scaleEndHour – Sets the scale’s end hour.
      • formatString – Sets the Hours and Minutes format string. Example: “hh:mm”.
      • position – Sets the time ruler’s position. Possible values: ‘left’ or ‘right’.
    • text – Sets the view’s display text in the Scheduler’s Toolbar. Default is automatically set and defined in Scheduler’s localization.
    • timeSlotWidth – Number which defines the width of a time slot in Timeline views. The minimum value is 30.
    • timeColumnWidth – Number which defines the Time column width in the Agenda view.
    • weekViewNavigation – Boolean which is taken into account in Month View. It defines whether clicking on week number cell header navigates to Week View. Default is false.
    • workTime – Object which defines the Scheduler’s work time. Example: {
      fromDayOfWeek: 1,
      toDayOfWeek: 5,
      fromHour: 7,
      toHour: 19
      }

    Hope this helps.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com

    Variable for methods in jqxscheduler. #107069

    Shivi
    Participant

    Hi Peter,
    Thank you for your help ,but what if again need some properties for other object so where i should look for that.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.