Child pages
  • ToolBar

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 ClientssWordListSmartClientsWordListWebClient

servoy sSummary12%30%58%height: 30px;3Methods SummaryvoidAdd a Button to the toolbar.voidAdd a Button to the toolbar.voidAdd a Button to the toolbar.voidAdd a Button to the toolbar.voidAdd a Button to the toolbar.voidAdd a Button to the toolbar.voidAdd a CheckBox to the toolbar.voidAdd a CheckBox to the toolbar.voidAdd a CheckBox to the toolbar.voidAdd a CheckBox to the toolbar.voidAdd a CheckBox to the toolbar.voidAdd a ComboBox to the toolbar.voidAdd a ComboBox to the toolbar.voidAdd a ComboBox to the toolbar.voidAdd a ComboBox to the toolbar.voidAdd a Field to the toolbar.voidAdd a Field to the toolbar.voidAdd a Field to the toolbar.voidAdd a Field to the toolbar.voidAdd a Field to the toolbar.voidAdd a Separator to the toolbar.voidEnable/disable the item at the specified index.voidRemove all Buttons, Checkboxes etc.voidRemove a Button, CheckBox, ComboBox from the toolbar.voidSet the CheckBox selection.voidSelect a row of the ComboBox via the index.voidSet a (default) text of the field at the given index.voidMake the item at the specified index visible/invisible.

functionservoy sDetail2100%height:30px2Methods DetailsaddButtonname

addButton(text, method)

dessIndent
Add a Button to the toolbar.
prs

Parameters

sIndenttext ;method ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRowaddButtonname

addButton(text, method, arguments)

dessIndent
Add a Button to the toolbar.
prs

Parameters

sIndenttext ;method ;arguments ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addButtonname

addButton(text, method, arguments, icon)

dessIndent
Add a Button to the toolbar.
prs

Parameters

sIndenttext ;method ;arguments ;icon ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addButtonname

addButton(text, method, arguments, icon, tooltip)

dessIndent
Add a Button to the toolbar.
prs

Parameters

sIndenttext ;method ;arguments ;icon ;tooltip ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addButtonname

addButton(text, method, arguments, icon, tooltip, enabled)

dessIndent
Add a Button to the toolbar.
prs

Parameters

sIndenttext ;method ;arguments ;icon ;tooltip ;enabled ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addButtonname

addButton(text, method, arguments, icon, tooltip, enabled, visible)

dessIndent
Add a Button to the toolbar.
prs

Parameters

sIndenttext ;method ;arguments ;icon ;tooltip ;enabled ;visible ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addCheckBoxname

addCheckBox(text, method)

dessIndent
Add a CheckBox to the toolbar.
prs

Parameters

sIndenttext ;method ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addCheckBoxname

addCheckBox(text, method, selected)

dessIndent
Add a CheckBox to the toolbar.
prs

Parameters

sIndenttext ;method ;selected ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addCheckBoxname

addCheckBox(text, method, selected, tooltip)

dessIndent
Add a CheckBox to the toolbar.
prs

Parameters

sIndenttext ;method ;selected ;tooltip ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addCheckBoxname

addCheckBox(text, method, selected, tooltip, enabled)

dessIndent
Add a CheckBox to the toolbar.
prs

Parameters

sIndenttext ;method ;selected ;tooltip ;enabled ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addCheckBoxname

addCheckBox(text, method, selected, tooltip, enabled, visible)

dessIndent
Add a CheckBox to the toolbar.
prs

Parameters

sIndenttext ;method ;selected ;tooltip ;enabled ;visible ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addComboBoxname

addComboBox(method, index, values)

dessIndent
Add a ComboBox to the toolbar.
prs

Parameters

sIndentmethod ;index ;values ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addComboBoxname

addComboBox(method, index, values, tooltip)

dessIndent
Add a ComboBox to the toolbar.
prs

Parameters

sIndentmethod ;index ;values ;tooltip ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addComboBoxname

addComboBox(method, index, values, tooltip, enabled)

dessIndent
Add a ComboBox to the toolbar.
prs

Parameters

sIndentmethod ;index ;values ;tooltip ;enabled ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addComboBoxname

addComboBox(method, index, values, tooltip, enabled, visible)

dessIndent
Add a ComboBox to the toolbar.
prs

Parameters

sIndentmethod ;index ;values ;tooltip ;enabled ;visible ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addFieldname

addField(method, text)

dessIndent
Add a Field to the toolbar.
prs

Parameters

sIndentmethod ;text ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addFieldname

addField(method, text, length)

dessIndent
Add a Field to the toolbar.
prs

Parameters

sIndentmethod ;text ;length ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addFieldname

addField(method, text, length, tooltip)

dessIndent
Add a Field to the toolbar.
prs

Parameters

sIndentmethod ;text ;length ;tooltip ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addFieldname

addField(method, text, length, tooltip, enabled)

dessIndent
Add a Field to the toolbar.
prs

Parameters

sIndentmethod ;text ;length ;tooltip ;enabled ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addFieldname

addField(method, text, length, tooltip, enabled, visible)

dessIndent
Add a Field to the toolbar.
prs

Parameters

sIndentmethod ;text ;length ;tooltip ;enabled ;visible ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
addSeparatorname

addSeparator()

dessIndent
Add a Separator to the toolbar.
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
enableItemname

enableItem(index, enabled)

dessIndent
Enable/disable the item at the specified index.
prs

Parameters

sIndentindex ;enabled ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
removeAllItemsname

removeAllItems()

dessIndent
Remove all Buttons, Checkboxes etc. from the toolbar.
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
removeItemname

removeItem(index)

dessIndent
Remove a Button, CheckBox, ComboBox from the toolbar.
prs

Parameters

sIndentindex ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
selectCheckBoxname

selectCheckBox(index, selected)

dessIndent
Set the CheckBox selection.
prs

Parameters

sIndentindex ;selected ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
selectComboBoxname

selectComboBox(index, selection)

dessIndent
Select a row of the ComboBox via the index.
prs

Parameters

sIndentindex ;selection ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
setFieldTextname

setFieldText(index, text)

dessIndent
Set a (default) text of the field at the given index.
prs

Parameters

sIndentindex ;text ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
visibleItemname

visibleItem(index, visible)

dessIndent
Make the item at the specified index visible/invisible.
prs

Parameters

sIndentindex ;visible ;
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow