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!

Region Title substitution variables and JQuery Tabs don't mix

Luis CabralApr 1 2011 — edited May 6 2011
Hi there,

I implemented Jquery tabs in Apex 4 using this great tip from Patrick Wolf:

4425187

However there is a problem and I am not sure whether it is a bug or it is me who is missing something... If I put substitution variables in the sub-region title (e.g. Customer &P10_CUSTOMER_NAME.) the substitution variable does not get substituted and the text is displayed verbatim on the tab.

The variable is correctly expanded in the region title itself (which appears inside the tab). Simple example:
+----------------------------+
| Customer &P_CUSTOMER_NAME. |  <--- TAB
|                            +------------
|
| +----------------------------------
| | Customer Luis                     <-- SUB-REGION TITLE
| +----------------------------------
| |
| |
The header entry template is set to:
<li><a href="##REGION_STATIC_ID#-tab-#SUB_REGION_ID#">#SUB_REGION_TITLE#</a></li>
Shouldn't the substitution string #SUB_REGION_TITLE# be converted to the region title with the substitution variables expanded?

Any workarounds?

Thanks
Luis
This post has been answered by fac586 on Apr 1 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 3 2011
Added on Apr 1 2011
5 comments
1,092 views