Hello,
I have recently started to work on developing plugins and was wondering, if i can create apex page items dynamically in my dynamic plugin region, without using apex_item (as it has been unsupported?)
So basically, i have a div as a dialog region in my plugin, and i want to add apex popup lov item to it.
Is there any supported API to do this type of implementation. Or what should be the ideal way to do it?.
Thank you in advance!