| 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. | |
| 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 |
(string) The ID of the tab wrapper.
private $tab_wrapper
(array) An array containing all of tabs and their content.
private $tabs
Toggle the display of the given DOM element.
toggleDisplay: function( element )
Convert the given object to a query string.
toQueryString: function( data )
Convert the given form data to a query string.
toQueryString: function( form )
(array) An array containing the available types for the options.
private $types
Get the array that has only the unique values of the given array.
uniqueArray: function( data )
Update existing data in the database.
public function UpdateData( $table, $data, $where )
Update a page.
UpdatePage: function( content )
This method is called after an upload has been completed.
UploadComplete: function( data )
Submit the provided form whose sole purpose is to upload files.
UploadFile: function( form )
Retrieve the HTML for the response from the server.
public static function UploadFileResponse( $data = array() )
Output the upload response page.
public static function UploadPageResponse( $data )
Unsigned right shift function, since PHP has neither >>> operator nor unsigned ints.
private function Urs( $a, $b )
Validate this form.
public function Validate()
Determine whether or not the given module name has been installed up to at least the given version.
public static function ValidateDependency( $module, $version, & $validate_failed )
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).
windowOnload: function( func )
(String) The regex for our “word”.
const WordRegex