|
Re: Expandable / Collapsible Menu [message #331486 is a reply to message #331481] |
Thu, 03 July 2008 10:15 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
PL/SQL has NO interaction with the end-user, so creating a menu in PL/SQL makes no sense.
With PL/SQL however, one can create stuff that is presented to the end-user (for example using htp, or APEX).
Since the functionality of the different options varies so much, we need to know more about your environment. Do you (plan to) use APEX, or something else?
Bottomline _will_ probably be that you need to code it in JS anyway.
|
|
|
Re: Expandable / Collapsible Menu [message #331489 is a reply to message #331486] |
Thu, 03 July 2008 10:21 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
dugjason
Messages: 13 Registered: June 2008 Location: UK
|
Junior Member |
|
|
I would be using htp.
I'm still a bit of a beginner, and I don't know what APEX is, or if it is available to me.
I would prefer to stay away from JS, but if it comes to it then I guess I don't really have a choice
|
|
|
Re: Expandable / Collapsible Menu [message #331497 is a reply to message #331489] |
Thu, 03 July 2008 11:38 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
The main thing htp does is generate html.
If you want dynamic html, you'd have to first see what you want your page(-source!) to look like, and then use the htp-package to generate that..
No fancy stuff in there, as far as I know.
|
|
|
|
|