For some reason a textarea field in a report doesn't get the resize bar/button when I put the $APEXLIB_V_RESIZE$ hint in the Link Attributes of the textarea field.
When I look in the APEX schema using the following query, I can see that the hint is filled correctly in the column_link_attributes column:
select WORKSPACE
, APPLICATION_ID
, APPLICATION_NAME
, PAGE_ID
, REGION_NAME
, COLUMN_ALIAS
, COLUMN_LINK_ATTRIBUTES
from APEX_APPLICATION_PAGE_RPT_COLS
where PAGE_ID = 50
and COLUMN_ALIAS = 'INTERNE_OPM'
If I uncomment the needed string in the page 0 region, it does work.
The javascript sources have been included in the application. Not in image directory on the application server.
What could be the problem?
regards,
Mathieu
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
For some reason a textarea field in a report doesn't get the resize bar/button when I put the $APEXLIB_V_RESIZE$ hint in the Link Attributes of the textarea field.
When I look in the APEX schema using the following query, I can see that the hint is filled correctly in the column_link_attributes column:
select WORKSPACE
, APPLICATION_ID
, APPLICATION_NAME
, PAGE_ID
, REGION_NAME
, COLUMN_ALIAS
, COLUMN_LINK_ATTRIBUTES
from APEX_APPLICATION_PAGE_RPT_COLS
where PAGE_ID = 50
and COLUMN_ALIAS = 'INTERNE_OPM'
If I uncomment the needed string in the page 0 region, it does work.
The javascript sources have been included in the application. Not in image directory on the application server.
What could be the problem?
regards,
Mathieu