|
Caption | | The Caption attribute identifies the text to be displayed.
For Image elements, Caption specifies the image filename. |
Class | | Sets the Cascading Style Sheet class used by the element. When set, this class will also be used by all child elements that don't have their own class. The class should be defined in the report's style sheet file. |
CloseButtonCaption | | Popups normally include a "close" button in the title bar. CloseButtonCaption allows the button to contain alternative text. For example "Done".
The default is "X". |
CloseButtonClass | | Popups normally include a "close" button in the title bar. CloseButtonClass applies an alternative class to the close button. |
Draggable | | When "True", enables the ability to drag the PopupPanel. The default value is "False". |
Height | | The height of the element.
For some elements, leave the height blank to automatically size the element to the height of the content. |
HeightScale | | The width scale of the element. Value can be "px" for pixels, or "%" for percentage of the available height. Leave this value blank to have the frame automatically adjust to the size of its contents. |
HideCloseX | | When "True", the X that normally appears on the right side of a PopupPanel's title bar is not included.
The default value is "False".
When "True", you may need to provide another link within the panel so it can be closed. Action.ShowElement can be used for this purpose.
For example:
Action.RefreshElement also hides PopupPanels. In the example below, Action.RefreshElement updates an element outside the popup and also hide the popup itself.
|
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
KeepOtherPopups | | By default, when one popup is shown already shown and then second popup is shown, the first is removed.
When KeepOtherPopups="True", the first popup remains and the second is layered above the first. |
PopupModal | | The PopupPanel can be "modal" or not.
Modal popups disable the rest of the page until the panel is closed. The disabled areas behind the panel get shaded in transparent gray. |
PopupPanelLocation | | Sets the initial location of the PopupPanel window.
Possible values:
"Mouse". The popup window will appear below and to the right of the mouse pointer. This is the default value.
"Center". The popup window will appear at or near the center of the page.
You can set a pair of numbers representing the left and top location. These represent an absolute position in pixels. For example "100,200" would place the popup's top left corner 100 pixels to the left, 200 pixels from the top.
The default value is "Mouse". |
SecurityRightID | | When entered, access to this element can be controlled with Logi security. Supply the ID of a right defined in the applications settings’ Security element. Only users that have a right in the SecurityRightID will be able to see the element.
Note that when rights come from RightFromRole elements under Security/UserRights, and this element's SecurityRightID does NOT match any of the Right IDs defined in the Settings definition, then the user DOES have access. But when Right IDs are instead derived from RightsFromDataLayer or RightsFromRoles elements, and the user DOES NOT have a matching Right, then the user DOES NOT have access.
You can enter multiple right IDs, separated by commas. In this case, the user sees the element if he has any one of the Rights.
|
ShowOnPageLoad | | ShowOnPageLoad causes the PopupPanel to automatically appear when the report page is loaded.
ShowOnPageLoad can be especially useful if you want to do a page refresh while a PopupPanel is displayed and want to keep the PopupPanel.
The default is False.
|
Width | | The width of the element. |
WidthScale | | The width scale of the element. Value can be "px" for pixels, or "%" for percentage of the available width. |