Wiki source code of Dashboards and Layout

Last modified by superadmin on 2021/09/09 20:56

Show last authors
1 **//On this page~://**
2
3
4
5 {{toc maxLevel="2"/}}
6
7 The iSymphony Client Interface allows Users to create several Dashboards containing Layouts tailored to the User's needs. Each Dashboard can have its own custom Layout and contain Widgets of the User's choosing.
8
9 = Dashboards =
10
11 Each Dashboard can be configured separately from other dashboards and allow Users to have different views of the system available to them at any given time.
12
13 === Adding New Dashboards ===
14
15 Users can create new Dashboards by selecting the **Plus Icon** at the top right hand corner of the Dashboard area in the client.
16
17 === Removing Dashboards ===
18
19 Users can remove existing Dashboards by selecting the **Lock Icon** on the top right hand corner of the Dashboard area in the client. This will unlock the Dashboards and allow you to remove any Dashboard of your choosing by selecting the **X Button** on the Dashboard tab you wish to remove. You can re-lock the Dashboards by selecting the **Lock Icon** once more.
20
21 === Renaming Dashboards ===
22
23 Users can rename the currently selected dashboard by selecting the **Pencil Icon** on the top right hand corner of the Dashboard area in the client.
24
25 = Layout =
26
27 Users can modify the Layout of a Dashboard to fit their needs by splitting existing Panels in the Layout horizontally and vertically or by removing Panels completely from the Layout.
28
29 === Locking and Unlocking ===
30
31 Users can lock and unlock the Layout by selecting the **Lock Icon** on the top right hand corner of the Dashboard area in the client. When a Layout is unlocked the user has access to modify the Layout. If locked the Layout cannot be modified.
32
33 === Panel Management ===
34
35 Panels in the Layout provide Users a place to insert Widgets. Each Panel in the Layout can hold exactly one Widget. If the Layout is unlocked or there is a Panel that does not currently contain a Widget the user will have access to the Panel actions via the three buttons on that appear on the top right hand corner of the Panel. These action will allow the user to create new Panels by splitting existing ones or remove Panels all together.
36
37 {{info}}
38 Panels that do not contain a Widget can be modified at anytime despite the current Layout lock state.
39 {{/info}}
40
41 ===== Vertical Split =====
42
43 If the User selects the **Vertical Split Icon** the Panel will be split into two Panels along the vertical axis of the existing Panel.
44
45 ===== Horizontal Split =====
46
47 If the User selects the **Horizontal Split Icon** the Panel will be split into two Panels along the horizontal axis of the existing Panel.
48
49 ===== Removing Panels =====
50
51 If the User selects the **X Icon** the current Panel will be removed from the Layout including the Widget that was inside the Panel.
52
53 = Widgets =
54
55 Widgets are used to present the core functionality of the Panel to the end Users via user interface. There are different Widgets available to the Users that provide different functionality. For a list of all available Widgets in the system see [[doc:iSymphony 3\.5 Documentation.iSymphony User's Guide.Widgets.WebHome]].
56
57 === Adding A Widget To A Panel ===
58
59 Empty Panels in the Layout will have a **+ Icon** in the center of them. You can click anywhere in the empty Panel and the Widget Selection Dialog will open. From this dialog the User can search for and select which Widget to add to the current Panel.
60
61 === Removing A Widget From A Panel ===
62
63 Users can remove existing Widgets from a Panel by selecting the **X Button** on the top right hand corner of the Widget header. Removing a Widget from a Panel will open up the Panel in order to place a different Widget inside.
64
65 === Moving Widgets To Other Panels ===
66
67 Users can drag and drop a Widget header to another empty Panel in order to move the Widget from one Panel to another.
68
69 {{info}}
70 If the destination Panel already contains a Widget the destination Panel will automatically perform a vertical split to make room for the dragged Widget.
71 {{/info}}
iSymphony