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