Class Panel

  • All Implemented Interfaces:
    Serializable, DynamicAttributes, IterationTag, JspTag, Tag, DynamicActionAttributes

    public class Panel
    extends StylableTag
    This tag creates a panel in the table. The tag must be located inside a <tbl:table> tag.

    Syntax:

       <tbl:panel
          id=...
          clazz=...
          style=...
          visible=true|false
       >
    
    Tag attributes
    Attribute Default value Required Description
    id - no The ID of the panel. The value of this attribute goes directly into the standard HTML id attribute. This means that if you need a reference to the table object in your own JavaScript code, you may for example use the following code:
    toolbar = document.getElementById('<id>');
    
    clazz panel no The value if this attribute goes directly into the standard HTML class attribute. This allows you to apply different styles to different tables.
    style - no The value if this attribute goes directly into the standard HTML style attribute. This allows you to apply different styles to different tables.
    visible true no If the panel should be visible or not.

    The <tbl:panel> doesn't have any subtags.

    Version:
    2.0
    Author:
    Nicklas
    See Also:
    Serialized Form