If you created your own "updatable reports" or your custom version of tabular forms in Oracle Application Express, you'll end up with a query that looks similar to this one: then you disable the " Escape special characters " property and the result is an updatable multirecord form. That was easy, right? But now we need to process the changes in the Ename column when the form is submitted, but only if the checkbox is checked. All the columns are submitted as separated arrays, named apex_application.g_f0x - where the "x" is the value of the "p_idx" parameter you specified in the apex_item calls. So we have apex_application.g_f01, g_f02 and g_f03. But then you discover APEX has the oddity that the "checkbox" array only contains values for the checked rows. Thus if you just check "Jones", the length of g_f02 is 1 and it contains only the empno of Jones - while the other two arrays will contain all (14) rows. So for
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)