getSlidePanelView(): PP.Ui.SlidePanel;
The getSlidePanelView method returns view of a control that consists of three linked panels, namely Header, Details and View.
The returned control is used a container for the express report properties panel.
Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Get view of the control, and set tooltip text for the Close button housed in the Header panel:
// Get properties panel view var slidePanel = expressBox.getSlidePanelView(); // Set a tooltip for close button slidePanel.setCloseToolTip("Close slide panel");
After executing the example the tooltip for the closing button in the Header panel has the following text: CloseSlidePanel:
See also: