Package com.webfirmframework.wffweb.tag.html.attribute


package com.webfirmframework.wffweb.tag.html.attribute
  • Classes
    Class
    Description
    accept attribute for the element.
    name attribute for the element.
    The action attribute specifies where to send the form-data when a form is submitted.
    align attribute for the element.
    alt attribute for the element.
    name attribute for the element.
     
    <table border="0 | 1 | 2 etc.."> The border attribute specifies if a border should be displayed around the table cells or not.
    <table cellpadding="pixels"> The cellpadding attribute specifies the space, in pixels, between the cell wall and the cell content.
    <table cellspacing="pixels"> The cellspacing attribute specifies the space, in pixels, between cells.
    charset attribute for the element.
    <element checked> When the value of the type attribute is radio or checkbox, the presence of this Boolean attribute indicates that the control is selected by default; otherwise it is ignored.
    color attribute for the element.
    <textarea cols="number"> Specifies the width of the text area (in average character width).
    <td colspan="number"> The colspan attribute defines the number of columns a cell should span.
    coords attribute for the element.
    <element defer> defer is a boolean attribute which can be used in Script tag to execute its src file only after the page has finished parsing.
    dirname attribute for the input and textarea tags.
    <element checked> This Boolean attribute indicates that the form control is not available for interaction.
    The enctype property sets or returns the value of the enctype attribute in a form.
    face attribute for the element.
    <label for="element_id"> element_id : The id of the element the label is bound to
     
    This is a width attribute.
    This was the single required attribute for anchors defining a hypertext source link, but is no longer required in HTML5.
    This attribute indicates the language of the linked resource.
    http-equiv attribute for the element.
     
     
    maxlength attribute for the element.
    maxlength attribute for input element :-
    If the value of the type attribute is text, email, search, password, tel, or url, this attribute specifies the maximum number of characters (in Unicode code points) that the user can enter; for other control types, it is ignored.
    method attribute for form tag.
    minlength attribute for the element.
    minlength attribute for input element :-
    If the value of the type attribute is text, email, search, password, tel, or url, this attribute specifies the minimum number of characters (in Unicode code points) that the user can enter; for other control types, it is ignored.
    name attribute for the element.
    nohref attribute for the element.
    nonce attribute for Script tag
    readonly attribute for the element.
    readonly attribute for input element :-
    This Boolean attribute indicates that the user cannot modify the value of the control.
    For anchors containing the href attribute, this attribute specifies the relationship of the target object to the link object.
    This attribute specifies a reverse link, the inverse relationship of the rel attribute.
    The role value can be any Role.*, for eg Role.BUTTON.
    <textarea rows="number"> Specifies the height of the text area (in lines).
    <td rowspan="number"> The rowspan attribute specifies the number of rows a cell should span.
     
    The selected attribute is a boolean attribute.
    This attribute is used to define a selectable region for hypertext source links associated with a figure to create an image map.
    size attribute for the element.
     
    src attribute for the element.
    This attribute specifies where to display the linked resource.
    type attribute for the element.
    type attribute for a element :-
    This attribute specifies the media type in the form of a MIME type for the link target.
    UseMap attribute for Img, Input and ObjectTag.
    value attribute for the element.
    This is a width attribute.