...
Button handy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Table plus | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
...
Return Type
None
Example
Code Block | ||
---|---|---|
| ||
lfShowAll("issueType", "comments_tab", "activity_panel", "Field Tab"); |
This is equivalent to:
Code Block | ||
---|---|---|
| ||
lfShow("issueType"); lfShow("comments_tab"); lfShow("activity_panel"); lfShowTab("Field Tab"); |
...