⟵ hearthere ⟶
  • Training course
  • Creating simple tables and fields
  • Codes base level
  • Selects and links between tables
  • Table settings basic level
  • Prefilters base level
  • Conditional formatting basic level
  • Action codes base level
  • Using pop-up windows
  • Cycles base level
  • Roles and users on the web
  • Codes advanced level
  • Action codes advanced level
  • Prefilters advanced level
  • Field and table settings advanced level
  • Required and regexp
  • Optimize list processing and notloaded for the data field
  • Group change on selection in one or more columns
  • Logging and access to logs
  • Field description and text visibility options
  • Show field value as url
  • Row duplication
  • Panel, icons, recovery, field sets and date of actuality
  • Cycles advanced level
  • Formatting advanced level
  • Select-Tree
  • Executing a scheduled action code
  • Printing and emailing
  • Notifications
  • API interaction
  • Adaptivity and Sections
  • Show field value as url

    What type of field has the "show as url" parameter?

    Line.

    In this case, it is assumed that the line itself is the complete url that will be followed when clicked.

    Example with the on-double-click trigger action code

    But not only a string can be formatted as url. Action codes have a trigger execute action code on click. It is triggered by a double-click in the field if it is locked.

    This trigger has an extension — format click as URL. If it is enabled, the value in the field will be formatted as a url and the action will be executed when clicked.

    For example, we need to open addresses on an external site depending on the ID number. We record the numbers in this field and enable execute action code on click and format click as URL.

    The action code will look approximately like this:


    = :
    linkToScript(uri: str`"https://example.org/document/" + $#nfv`; target: "blank")