Home Reference Source
import {LinkGenerator} from 'guide4you/src/urlapi/LinkGenerator.js'
public class | source

LinkGenerator

Extends:

Control → LinkGenerator

Generates links optionally wrapped in iframe- or a-tags that can be copied or clicked by the user.

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

$link_: *

public
Private Members
private
private
private

Method Summary

Public Methods
public

setMap(map: G4UMap)

Private Methods
private

Public Constructors

public constructor(options: LinkGeneratorOptions) source

Params:

NameTypeAttributeDescription
options LinkGeneratorOptions

Public Members

public $textfield_: * source

Private Members

private baseURL_: string source

private generateHandler_: function(this: LinkGenerator) source

private type_: string source

Public Methods

public setMap(map: G4UMap) source

Params:

NameTypeAttributeDescription
map G4UMap
  • nullable: true

Private Methods

private generate_() source