Data and Widget Configuration ========================================== The `webconfig-model.xml` file configures aspects of how data appears on the InterMine webapp. This file allows for inheritance - a subclass will inherit from its parent class but only if that subclass has no configuration. Configuration settings for the parent class do not overwrite settings for the subclass. Field Configuration ---------------------- You can configure which fields are displayed on report and result pages for each class in your model. ====================== ======================================================================== ========= ============================== attribute name purpose required? default ====================== ======================================================================== ========= ============================== fieldExpr field name yes - label human readable name no generated automagically showInInlineCollection show field in inline collection (on report pages) no true showInSummary add field to query when user clicks on 'Summary' button in QueryBuilder no true showInResults show field in results table no true outerInSummary configure outer-joins when user clicks on 'Summary' in QueryBuilder no false doNotTruncate don't truncate display no false fieldExporter specify class to export file field no - sectionOnRight show on the right side of the page no false sectionTitle if sectionOnRight="true", title for section on right no - openByDefault if sectionOnRight="true", whether or not this section should be open no false ====================== ======================================================================== ========= ============================== For example: .. code-block:: guess < -- attribute links can now be displayed on protein list analysis pages --> Displaying Data on Report pages -------------------------------------------- ReportDisplayers allow custom display of particular data types on report pages, typically to replace default tables with more appropriate presentation of data. .. code-block:: xml Widget Configuration ---------------------- At the bottom of the config file are the configuration entries for widgets. Please see [wiki:Widgets] for detailed information about how to configure widgets. .. code-block:: xml .. index:: widgets, exporters, report displayers, webconfig-model.xml