Element Details: Floating+Panel
 Back


Available in: Logi Info Source code name: FloatingPanel

NOTE: This element was a prototype and is not supported or working.

Displays a panel that floats above othe content, staying in the same location as when it is originally displayed even as the user scrolls the page up, down, left and right.
The panel can contain any of the non-SuperElement UI elements: Labels, DataTables, etc. The panel is not draggable, there is no Caption attribute and no Close button.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
Class
UserDefined
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.
FloatDirection
Vertical
Horizontal
Both
The panel moves to stay in the same position of the window as the page is scrolled in any direction. This value controls the float direction of the panel. For example, if the value is chosen as 'Horizontal' the panel will be able to maintain its position in the window when the page is scolled left to right and not top to bottom.
Height
UserDefined
The height of the element. For some elements, leave the height blank to automatically size the element to the height of the content.
HeightScale
px
%
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.
ID
UserDefined
(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.
Width
UserDefined
The width of the element.
WidthScale
px
%
The width scale of the element. Value can be "px" for pixels, or "%" for percentage of the available width.



PARENT ELEMENTS

Click element to drill down for more information.



CHILD ELEMENTS

Click element to drill down for more information.



 Back to top