Child pages
  • NGCONSTANTS

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Cache
indextrue
refresh100d
showRefreshtrue
iddoc
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListNGClient

servoy sSummary12%30%58%height: 30px;3Constants SummaryBy default the NGClient appends the name of the current main form to the url in the address bar of the browser using a fragment identifier (#.Same as the WINDOW_BRANDING_ICON_32 client property just for images of size 192x192, usually used as shortcut icon for the web app.Client property used to set the icon of the main window.When use branding is enabled (see servoy.When the user navigates to another page, closes the browser or is disconnected from the server, the client-session on the server will be kept for a limited time.

constantservoy sDetail2100%height:30px2Constants DetailsFORM_BASED_BROWSER_HISTORYname

FORM_BASED_BROWSER_HISTORY

dessIndent
By default the NGClient appends the name of the current main form to the url in the address bar of the browser using a fragment identifier (#....)
<p>
By setting the FORM_BASED_BROWSER_HISTORY property to false, this is disabled

The value can be true/false
DEFAULT: true
ret

Returns

sIndent
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRowWINDOW_BRANDING_ICON_192name

WINDOW_BRANDING_ICON_192

dessIndent
Same as the WINDOW_BRANDING_ICON_32 client property just for images of size 192x192,
usually used as shortcut icon for the web app.
ret

Returns

sIndent
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
WINDOW_BRANDING_ICON_32name

WINDOW_BRANDING_ICON_32

dessIndent
Client property used to set the icon of the main window. This should be a PNG
image of size 32x32, and it can be the file name that is stored under the web app root
or it can be a base64 encoded image from the solution.
ret

Returns

sIndent
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
WINDOW_BRANDING_TITLEname

WINDOW_BRANDING_TITLE

dessIndent
When use branding is enabled (see servoy.branding setting in Servoy Admin Page / servoy.properties) this client
property can be used to set the main window title text.
ret

Returns

sIndent
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
WINDOW_TIMEOUTname

WINDOW_TIMEOUT

dessIndent
When the user navigates to another page, closes the browser or is disconnected from the server, the client-session on the server
will be kept for a limited time. If the user returns within that time the client session is continued.
<p>
This time can be configured at the server (60 seconds by default) and can overridden for the current ng-client session using
application.putClientProperty with APP_NG_PROPERTY.WINDOW_TIMEOUT.
<p>
The value is specified in seconds.
ret

Returns

sIndent
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow