Skip to content

Releases: phartenfeller/apex-slide-over-plugin

Version 1.2

11 Jun 07:05
2d2514e
Compare
Choose a tag to compare
  • Bugfix: The Slideover Web Component now gets appended into the form (wwvFlowForm) instead of the body. There was an issue where Date-Pickers in the Slideover caused strange JS issues
  • Slideover Web Components now have a unique ID for better referencing
  • New API to change the Slideover title with JavaScript: apex.region('staticId').setTitle('New Title');

Beta: Version 1.2

10 Jun 15:36
Compare
Choose a tag to compare
Beta: Version 1.2 Pre-release
Pre-release
  • The Slideover Web Component now get's appended into the form (wwvFlowForm) instead of the body. There was an issue where Date-Pickers in the Slideover caused strange JS issues
  • Slideover Web Components now have an unique ID for better referencing
  • New API to change the Slideover title with JavaScript: apex.region('staticId').setTitle('New Title');

Version 1.1

07 Jun 07:21
e2a5d6b
Compare
Choose a tag to compare

In version 1.1 it is now possible (and I recommend doing so) to put the Slideover region inside the “Inline Dialogs” section instead of “Body1”.

There was an issue with Faceted Search Regions where the Slideover content was visible for a short time on page load. Putting the Slideover into the “Inline Dialogs” section fixes this because the content is hidden by default.

Version 1.0

13 May 17:41
Compare
Choose a tag to compare

Initial release