Template:MDBTutorialPanelPropertiesAndContext

From Mea Wiki
Jump to navigation Jump to search

Adding a Panel and Defining Panel Properties and Context

  1. Add a new Panel to the view by clicking the Add New Panel button in the side toolbar.
    AddNewPanel.png
  2. Click the Edit button on the panel.
    800px
  3. To give a Name and a Description for the panel, open the panel properties by clicking the Properties button.
    OpenPanelProperties.png
  4. In the Panel Properties, you can define the Name and Description on the Properties tab.
    PanelProperties.png
    In addition to normal text, you can use context variables in the Name field, so that the value of the variable will be shown when the context variable has a value. To do this, type the context variable name in the format "{#contextvariablename}" For example, you could define the Name of the panel to be "Selected scorecard: {#sys:metricsScorecard}."
    If the name contains context variable separator characters ({ or }) or an escape character (\), the characters need to be escaped by the backslash (\) character before them. For example, to have "my{0}\example" working properly, it needs to be entered as "my\{0\}\\example".
    This same functionality is available in presentation object names too.
  5. Switch to the Presentation tab. See description of all available panel presentation properties: Panel Properties
    PanelPresentation.png

    You can also define panel specific context variable values on the Context tab.
    Apply the changes and close the panel properties by clicking Close.