Contents Menu Expand Light mode Dark mode Auto light/dark mode
Send message about page mistake
Low-Code platform
Low-Code platform
  • First Time Login
  • Basic Platform Settings
  • Menu Items
    • Home Menu
    • Applications Menu
    • Maintenance menu
    • Localizations Menu
    • Extensions menu
    • Access Menu
    • File Storage Menu
  • Development of Applications
    • Component
    • UI Components
      • “BASIC” GROUP
      • Label
      • Text Field
      • Password
      • Text area
      • Code Editor
      • WYSIWYG editor
      • Phone Number
      • Hyperlink
      • HTML
      • SVG
      • Image
      • Pdf viewer
      • File
      • Number
      • Checkbox
      • Select
      • Multiselect
      • Switch
      • Button
      • Radio button
      • “ADVANCED” GROUP
      • Date / Time
      • Day
      • Time
      • Data Grid
      • Pivot grid
      • Confirmation State
      • Tab Control
      • List view
      • Tree View
      • Slider
      • Signature
      • Charts
      • Progress Bar
      • “LAYOUT” GROUP
      • Page
      • Panel
      • Grid
      • Toolbox Flows tab
    • Dataflow
      • INPUT GROUP
      • Get values from connector
      • Subscribe to connector
      • Get Action Model
      • Get workflow model
      • Get Empty Model
      • Proxy get entry
      • Proxy query entry
      • Get raw model
      • Import file
      • MODEL TRANSFORMATION GROUP
      • Transform model
      • Join models
      • Extract collection
      • Filter source
      • Lookup reference
      • Execute script
      • Query entity by filter
      • Select many
      • Get entity by id
      • Load catalogs by key
      • Distinct
      • Group By
      • Calculate array
      • Simple math
      • Execute dataflow
      • Get file info
      • “USER CONTEXTS” GROUP
      • Register context for model
      • Register external user
      • Prepare external keys
      • Assign context role for model
      • Get one-time code for user
      • Confirm one-time code for user
      • Update or create user info
      • Get user info
      • Login with password
      • Reset user password request
      • Confirm user email request
      • Send templated notification
      • Send notification
      • Remove assigned roles for user
      • OUTPUT GROUP
      • Store entry over bus
      • Update entry
      • Deferred update entry
      • Apply deferred update operations
      • Execute API call
      • Write response
      • Form action
      • Execute Workflow
      • Export to File
      • Render template
    • Workflow
      • “NOTIFICATIONS” GROUP
      • Send notification
      • Send templated notification
      • Get user confirmation
      • “INTEGRATIONS” GROUP
      • Execute dataflow
      • “COMMON” GROUP
      • Update model
      • Finish
      • Update model field
      • Reset to draft
      • “CONDITIONS” GROUP
      • Switch case
      • If сondition
    • Using Python
    • Publications
  • Tutorials
    • Tutorial №1
    • Tutorial №2
    • Tutorial №3
  • Community forum
  • Release descriptions
Back to top
Edit this page

Hyperlink#


../../_images/hyperlink.png

General information#

Hyperlink в Scalaxi Platform - это интерфейсный компонент для создания гиперссылок. Он позволяет пользователям легко переходить между различными частями приложения или на внешние ресурсы, обеспечивая эффективную и интуитивно понятную навигацию.

Parameters#

Component properties

Settings group

Setting field

Value Options

Purpose

Name

-

Name of the UI Component in the system

Common

Label

-

Contains the name of the text container

Binding

Multiselect of Catalog

Contains a related “Uri” field from the model

Value

-

Allows you to specify a static value for the field, used to specify a link

Text

Font size

-

The property determines the font size

Color

-

A module in CSS that works with colors, color types, and transparency.

Bold

true, false

Property that allows you to make text bold

Italic

true, false

Property that allows you to italicize the text

Text alignment

Left, Right, Center, Justify

The property is used to set the horizontal alignment of the text

CSS properties

Settings group

Setting Field

Value Options

Purpose

Layout

Width

-

Component width

Height

-

Component height

Grow

true, false

The property determines how much an element will grow relative to the rest of the flex elements within the same container

Margin

-

The property defines the outer paddings on all four sides of the element

Padding

-

The property sets the inner paddings on all sides of the element

Appearance

CornerRadius

-

The property is used to round the corners of an element

BorderThickness

-

The property allows you to set the boundaries for the element

Brush

Background

-

The property sets the background color of the element

BorderBrush

-

The property sets the color of the element’s border


Cases#

  • Site Navigation: Used to create links to other pages of the application or external websites, improving the user interface.

  • User Experience Enhancement: Provides easy access to important resources and information, improving the user experience with the app.

Exceptions#

  • Functionality Limitations: A hyperlink may have limited interoperability by offering only basic click-through functionality.

  • Context Dependency: It is important to consider the context in which links are used to ensure effective navigation and avoid misunderstandings.

Next
HTML
Previous
Phone Number
Copyright © 2024
On this page
  • Hyperlink
    • General information
    • Parameters
    • Cases
    • Exceptions