cancel
Showing results for 
Search instead for 
Did you mean: 

grouping component-profile properties

0 Kudos

Hi,

i am developing an portal application that will be used

and configured via an iView.

Is it possible to create a property group for my custom properties defined in portalapp.xml such that they can be displayed as one group in the portal application property editor?

regards

Dirk

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Dirk,

you can set the "category" for a property, so that you can select all properties belonging to this one (your own defined) category.

Example:

<property name="SomeProperty" value="funny">
  <property name="category" value="YourOwnCategory">
  <property name="personalization" [...]
  [...]
</property>

Hope it helps

Detlev

PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

0 Kudos

Thank you very much.

Looking back at the documentation i now see how it is supposed to work.

Answers (0)