Leopard Chat Client
  • Quick Start
  • Screenshots
  • Setup
    • Extension Helper
    • Context Variables
      • Greeting Message
      • Channel
      • User's Time Zone
      • Location Context Parameters
    • Build Variables
  • Content Styling
    • CSS Styles
    • Icons
    • Markdown & HTML
  • Components Simple Syntax
  • Components
    • Answer Borders
    • Audio Player
    • Auto Open Leopard with Link
    • Alerts
    • Buttons and Lists
    • Card
    • Response Icons
    • Date & Time Pickers
    • Emergency Button
    • Expensive Operations
    • Field Masks
    • Chat Field Types (Email, Password, Location, Upload)
    • Forms
      • Feedback Form
      • Custom Forms
        • Example Config
        • Postback Object
        • Button Object
        • Field Types
        • Style Object
        • Icons Object
        • Masks
        • Validation
    • Google Map
    • Help Text
    • HTML Modal
    • Hyperlinks
    • Images
      • Image
      • Image Carousel
    • Tables
      • Tables - Simple
      • Tables - Advanced
    • Theme Change
    • Toasts
    • Language Auto Switch
    • Minimize Chat after Delay
    • Multiple Components - Same Response
    • Modal Size & Positioning
    • Open Long Response in Modal
    • Print Icon
    • Prompt Trigger Polling
    • Splitting Answers - Chunks
    • Video Player
  • Administration Area
    • Solution Configuration
    • Demo Mode - iFrames & URLs
    • ASR and TTS
  • Integrations
    • Logging / Reporting
    • Social Authentication
    • Live Chat
  • Embedding / Production
Powered by GitBook
On this page
  • Links that send text back to Teneo as a user input
  • Answer Text in Output Node
  • Links that open an link in an iframe when in Demo mode
  • Answer Text in Output Node
  1. Components

Hyperlinks

In your answer you can embed links. You have some degree of control over what happens once that link is clicked.

I know some works needs to be done to have these types of hyperlinks work in Modals. This was working but it looks to have been broken at some point.

Links that send text back to Teneo as a user input

Answer Text in Output Node

You can output links in html or answer text that are then fed back into Teneo as user input.

<a href="#" class="sendInput">This will be sent to Teneo</a>

Alternatively:

<a href="#" class="sendInput" data-input="This will be sent to Teneo">This is just the anchor text</a>

Links that open an link in an iframe when in Demo mode

Answer Text in Output Node

<a href="https://somewebsite.com" class="openInIframe">This will open the page https://somewebsite.com in an iframe once clicked.</a>

PreviousHTML ModalNextImages

Last updated 4 years ago