If your Oracle APEX Application requires different types of access - full access or readonly - for different types of users, you can specify a Read Only Condition on Page level (or Region, Item, Button, etc.). You can set an Authorization Scheme on Application level, so it'll be applied to all pages. So if you have an Authorization Scheme named 'User Can Access Page' defined by a PL/SQL function like this: return apex_authorization.user_can_access_page ( p_app_id => :APP_ID , p_page_id => :APP_PAGE_ID , p_user => :APP_USER ); then you can code all the logic in the database using the APEX Repository, your own tables or a combination to define whether a user has access to that page or not. But alas it is not possible to define something similar Application wide for a Read Only condition. You can specify an Authorization Scheme 'User has Read Only Access' using a similar signature as the one above and use that on each and e...
Comments
a nice example, but i doesn't work work correct in Opera, the small images are displayed strange.
The example at http://interface.eyecon.ro/demos/fisheye.html works correct in Opera, so maybe there is some bug in your implementation?
http://www.macobserver.com/article/2008/10/08.9.shtml
Does the MacMenu also work in Apex 4.0 ?
can you please explain from were the CSS file should be created, is this from your page were the MacMenu is located or is this from the http://interface.eyecon.ro/demos/fisheye.html page.
And where soould the function call
to the jQuery 'start' function be created ?
regards,
Marco
can you please explain me the last step(4. Add a function call to the jQuery 'start' function:).
I am not getting where to insert the jquery code in apex.
Whether in dynamic action or Application process or In HTML Header of the page?
So please guide me on this flow.
Regards
Sharath SN
snsharath88@gmail.com
Banglore(India)