Differential D20288 Diff 48496 src/applications/project/controller/PhabricatorProjectBoardViewController.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/project/controller/PhabricatorProjectBoardViewController.php
| Show First 20 Lines • Show All 1,264 Lines • ▼ Show 20 Lines | $trigger_button = id(new PHUIIconView()) | ||||
| ->setIcon($trigger_icon) | ->setIcon($trigger_icon) | ||||
| ->setHref('#') | ->setHref('#') | ||||
| ->addSigil('boards-dropdown-menu') | ->addSigil('boards-dropdown-menu') | ||||
| ->addSigil('has-tooltip') | ->addSigil('has-tooltip') | ||||
| ->setMetadata( | ->setMetadata( | ||||
| array( | array( | ||||
| 'items' => hsprintf('%s', $trigger_menu), | 'items' => hsprintf('%s', $trigger_menu), | ||||
| 'tip' => $trigger_tip, | 'tip' => $trigger_tip, | ||||
| 'size' => 300, | |||||
| )); | )); | ||||
| return $trigger_button; | return $trigger_button; | ||||
| } | } | ||||
| /** | /** | ||||
| * Add current state parameters (like order and the visibility of hidden | * Add current state parameters (like order and the visibility of hidden | ||||
| * columns) to a URI. | * columns) to a URI. | ||||
| ▲ Show 20 Lines • Show All 213 Lines • Show Last 20 Lines | |||||