Class Data

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

    public class Data
    extends StylableTag
    This tag begins the data section of the table.

    Syntax:

       <tbl:data
          id=...
          clazz=...
          style=...
          subclass=...
       >
    
    Tag attributes
    Attribute Default value Required Description
    id - yes The ID of the data section. 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:
    data = document.getElementById('<id>');
    
    clazz data 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.

    The <tbl:data> may contain the following subtags:

    Version:
    2.0
    Author:
    Nicklas
    See Also:
    Serialized Form