The JavaScript Page Engine Interface

Previous Next

See Also

When adding scripts to your web pages, you can make use of all JavaScript functions that are defined in:

<USoft installation folder>/PageEngine/templates/WebSite/js/interface.js

 

These functions are described in the related topics listed below. Many of these JavaScript functions are also available as insertable actions in the Web Designer. However it is recommended that you insert only the callClientScript() action with its script property set to call the appropriate JavaScript interface function.

Related Topics:

acceptLookupValue()

callClientScript()

cancelWindow()

checkData()

clearQueryConditions()

closePage()

commit()

createRecord()

deleteRecord()

executeQuery()

executeSQLStatement()

getDataSet()

getRecordCount()

getSearchValue()

getTotalNrOfDataSets()

getTotalNrOfRecords()

getValidateValuesResult()

gotoDataSet()

handleEvent()

login()

logout()

navigateTo()

navigateToLookup()

navigateToRelated()

nextDataSet()

nextRecord()

previousDataSet()

previousRecord()

refresh()

refreshRecord()

rollback()

setFrameURL()

setSearchValue()

setValue()

uwa.groupRequests()

validateValues()