Basic Customization > User Interface Customization > User Interface Technology Overview > Javascript Functions Overview > TableUtils — package > TreeHandler > asyncResponseHandler > rowHandler > requestHandler > Other Functions in main.js
  
Other Functions in main.js
Name
Purpose
getElementsByClassNameAndTag (className, parentElement , tag name)
Returns all the children of the parentElement that match the given Tagname and contain the className. Optimized version of getElementsByClassname so that it does not have to look at all the items in the page.
refreshDivTag(id, name, url)
Refreshes the contents of a div (via Ajax) when an element fires its change event.
getElementHtml(params, divID, doAsynch, url, doFade, successFunc, failFunc, options)
Used to create a fade effect on a portion of the html page that is being updated via an ajax request.
addRows( list, tableId, refresh, doAjaxUpdate, preventDuplicates )
Modifies the hidden form fields of tables used in wizards when users dynamically add rows to said table. Can cause the row to be added dynamically if the doAjaxUpdate is true.
PJLrefreshOpener() and refreshOpenerOnly()
Refreshes the parent window.
getClipboardItems()
Family of methods for getting contents of the Clipboard as a comma delimited list.