How to create a custom popup_from_lov field with the "inline" option?

159 Views Asked by At

So, I'm currently working on a page function that requires me to create several separate little boxes, each of them being empty at first, and then requiring a selection of data in an popup_from_lov item that will then fill the box with data derived from the picked info. Here's how it looks:

enter image description here

The item in this case opens up a small modal page that has the data to be selected. The question now is, the same item and function exists in Oracle APEX, and it has an option to choose between "modal dialog" and "inline". Is there a way to set this in the parameters given to the item?

I've tried something like this to no success so far, and sadly, the Oracle documentation doesn't state whether this is possible or not.

enter image description here

I've tried adding several manners of "inline" option in the "p_attributes" parameters, and a few others, but they've either done nothing or returned an error, because they're not supposed to receive this kind of input.

0

There are 0 best solutions below