apex-plugin-dhtmlx-gantt icon indicating copy to clipboard operation
apex-plugin-dhtmlx-gantt copied to clipboard

100% height for region

Open badr159 opened this issue 2 years ago • 1 comments

Thanks Ottmar for this fantastic work. Is there a way to set the height of the region in % instead of px.

My target is to make use of the full height of the browser Fram.

badr159 avatar Sep 11 '23 05:09 badr159

Shared Components / Plugins -> click edit on the plugin and find in the sql <div id="'|| v_chart_container || '" style= ... you can add your css properties there or change the height:' || nvl(p_region.attribute_01,500) || 'px;"> 'px; to % and type your % in the options inside your app

kkpetrov avatar Oct 13 '23 15:10 kkpetrov