[ PHPXref.com ] [ Generated: Sun Jul 20 19:46:00 2008 ] [ phpMyAdmin 2.9.0.3 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/js/ -> server_privileges.js (summary)

(no description)

File Size: 93 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  checkPassword()
  checkAddUser()
  suggestPassword()
  suggestPasswordCopy()

Functions
Functions that are not part of a class:

checkPassword(the_form)   X-Ref
Validates the password field in a form

param: object   the form
return: boolean  whether the field value is valid or not

checkAddUser(the_form)   X-Ref
Validates the "add a user" form

return: boolean  whether the form is validated or not

suggestPassword()   X-Ref
Generate a new password, which may then be copied to the form
with suggestPasswordCopy().

param: string   the form name
return: boolean  always true

suggestPasswordCopy()   X-Ref
Copy the generated password (or anything in the field) to the form

param: string   the form name
return: boolean  always true



[ Powered by PHPXref - Served by Debian GNU/Linux ]