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

META-INF.schema.entities.html_textarea_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
    
    
        colsjava.lang.StringNumber of columns
    
    
        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.StringThe client side script method to be called when the element loses the focus either when pointing a device or tabbing navigation. It may be used for the same elements as onfocus
    
    
        onchangejava.lang.StringThe client side script method to be called when the element value is changed
    
    
        onfocusjava.lang.StringThe client side script method to be called when the element gets the focus
    
    
        onselectjava.lang.StringThe client side script method to be called when some text is selected in the 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
        
    
    
        rowsjava.lang.StringNumber of rows
    
    
        tabindexjava.lang.StringThis attribute specifies the 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
    
    
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy