Fluid field sets

Technologies / User Interface Add-Ins / Assemblies with Multiple Panels / Find-Manage with Categorie

To make the search options displayed in filter consoles easier to understand, you can display the search options as a part of a "natural language-like" query:

field_set_fluid.png

If there is not enough screen space to show the complete set of search options, the option will wrap into a second line. This is useful for localized forms where text often becomes longer than in the original English form.

To display fields in the filter console using fluid layout, define a field set and set its layout property to fluid :

<panel type="console" ... columns="1">
    <fieldset layout="fluid">      <field name="bl_id">      <title>Filter by building</title>      <\field> <field name="prob_type"> <title>and problem type</title> </field> <field> <action id="filter"> <title>Filter</title> </action> </field> </fieldset> </panel>

Example View: http://localhost:8080/archibus/schema/ab-products/solutions/assemblies/work-wizard/ab-ex-work-wizard.axvw