Essential JS for PHP Release Notes

v15.2.0.40
May 8, 2017

Common

Breaking Changes

  • #174965 - The background-color of form editor controls in disabled state has been modified.

    ejCheckBox

Breaking Changes

  • The validationMessage of ejCheckBox has been deprecated from this release.Please make use of the validationMessages instead.

ejDatePicker

Breaking Changes

  • The validationMessage of ejDatePicker has been deprecated from this release.Please make use of the ValidationMessages instead.

ejDateTimePicker

Breaking Changes

  • The validationMessage of ejDateTimePicker has been deprecated from this release.Please make use of the validationMessages instead.

ejDialog

Features

  • The Dialog provides an option to enable/disable browser scroll when we open the Modal Dialog.

Breaking changes

  • Dialog position will be calculated based on the target or containment element.

    ejListBox

Features

  • Provided sorting support to automatically sort the list items in alphabetical order.
  • Cascade event provided to ListBox, which will be triggered before the cascaded data is populated.

    ejListView

Features

  • Provided virtual scrolling support to load data on demand without buffering huge data, it supports both normal and continuous mode.

    ejRadioButton

Breaking Changes

  • The validationMessage of ejRadioButton has been deprecated from this release.Please make use of the validationMessages instead.

ejRTE

Breaking Changes

  • In RTE, the paragraph tag (<p></p>) will maintain instead of empty content during initial render and even after clearing the whole content.

Features

  • The RTE toolbar is responsive with inline & popup mode, previously toolbar supports popup mode.
  • Responsive support for dialogs and footer in RTE.
  • Integration of ColorPicker in RTE font and background color tool for custom colors and option for setting transparent background for RTE content.
  • Support for removing unwanted elements and styles when we copy paste content from Microsoft Word document to RTE editor.

    ejTimePicker

Breaking Changes

  • The validationMessage of ejTimePicker has been deprecated from this release.Please make use of the validationMessages instead.

Schedule

Features

  • #135948, #145839, #129435 - Scheduler is now provided with an option to show/hide the weekend days in all views using the API showWeekend.
  • #173867 - Scheduler is now provided with an additional option to customize the appointment’s dragging and resizing interval ranges.