Méthode | Description | |
---|---|---|
getData ( ) : string | Returns the URL to link to when the THyperLink component is clicked. | |
getImageAlign ( ) : string | ||
getImageHeight ( ) : string | ||
getImageUrl ( ) : string | ||
getImageWidth ( ) : string | ||
getNavigateUrl ( ) : string | ||
getTarget ( ) : string | ||
getText ( ) : string | ||
renderContents ( $writer ) | Renders the body content of the hyperlink. | |
setData ( $value ) | Sets the URL to link to when the THyperLink component is clicked. | |
setImageAlign ( $value ) | Sets the alignment of the image with respective to other elements on the page. | |
setImageHeight ( $value ) | Sets the height of the image in the THyperLink | |
setImageUrl ( $value ) | Sets the location of image file of the THyperLink. | |
setImageWidth ( $value ) | Sets the width of the image in the THyperLink | |
setNavigateUrl ( $value ) | Sets the URL to link to when the THyperLink component is clicked. | |
setTarget ( $value ) | Sets the target window or frame to display the Web page content linked to when the THyperLink component is clicked. | |
setText ( $value ) | Sets the text caption of the THyperLink. |
Méthode | Description | |
---|---|---|
addAttributesToRender ( $writer ) | Adds attributes related to a hyperlink element to renderer. | |
createImage ( $imageUrl ) : |
Gets the TImage for rendering the ImageUrl property. This is not for creating dynamic images. | |
getTagName ( ) : string |
protected addAttributesToRender ( $writer ) |
protected createImage ( $imageUrl ) : |
||
Résultat | image control for rendering. |
public getImageAlign ( ) : string | ||
Résultat | string | the alignment of the image with respective to other elements on the page, defaults to empty. |
public getImageHeight ( ) : string | ||
Résultat | string | height of the image in the THyperLink |
public getImageUrl ( ) : string | ||
Résultat | string | the location of the image file for the THyperLink |
public getImageWidth ( ) : string | ||
Résultat | string | width of the image in the THyperLink |
protected getTagName ( ) : string | ||
Résultat | string | tag name of the hyperlink |
public renderContents ( $writer ) |
public setData ( $value ) |
public setImageAlign ( $value ) |
public setImageHeight ( $value ) |
public setImageUrl ( $value ) |
public setImageWidth ( $value ) |
public setTarget ( $value ) |