Help for this page

Select Code to Download


  1. or download this
    # Set value
    my $widgetValue = "I'd like this to be the value";
    # Create widget
    textfield(-name=>'txt1', -id=>'txt1',-value=>$widgetValue);