Dashboard Function: Add Parts: Quick Access
## Overview
Add quick access to the "[Dashboard](/en/manual/dashboard)". List links to configured sites ("[Folder](/en/manual/folder)", "[Table](/en/manual/table)", "[Wiki](/ja/manual/wiki)", "[Dashboard](/en/manual/dashboard)").
## Setting Procedure
### General Tab
![image](https://pleasanter.org/binaries/0f095027d8904441add99e8ea4464cb1)
|Item name|Description|
|:---|:---|
|Title|The name of the part. |
|Display Title|Check this if you want to display the title.|
|Site ID|Enter the site ID, site name, and site group name you want to display, separated by commas. They will be displayed in the order you enter them. Enter 0 to specify the top page. You can also enter in JSON format. |
|Layout|Select the layout of the quick access parts. |
|Do not Load Asynchronously|If this checkbox is checked, asynchronous loading will not be performed regardless of the asynchronous loading setting. For information on setting asynchronous loading, refer to "[Dashboard Function: Add Parts](/en/manual/dashboard-add-parts)". |
|CSS|Use this to apply CSS to elements in the quick access panel. By specifying a CSS class name, you can assign any class name to each item and apply a "[Style](/en/manual/table-management-style)". |
### Access Control Tab
![image](https://pleasanter.org/binaries/912d21dca8094cf5a134bee49a2f51bb)
Set the reference permissions for quick access. This part will be hidden if a user without reference permissions opens the dashboard.
<a id="site-icon"></a>
## Display Content
### Site Icon
An icon will automatically be displayed before the site name according to the type of site specified by the site ID. You can change the icon by [Specifying the site ID in JSON format](#site-icon-by-json), which will be described later.
|Site type|Icon|
|:---|:---|
|Folder|![image](https://pleasanter.org/binaries/485198d6f34f4229872b9b55a087259d)|
|Issue Table|![image](https://pleasanter.org/binaries/d6ccb0b6175d451e94d71af88a97b69d)|
|Record Table|![image](https://pleasanter.org/binaries/a25dace04a264a1cbd139df50a30c7f1)|
|Wiki|![image](https://pleasanter.org/binaries/d8cb486a33e04a12aa6aba6d9a799273)|
|Dashboard|![image](https://pleasanter.org/binaries/36f7ddc76ca84df782e3de1154304247)|
![image](https://pleasanter.org/binaries/72c9576fb3df4c8c8fd10a0504577529)
### Layout
Choose either vertical or horizontal layout.
|Layout|Content|
|:---|:---|
|Vertical|Display sites arranged vertically. A vertical scroll bar appears if the height of the part is reduced.|
|Horizontal|Display sites arranged horizontally. If the width of the part is reduced, the content will wrap.|
* Layout: Vertical
![image](https://pleasanter.org/binaries/f0f60175ef034137b88b6e8e145cabcc)
* Layout: Horizontal
![image](https://pleasanter.org/binaries/af10bc8bb2b441fbb1a712708ff8ae6a)
<a id="site-icon-by-json"></a>
## Specifying Site IDs in JSON Format
By specifying the site ID in JSON format, you can change icons and assign CSS styles to each displayed site.
|Item name|Description|
|:---|:---|
|Id|Specify the site ID. |
|Icon|Set the icon to be displayed before the site name. For the characters to specify, see [Material Symbols (*1)](#material-symbols). Icon is optional. If omitted, the content of [Site Icon](#site-icon) will be displayed. |
|Css|Sets the css class name. Set the style for the class specified in advance in the "CSS" tab or "Extended CSS". Css is optional. |
### Setting Example
The display results are as shown below when the site ID and CSS are set as follows.
##### JSON
```
[
{
"Id": 123,
"Icon": "check_circle",
"Css": "bgcolorPink"
},
{
"Id": 456,
"Icon": "check_circle"
},
{
"Id": 789,
"Css": "bgcolorPink"
}
]
```
##### CSS
```
.bgcolorPink {
background-color: pink;
}
```
##### Display Result
![image](https://pleasanter.org/binaries/845177242908453d934a83631de520f7)
<a id="material-symbols"></a>
### *1 How to Search for Specified Characters from Material Symbols
To specify the characters for the Icon in the JSON format site ID specification, follow the procedure below:
1. Open the [Material Symbols](https://fonts.google.com/icons) page
![image](https://pleasanter.org/binaries/9827dd54e49f422ca9657aba4c03ddbe)
1. Click on the icon you want to use
![image](https://pleasanter.org/binaries/2c8f31c351154bcf831daece9121aa36)
1. Set the text enclosed in span tags in the "Inserting the icon" field displayed on the right side of the screen as the Icon.
![image](https://pleasanter.org/binaries/82af80451e664b72873c5015fba8c345)
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/folder">Folder function</a><span>08.13.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table">Table Function</a><span>08.13.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-style">Table Management: Style</a><span>08.13.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/wiki">Wiki Function</a><span>08.13.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/dashboard">Dashboard Function</a><span>08.14.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />