Automatically Expand the Fields when Selecting All - SuperWEB2
By default, when you use the Select all at level option in SuperWEB2, the field does not automatically expand to show the selected values:
To view the selected values, you have to manually expand the field by clicking the black arrow on the left of the field name.
If you prefer, you can configure SuperWEB2 so that fields automatically expand to show the selected values when you use the Select all at level option:
To make this change, you need to edit the file <tomcat_home>\webapps\webapi\WEB-INF\faces-config.xml
Make a backup copy of this file before making any changes.
- Open faces-config.xml in a text editor.
-
Locate the following section:
HTML/XML<managed-property> <property-name>expandTreeNodesOnLevelSelection</property-name> <value>false</value> </managed-property>
-
Change false to true:
HTML/XML<managed-property> <property-name>expandTreeNodesOnLevelSelection</property-name> <value>true</value> </managed-property>
-
Save faces-config.xml
- Restart Tomcat (or the SuperWEB2 Service if using our SuperSTAR Suite).
- Log in to SuperWEB2 and use the Select all at level option on a field to verify that it automatically expands: