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

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

The newest version!

    
    
    
        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
    
    
        altjava.lang.StringFor user agents that cannot display images, forms, or applets, this attribute specifies alternate text. The language of the alternate text is specified by the lang attribute
    
    
        datafldjava.lang.StringRetrieves which field of a given data source, as specified by the dataSrc property, to bind to the specified object
    
    
        datasrcjava.lang.StringRetrieves the source of the data for data binding
    
    
        dataformatasjava.lang.StringIndicates whether the bound data is plain text or HTML
    
    
        disabledjava.lang.StringDisabled state of an element or button
    
    
        onblurjava.lang.StringHTML: script expression; an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus
    
    
        onchangejava.lang.StringHTML: script expression; element's value is changed
    
    
        onfocusjava.lang.StringHTML: script expression; the element got the focus
    
    
        onselectjava.lang.StringHTML: script expression; text is selected in an input field
    
    
        readonlyjava.lang.StringFlag indicating that this component will prohibit
            changes by you.  The element may receive focus
            unless it has also been disabled
        
    
    
        tabindexjava.lang.String
    
    
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy