Info |
---|
|
This routine is available since JJUPIN starting with - Power Scripts™ 3.0.7 (server)
- SIL Engine™ (former katl-commons) 3.0.7
|
Syntax
lfShowAll(fields_tabs_and_panels)
Description
Excerpt |
---|
Shows the given fields, panels and tabs. |
Parameters
Parameter | Type | Required | Description |
---|
fields_tabs_and_panels | String | Yes | Specifies the fields/, panels/, or tabs to show. |
Example
Code Block |
---|
lfShowAll("issueType", "comments_tab", "activity_panel", "Field Tab"); |
This is equivalent withto:
Code Block |
---|
lfShow("issueType");
lfShow("comments_tab");
lfShow("activity_panel");
lfShowTab("Field Tab"); |
Additional Fields
In addition to the Fields fields and graphic elements supported by Live Fields accepted by all Live Fields routines, lfShowAll can also handle the following elements:
Element | Field (to be used in routine) |
---|
Details Panel | details_panel |
People Panel | people_panel |
Dates Panel | dates_panel |
Timetracking Panel | timetracking_panel |
Activity Panel | activity_panel |
Comments Tab | comments_tab |
History Tab | history_tab |
Worklog Tab | worklog_tab |
All Tab | all_tab |
See
...
also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 35 |
---|
showSpace | false |
---|
sort | title |
---|
cql | label = "live_fieldslf_routines" |
---|
|