Tuesday, October 27, 2015

JDev/ADF sample - ADF 12.2.1 Responsive UI Improvements

  • ADF 12.2.1 Responsive UI Improvements. ADF 12.2.1 provides much better responsive UI support comparing to previous version ADF 12.1.3. Previously we were using CSS media queries to hide/show facets. This worked, but it was not great from performance point of view. Same region was duplicated into different facets, both loaded into memory, but only one displayed. ADF 12.2.1 comes with new tag af:matchMediaBehaviour, this tag is using CSS media query to detect screen size, and it updates layout component property. No need anymore to use different facets, we can update properties directly.
    Download - ADFResponsiveUIApp.zip

No comments: