Difference between revisions of "Hyperlink"

From Lianjapedia
Jump to: navigation, search
(Description)
 
Line 6: Line 6:
 
[[{{ns:file}}:hyperlink.png|link={{filepath:extras_cs.png}}|Hyperlink]]
 
[[{{ns:file}}:hyperlink.png|link={{filepath:extras_cs.png}}|Hyperlink]]
  
The Hyperlink is a clickable control displaying an image or text.  Clicking the control opens the hyperlink link text in the system default browser.
+
The Hyperlink is a clickable control displaying an image or text.  Clicking the control passes the hyperlink link text to a defined click or linkclicked event delegate.
  
 
====Properties====
 
====Properties====

Latest revision as of 04:58, 13 April 2018

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Description

Shown below in a standalone Form. Click the image to see in a Custom Section in a Lianja Page.

Hyperlink

The Hyperlink is a clickable control displaying an image or text. Clicking the control passes the hyperlink link text to a defined click or linkclicked event delegate.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Caption RW Character Text displayed
Hyperlink RW Character Link text
Picture RW Character Filename of image displayed
Stretch RW Boolean Whether Picture should be scaled

Methods

This class supports the Common Methods plus the following:

Method Args Description

Events

This class supports the Common Events plus the following:

Event Args Description
linkClicked link as Character Occurs after link is clicked