Added the wobject superclass and the first wobject "Item".
This commit is contained in:
parent
98960353c4
commit
842a0eb9db
11 changed files with 585 additions and 222 deletions
|
|
@ -1123,7 +1123,7 @@ sub url {
|
|||
$extras = shift;
|
||||
$subtext = shift;
|
||||
$size = shift || $session{setting}{textBoxSize} || 30;
|
||||
$output = '<script language="JavaScript">function addHTTP(element) {if (!element.value.match(":\/\/"))
|
||||
$output = '<script language="JavaScript">function addHTTP(element) {if (!element.value.match(":\/\/") && element.value != "")
|
||||
{ element.value = "http://"+element.value}}</script>';
|
||||
$output .= '<input type="text" name="'.$name.'" value="'.$value.'" size="'.
|
||||
$size.'" maxlength="'.$maxLength.'" onBlur="addHTTP(this.form.'.$name.')" '.$extras.'>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue