Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jquery thickbox

677690Mar 10 2009 — edited Mar 10 2009
Hello guys,

From the below link I'm trying to learn about jquery thickbox:-

[http://www.oracleapplicationexpress.com/]

but firebug gives 2 errors :-

First
----
return not in function
E()apex_ns_3_1.js (line 1)
? in apex_ns_3_1.js@1("ContentArea")apex_ns_3_1.js (line 1)
$x("ContentArea")apex_3_1.js (line 1)
$x_Style(["BB", "ContentArea", "ContentBody" 0=BB 1=ContentArea 2=ContentBody], "display", "")apex_3_1.js (line 1)
$x_Show(["BB", "ContentArea", "ContentBody" 0=BB 1=ContentArea 2=ContentBody])apex_3_1.js (line 1)
filterAttributeRegions(a#ALL.htmldbButtonListCurrent f?p=4000:4...721851#ALL, "#DEFAULTALL")apex_builder.js (line 1)
propTest()apex_builder.js (line 1)
[Break on this error] return false;
----

Second
----
return not in function
[Break on this error] return false;
----

as per the link I have downloaded 3 files "jquery-1.3.1.min.js", "thickbox.js" & "thickbox[1].css" and uploaded in the particular application under Shared Components > Images (all the above 3 files)

Also created one region with template as "No Template" under this region created two items (p2_text & p2_date)

Later on created one more region with template "no Template" and under this region created one button set this button as per example 2 things:-

1) For the optional URL redirect enter

javascript:return false;


2). And for the button attributes enter

class="thickbox" alt="#TB_inline?height=300&width=400&inlineId=thickbox_region"



everything according the example I'm setting but still getting me errors.... let me know where and what I'm missing


thxs

regards,
Kumar
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 7 2009
Added on Mar 10 2009
1 comment
551 views