Breadcrumbs

Give it a try

Intro

In this example, PDF Region Pro is using the default table and further customizations are applied via the JavaScript Initialization Code.

The following JavaScript customizations have been applied:

function( pOptions ) {
  pOptions.showSidebar          = apex.item('P210_SHOWSIDEBAR').getValue() == 'Y' ? true : false;
  pOptions.darkMode             = apex.item('P210_DARKMODE').getValue() == 'Y' ? true : false;;
  pOptions.zoomLevel            = apex.item('P210_ZOOMLEVEL').getValue();

  return pOptions;
}

To test these customizations, click the Customize JavaScript button at the top of the page.

Check also

PDF Region Pro supports additional customization using the JavaScript Initialization Code attribute. You can learn more in the documentation.

Demo