All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.schema.entities.extended_command_link_attributes.ent Maven / Gradle / Ivy

The newest version!

        
        idjava.lang.StringEvery component may have a unique id automatically created if omitted
    
    
        renderedjava.lang.StringIf "false", this component isn't rendered
    
    
        bindingjava.lang.StringThe attribute takes a value-binding expression for a component property of
a backing bean
    
    
    
        actionjava.lang.StringMethodBinding pointing at an application action to be invoked, if this UIComponent is activated manually, during the Apply Request Values or Invoke Application phase of a request processing lifecycle, depending on a value of an immediate property
    
    
        actionListenerjava.lang.StringMethodBinding pointing at a method accepting ActionEvent and returning type void
    
    
        immediatejava.lang.String"True" means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase
    
    
        valuejava.lang.StringInitial value to set when rendered for the first time
    
    
    
    
        dirjava.lang.StringAlternate textual description of the element rendered by this component
    
    
        langjava.lang.String Code describing the language used in the generated markup for this component
    
    
        stylejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
    
    
        titlejava.lang.StringAdvisory title information about markup elements generated for this component
    
    
        styleClassjava.lang.StringCorresponds to the HTML class attribute
    
    
    
    
        onclickjava.lang.StringDefines a JavaScript onclick event handler
    
    
        ondblclickjava.lang.StringDefines a JavaScript ondblclick  event handler
    
    
        onmousedownjava.lang.StringDefines a JavaScript onmousedown event handler
    
    
        onmouseupjava.lang.StringDefines a JavaScript onmouseup event handler
    
    
        onmouseoverjava.lang.StringDefines a JavaScript onmouseover event handler
    
    
        onmousemovejava.lang.StringDefines a JavaScript onmousemove event handler
    
    
        onmouseoutjava.lang.StringDefines a JavaScript onmouseout event handler
    
    
        onkeypressjava.lang.StringDefines a JavaScript onkeypress event handler
    
    
        onkeydownjava.lang.StringDefines a JavaScript onkeydown event handler
    
    
        onkeyupjava.lang.StringDefines a JavaScript onkeyup event handler
    
    
    
    
        accesskeyjava.lang.StringThis attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey
    
    
        charsetjava.lang.StringThe character encoding of the resource designated by this hyperlink
    
    
        coordsjava.lang.StringThis attribute specifies the position and shape on the screen. The number and order of values depends on the shape being defined. Possible combinations:
            
            * rect: left-x, top-y, right-x, bottom-y.
            * circle: center-x, center-y, radius. Note. When the radius value is percentage value, user agents should calculate the final radius value based on the associated object width and height. The radius should be the smaller value of the two.
            * poly: x1, y1, x2, y2, ..., xN, yN. The first x and y coordinate pair and the last should be the same to close the polygon. When these coordinate values are not the same, user agents should infer an additional coordinate pair to close the polygon.
            
            Coordinates are relative to the top, left corner of the object. All values are lengths. All values are separated by commas.
        
    
    
    
        hreflangjava.lang.StringBase language of a resource specified with the href attribute; hreflang may only be used with href
    
    
    
        reljava.lang.StringThe relationship from the current document to an anchor specified by this hyperlink. The value of this attribute is a space-separated list of link types
    
    
        revjava.lang.StringA reverse link from an anchor specified by this hyperlink to the current document. The value of this attribute is a space-separated list of link types
    
    
        shapejava.lang.Stringdefault|rect|circle|poly [CI]
            This attribute specifies the shape of a region. Possible values:
            
            * default: Specifies the entire region.
            * rect: Define a rectangular region.
            * circle: Define a circular region.
            * poly: Define a polygonal region.
            
        
    
    
        tabindexjava.lang.StringThis attribute specifies a position of the current element in the tabbing order for the current document. This value must be a number between 0 and 32767. User agents should ignore leading zeros
    
    
        typejava.lang.String	 The content type of the resource designated by this hyperlink
    
    
    
        onblurjava.lang.String JavaScript code. The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus
    
    
    
        onfocusjava.lang.StringJavaScript code
    
    
        targetjava.lang.StringThis attribute specifies the name of a frame where a document is to be opened.
            
            By assigning a name to a frame via the name attribute, authors can refer to it as the "target" of links defined by other elements 
        
      





© 2015 - 2024 Weber Informatics LLC | Privacy Policy