Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Layouts can contain input fields that an editor can fill in with content. To enter text into an input field, you simply hover the mouse over it and then click the left mouse button. For example:

 



The focus is now in the field and you can now enter the desired text.


Back to top


...

Repeatable Parts

Layouts can have repeatable parts. For example, a layout that renders a tab might allow you to add extra tabs. When more than one repeatable part has been added, you can change the order in which they appear by moving them. Extra repeatable parts that have been added can also be removed.

When a layout contains repeatable parts, the Actions menu becomes available. For example:

 

...

ActionDescription
AddAdd another instance of the repeatable layout part.
RemoveRemove the selected repeatable layout part.
Move to LeftMoves the selected repeatable layout part one position to the left.
Move to RightMoves the selected repeatable layout part one position to the right.


Back to top


...

Selecting Layout Variants

When there are one or more variants for a layout, you can select it from the first drop-down list left of the [Actions] button. For example:

...

Expand the drop-down and select the variant you want to add to the canvas.


Back to top


...

Switching Layouts


Panel
borderColor#0081C0
titleColor#0081C0

The following applies to XperienCentral versions R41 and higher.

...

When you switch from one layout to another, XperienCentral maps the fields from the original layout to the one being switched to in the most logical way possible. Because layouts can vary widely, switching from one layout to another can correspondingly have widely varied effects. Depending on the circumstances under which you switch to another layout and what you've already done in the layout you're switching from, there are a number of things to consider. For example, if you have already filled content into one or more fields and/or if there exist prefilled fields at the time you switch to another layout, you could lose content.



Tip
  • For best results, switch first to the other layout in order to determine whether
switching
  • that leads to undesired
effects
  • results. If it does,
do not save the content item and immediately
  • switch back immediately to the original layout in order to
preserve
  • restore the data in all the filled in/prefilled fields you have modified.
  • When switching between layouts, do not save the content item until you are satisfied with the results. A save action makes it impossible to switch back to the original layout while at the same time restoring the data you filled into fields.



The following table explains how XperienCentral handles a layout switch and how fields and loops from one layout are mapped to another (or not). The mapping logic takes into account what is available in the structure of the layout being switched to and then applies the rules described below.


empty prefilled rich
Field
Available fieldMapped
prefilled Prefilled fieldempty fieldNoDetermined by the field type mapping rules described below.
Empty fieldprefilled fieldNoDetermined by the field type mapping rules described below.
Prefilled fieldprefilled fieldYesDetermined by the field type mapping rules described below.
Rich textrich text single lineNo
rich Rich textsingle line (flat)No
rich Rich text single linerich textYes
rich Rich text single linesingle line (flat)No
single Single line (flat)rich textYes
single Single line (flat)rich text single lineYes
Field with name AField with name ADetermined by the field type mapping rules described above.
Field with name AField with name BDetermined by the field type mapping rules described above.
Prefilled field with name APrefilled field with name ADetermined by the field type mapping rules described above.
Prefilled field with name APrefilled field with name BDetermined by the field type mapping rules described above.
LoopAvailable loopMapped
Single loopMultiple loopsThe single loop is mapped to the first of the multiple loops.
Multiple loopsSingle loopThe first of the multiple loops will be mapped to the single loop. The rest of the loops will be lost.
Singe or Multiple loopsNo loopsNo - all loops will be lost.







Back to top