Searched defs:button (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm243 submit reset defaults radio_group popup_menu button autoEscape
733 # Clear out our default submission button flag if present
2142 #### Method: button
2143 # Create a javascript button.
2145 # $name -> (optional) Name for the button. (-name)
2146 # $value -> (optional) Value of the button when selected (and visible name) (-value)
2147 # $onclick -> (optional) Text of the JavaScript to run when the button is
2150 # A string containing a <input type="button"> tag
2152 'button' => <<'END_OF_FUNC',
2153 sub button { subroutine
[all...]

Completed in 328 milliseconds