| N | |
| newEvent, DLSupport | |
| NewFormCollection, DLSupport | |
| NewFormStart, DLSupport | |
| NewTabCollection, DLSupport | |
| O | |
| ObjectPool | |
| OpenPage, DLSupportJS. | |
| OutputAsAJAX, DLCleanAdmin | |
| OutputSite, DLCleanAdmin | |
| OutputUploadResponse, DLSupport | |
| OverwriteDefaultData, DLCustomField | |
| OverwriteDefaultOptions, DLCustomField | |
| OverwriteDefaultPage, DLCleanAdmin | |
| OverwriteDefaultTypes, DLCustomField | |
| P | |
| PageLoading, DLSupportJS | |
| ParseCSS, DLSupport | |
| Preprocess, DLEncryption_One | |
| PropertyNames, DLSupport | |
| Protoaculous, DLSupport | |
| Q | |
| Query, DLDatabase | |
| R | |
| removeClassName, DLSupport | |
| removeCookie, DLSupport | |
| RemoveCookie, DLSupport | |
| removeElement, DLSupport | |
| removeTab, DLSupportJS.Tab | |
| RemoveTables, DLCustomField | |
| request, DLSupport.AJAX | |
| reverseArray, DLSupport | |
| RowCount, DLDatabase | |
| S | |
| SanitizeString, DLSupport | |
| ServerResponse, DLSupportJS. | |
| SetAction, DLSupportJS. | |
| setCookie, DLSupport | |
| SetCookie, DLSupport | |
| showLoadingImage, DLSupport | |
| ShowLoadingImage, DLSupportJS | |
| ShowOverlay, DLSupportJS | |
| showTab, DLSupportJS.Tab | |
| Singleton | |
| SubmitForm, DLSupportJS. | |
| submitValue, DLSupport.Form | |
| T | |
| toggleDisplay, DLSupport | |
| toQueryString | |
| U | |
| uniqueArray, DLSupport | |
| UpdateData, DLDatabase | |
| UpdatePage, DLSupportJS. | |
| UploadComplete, DLSupportJS | |
| UploadFile, DLSupportJS | |
| UploadFileResponse, DLSupport | |
| UploadPageResponse, DLSupport | |
| Urs, DLEncryption_Three | |
| V | |
| Validate, DLForm | |
| ValidateDependency, DLSupport | |
| W | |
| windowOnload, DLSupport |
Attach a new event to the given element.
newEvent: function( element, event, func, delay )
Retreive a new form collection.
public static function &NewFormCollection()
This is very similar to the method CreateFormStart except that it does not encode the content of the extras array.
public static function NewFormStart( & $module, $id, $action = 'default', $returnid = '', $method = 'post', $params = array(), $extras = array() )
Create a new tab collection.
public static function &NewTabCollection( $tab_wrapper = '', $content_wrapper = '' )
Retrieve an instance of this class based on the provided login information.
public static function &ObjectPool( $host, $username, $password, $database )
Retrieve an instance of the request algorithm.
public static function &ObjectPool( $algorithm )
Open up a new page.
OpenPage: function( href, is_menu )
Output the given data so that it can be read by JavaScript.
public function OutputAsAJAX( $action, $data )
Output the site but outputting the index page.
public function OutputSite( $title, $options = array() )
Output the response page for the uploaded of a file.
public static function OutputUploadResponse( $data )
Overwrite the default data.
protected function OverwriteDefaultData()
Overwrite the default options.
protected function OverwriteDefaultOptions()
Overwrite the default page content.
public function OverwriteDefaultPage( $content )
Overwrite the default types.
protected function OverwriteDefaultTypes()
Show the loading image when this method is called and hide it when the body “onload” event is triggered.
PageLoading: function()
Parse the given CSS to retrieve the class names.
public static function ParseCSS( $css, $period = TRUE )
Preprocess the given data.
private function Preprocess( $key, $data )
Retrieve the HTML for including Prototype, script.aculo.us from Google as well as the supporting JS frameworking.
public static function Protoaculous()
Query the database with the given SQL.
public function &Query( $sql )
Remove the given class name from the given DOM element.
removeClassName: function( obj, class_name )
Wrapper method around the method setCookie.
removeCookie: function( key )
Remove the given cookie.
public static function RemoveCookie( $key )
This will remove the given element from the DOM structure of the web site.
removeElement: function( element )
Remove the given tab and its contents.
removeTab: function( tab )
Removed the installed tables.
final public function RemoveTables()
Make a request to the given url using the given method and parameters.
request: function( url )
Get the array that has the reverse order of the given array.
reverseArray: function( data )
See how many rows we would retrieve from the given table if the given constraints are set.
public function RowCount( $table, $where, $options = array() )
Wrapper method for the function “filter_var” with the filter FILTER_SANITIZE_STRING and the options FILTER_FLAG_ENCODE_LOW and FILTER_FLAG_ENCODE_HIGH.
public static function SanitizeString( $data, $input = FALSE )
Process the server response.
ServerResponse: function( transport )
Set the action for the form of the given button.
SetAction: function( button )
Store the given value to cookie under the given key for the given number of days.
setCookie: function( key, value, days )
Store the given information with the given key in the cookie for the given number of days.
public static function SetCookie( $key, $value, $days )
Fade out the entire page and show the loading image.
showLoadingImage: function( color )
Show the loading image.
ShowLoadingImage: function()
Create and show the overlay div if it is currently hidden.
ShowOverlay: function()
Show the given tab while hiding all the other tabs.
showTab: function( tab )
Retrieve an instance of this class using the database information stored in the configuration file.
public static function &Singleton()
This method will return an instance of this class.
public static function &Singleton()
Submit a form.
SubmitForm: function( form )
Set the value of the given element as the submit value for the element’s form.
submitValue: function( element )
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 )
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 )