Child pages
  • FormPopup

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;3Methods SummaryGet the component form popup will be shown relative to.voidSet component form popup will be shown relative to.Get the popup form dataprovider (which was set using setter).voidSet form popup dataprovider that will be set.Get the popup form height (which was set using setter).voidSet form popup height.Get the popup form scope (which was set using setter).voidSet form popup scope that will be modified.voidShow form popup using parameters that were setGet the popup form show backdrop (which was set using setter).voidSet whether backdrop will be shown.Get the popup form width (which was set using setter).voidSet form popup width.Get the popup form x location (which was set using setter).voidSet form popup x location.Get the popup form y location (which was set using setter).voidSet form popup y location.

functionservoy sDetail2100%height:30px2Methods Detailscomponentname

component()

dessIndent
Get the component form popup will be shown relative to.
ret

Returns

sIndent IComponent
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRowcomponentname

component(component)

dessIndent
Set component form popup will be shown relative to. If null, will use coordinates or show at screen center.
prs

Parameters

sIndentcomponentthe form to show
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
dataprovidername

dataprovider()

dessIndent
Get the popup form dataprovider (which was set using setter).
ret

Returns

sIndent String
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
dataprovidername

dataprovider(dataprovider)

dessIndent
Set form popup dataprovider that will be set. If this is set, also scope needs to be specified.
prs

Parameters

sIndentdataproviderform popup dataprovider
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
heightname

height()

dessIndent
Get the popup form height (which was set using setter).
ret

Returns

sIndent int
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
heightname

height(height)

dessIndent
Set form popup height. If not set, form design height will be used.
prs

Parameters

sIndentheightform popup height
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
scopename

scope()

dessIndent
Get the popup form scope (which was set using setter).
ret

Returns

sIndent Object
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
scopename

scope(scope)

dessIndent
Set form popup scope that will be modified. If this is set, also dataprovider needs to be specified.
prs

Parameters

sIndentscopeform popup scope to modify
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
showname

show()

dessIndent
Show form popup using parameters that were set
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
showBackdropname

showBackdrop()

dessIndent
Get the popup form show backdrop (which was set using setter).
ret

Returns

sIndent boolean
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
showBackdropname

showBackdrop(showBackdrop)

dessIndent
Set whether backdrop will be shown. Default value is false.
prs

Parameters

sIndentshowBackdropform popup showBackdrop
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
widthname

width()

dessIndent
Get the popup form width (which was set using setter).
ret

Returns

sIndent int
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
widthname

width(width)

dessIndent
Set form popup width. If not set, form design width will be used.
prs

Parameters

sIndentwidthform popup width
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
xname

x()

dessIndent
Get the popup form x location (which was set using setter).
ret

Returns

sIndent int
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
xname

x(x)

dessIndent
Set form popup x location. The priority sequence for location is: related element, set location, center of screen.
prs

Parameters

sIndentxform popup x location
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
yname

y()

dessIndent
Get the popup form y location (which was set using setter).
ret

Returns

sIndent int
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow
yname

y(y)

dessIndent
Set form popup y location. The priority sequence for location is: related element, set location, center of screen.
prs

Parameters

sIndentyform popup y location
clients

Supported Clients

sIndentNGClient
sam

Sample

sIdentjavascript
lastDetailRow