Back to index
Summary
Moves a widget within a dashboard.projectNameStringrequiredThe name for the project that must be unique among all projects. dashboardNameStringrequiredUnique name of the dashboard within the project. widgetNameStringrequiredThe name of the dashboard widget. beforeWidgetStringoptionalThe name of the widget before which the widget should be placed. Blank to move the widget to the last position in the specified section or phase. columnStringoptionalThe column in a COMMAND_CENTER dashboard to display the widget in. Applicable only for COMMAND_CENTER type of dashboard. sectionStringoptionalThe section of a dashboard to display the widget in. Applicable only for COMMAND_CENTER type of dashboard. Required if column is not set. Possible values: "PHASE_DETAIL" , "PHASE_SUMMARY" , "SUMMARY" |
Usage
Perl
$cmdr->moveWidget( "test-projectName", # projectName "test-dashboardName", # dashboardName "test-widgetName" # widgetName # optionals );
ectool
ectool moveWidget \ "test-projectName" `# projectName` \ "test-dashboardName" `# dashboardName` \ "test-widgetName" `# widgetName` \ # optionals