Embperl::Form::Control::displaylink - A control to display links inside an Embperl Form


Embperl documentation  | view source Contained in the Embperl distribution.

Index


NAME

Top

Embperl::Form::Control::displaylink - A control to display links inside an Embperl Form

SYNOPSIS

Top

  { 
  type   => 'displaylink',
  text   => 'blabla', 
  link   => ['ecos', 'bb5000'],
  href   => ['http://www.ecos.de', 'http://www.bb5000.info']  
  }

DESCRIPTION

Top

Used to create a control which displays links inside an Embperl Form. See Embperl::Form on how to specify parameters.

PARAMETER

type

Needs to be set to 'displaylink'.

text

Will be used as label for the text display control.

href

Arrayref with hrefs

open

Arrayref, if a value is given for the link, the value will be used as javascript function which is executed onclick. href will be pass as argument.

target

Arrayref with targets

showtext

If set the texts from the link parameter will not be passed thru convert_text

Author

Top

G. Richter (richter@dev.ecos.de)

See Also

Top

perl(1), Embperl, Embperl::Form


Embperl documentation  | view source Contained in the Embperl distribution.