User Manual

08.13.2024

MANUAL

Table Management: Editor: Item Detail Settings: Anchor

## Overview HTML A tags (links) can be set for "[Classification Item](/en/manual/table-management-class)". ## Restrictions 1. Can only be set in "[Classification Item](/en/manual/table-management-class)". 1. "[Classification Item](/en/manual/table-management-class)" must be in free text format. ## Prerequisites 1. "Site Administration Permission" is required to configure settings. ## Setting Content ![image](https://pleasanter.org/binaries/c07956d448b8463090598768038039cb) Check the "Anchor" checkbox. In the "Anchor Format" field, enter the string to be set for the href attribute. If you enter "{Value}" as the string, it will be replaced by the value of the classification item. Check the "Open Anchor in New Tab" checkbox to open the anchor in a new tab when clicked. ## Operation Image ![image](https://pleasanter.org/binaries/3dec1406abad469ebaa75f0ae9905c99) For items with "Anchor" checked, the text entered in that category becomes a clickable hyperlink. Clicking the pencil icon above to switch to edit mode will remove the link and return to a normal input field. ## Usage Example ### Use Classification Item Values as URL Parameters You can use the anchor format below to utilize the input value of a classification item as a URL parameter: ``` https://example.com/?q={Value} ``` ### Open an Email You can use the following anchor format to initiate an email creation screen with the email address entered in the classification item as the recipient: ``` mailto:{Value} ``` *Operation may differ depending on OS/browser support. ### Make a phone call You can use the following anchor format to initiate a phone call to the phone number entered in the classification item: ``` tel:{Value} ``` *Operation may differ depending on OS/browser support. In addition to these, applications that support URL schemes, such as Slack, may be launched. To check whether a specific application can be launched via URL links and the method to specify parameters, please refer to the developer of the application. ## Related Information <div id="ManualList"><ul><li><a href="/en/manual/table-management-class">Manage Table: Items: Class</a><span>10.24.2025 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />
TOP