Page 1 of 1

Tabber V3 - create additional tabs from variables

Posted: Tue Nov 06, 2012 11:59 am
by norman
This tweak is for Tabber V3.

It is possible to tweak Tabber to automatically create additional tabs containing the content of user variables. The tabs will only be created if the variable isn't empty.

In the example below we'll use a variable TabInfo where its tab will be named INFO.

Go to Design / Library / Layouts / TabbedDescriptions / TabbedProductDescription

Look for the line

Code: Select all

TBPRDSC;
Above that line insert:

Code: Select all

<actinic:block if="%3cactinic%3avariable%20name%3d%22TabInfo%22%20%2f%3e%20%21%3d%20%22%22">&#123;INFO&#125;<actinic:variable name="TabInfo" /></actinic:block>
OK out.
It is easy to add additional tabs for other variables. Just repeat the step above (amending the word INFO and replacing the two TabInfo instances).