Since: Version 4.6.0
Sometimes you need a Gantt chart to be parametrized by user inputs. You want users to enter input parameters, for example, "Version Number" to select the planned work items:
Of course, you can implement a Rich Page with Page Parameters on the top:
But this implies that you cannot set the gantt in the Maximized full screen mode and this greatly affects the usability in negative way.
So how to handle it?
1) Setup a Page
add Page Parameters widget to the top
- add Gantt widget to the page (keep Maximized turned OFF)
- add your page parameters
- refer to page parameter in your gantt parameters
2) Test the Page that it Works
3) Turn Maximized option
4) Check it out
And now the Settings action appears in the toolbar
Note: you can also access the Page Parameters via Item Script. In order to get the Page parameter, use the following snippet:
config.getPageParameters().get("pageParamId")
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article