Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admMoveFieldRelativeInTab(screenId, tabId, fieldId, afterFieldId) | Package | adm | Alias | | Pkg Usage | [use adm; moveFieldRelativeInTab(screenId, tabId, fieldId, afterFieldId);] | |
Description
Excerpt |
---|
|
Moves a field in a certain tab |
Moves a field from a certain tab on the position following the specified field. Returns true if field was moved
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
screenId | int | Yes | The id of the screen. | tabId | int | Yes | The id of the screen tab. | fieldId | string | Yes | The id of the field, i.e. 'summary', 'customfield_123456', etc. | afterFieldId | string | Yes | The id of the field used as relative position, i.e. 'summary', 'customfield_123456', etc. | |
Return Type
boolean
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "screen_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|