Child pages
  • ServoyApi
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Refresh page Apr 30, 2024 18:12

Supported Clients
NGClient

Methods Summary
Object copyObject(value) Can be used to deep copy a custom value.
JSFoundSet getViewFoundSet(name, query)
Boolean hideForm(formName) Hide a form directly on the server for instance when a tab will change on the client, so it won't need to do a round trip for hiding the form through the browser's component.

Methods Details

copyObject(value)

Can be used to deep copy a custom value.

Parameters

Object value the value to be copied

Returns

Supported Clients

NGClient

Sample

var eventSourceCopy = servoyApi.copyObject(eventSource);

getViewFoundSet(name, query)

Parameters

String name ;
QBSelect query ;

Returns

Supported Clients

NGClient

Sample

 

hideForm(formName)

Hide a form directly on the server for instance when a tab will change on the client, so it won't need to do a round trip
for hiding the form through the browser's component.

Parameters

Object formName the form to hide

Returns

Supported Clients

NGClient

Sample

servoyApi.hideForm(formToHideName)

  • No labels