Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
T
 Tab Management, DLTab
$tab_wrapper, DLTab
 Table Manipulation, DLDatabase
$tabs, DLTab
 Tabs, DLSupportJS.Tab
 TabWrapper, DLSupportJS.Tab
 Textarea, DLForm
 toggleDisplay, DLSupport
 toQueryString
$types, DLCustomField
U
 Unique Methods, DLEncryption_One
 uniqueArray, DLSupport
 UpdateData, DLDatabase
 UpdatePage, DLSupportJS.CleanAdmin
 UploadComplete, DLSupportJS
 UploadFile, DLSupportJS
 UploadFileOptions, DLSupportJS
 UploadFileResponse, DLSupport
 UploadPageResponse, DLSupport
 Urs, DLEncryption_Three
V
 Validate, DLForm
 ValidateCustom, DLForm
 ValidateDependency, DLSupport
 ValidateEmail, DLForm
 ValidateRequired, DLForm
 Validation, DLForm
 Variables
W
 windowOnload, DLSupport
 WordRegex, DLSupport
private $tab_wrapper
(string) The ID of the tab wrapper.
private $tabs
(array) An array containing all of tabs and their content.
(array) An array of tabs.
(object) The wrapper element for the tabs.
(string) Represents a Textarea field.
toggleDisplay: function(element)
Toggle the display of the given DOM element.
toQueryString: function(data)
Convert the given object to a query string.
toQueryString: function(form)
Convert the given form data to a query string.
private $types
(array) An array containing the available types for the options.
uniqueArray: function(data)
Get the array that has only the unique values of the given array.
public function UpdateData($table,
$data,
$where)
Update existing data in the database.
UpdatePage: function(content)
Update a page.
UploadComplete: function(data)
This method is called after an upload has been completed.
UploadFile: function(form)
Submit the provided form whose sole purpose is to upload files.
(object) An object containing a uploaded file options.
public static function UploadFileResponse($data =  array())
Retrieve the HTML for the response from the server.
public static function UploadPageResponse($data)
Output the upload response page.
private function Urs($a,
$b)
Unsigned right shift function, since PHP has neither >>> operator nor unsigned ints.
public function Validate()
Validate this form.
(int) Using a user defined function.
public static function ValidateDependency($module,
$version,
&$validate_failed)
Determine whether or not the given module name has been installed up to at least the given version.
(int) An e-mail address.
(int) Non-empty string.
windowOnload: function(func)
This will add a new event to the event listener that will run the given function after the window has finish loading (basically when all of the DOM structure has finish loading).
const WordRegex
(String) The regex for our “word”.