HTML CSS Reference/HTML Tag Reference/isindex

Материал из Web эксперт
Перейти к: навигация, поиск

"isindex" CSS Attributes and JavaScript Style Properties

Names noted with an asterisk (*) are JavaScript properties only.
+----------------+--------------------------------------------------------------+
| CSS            |background                      background-attachment         |
| Attributes     |background-color                background-image              |
| and            |background-position             background-repeat             |
| JavaScript     |behavior                        border                        |
| Style          |border-bottom                   border-bottom-color           |
| Properties     |border-bottom-style             border-bottom-width           |
|                |border-color                    border-left                   |
|                |border-left-color               border-left-style             |
|                |border-left-width               border-right                  |
|                |border-right-color              border-right-style            |
|                |border-right-width              border-style                  |
|                |border-top                      border-top-color              |
|                |border-top-style                border-top-width              |
|                |border-width                    bottom                        |
|                |clear                           clip                          |
|                |color                           float                         |
|                |font                            font-family                   |
|                |font-size                       font-style                    |
|                |font-variant                    font-weight                   |
|                |hasLayout(*)                    layout-flow                   |
|                |left                            letter-spacing                |
|                |line-height                     margin                        |
|                |margin-bottom                   margin-left                   |
|                |margin-right                    margin-top                    |
|                |page-break-after                page-break-before             |
|                |position                        right                         |
|                |styleFloat(*)                   text-align-last               |
|                |text-autospace                  text-decoration               |
|                |text-indent                     text-kashida-space            |
|                |text-overflow                   text-transform                |
|                |text-underline-position         textDecorationBlink(*)        |
|                |textDecorationLineThrough(*)    textDecorationNone(*)         |
|                |textDecorationOverline(*)       textDecorationUnderline(*)    |
|                |top                             visibility                    |
|                |white-space                     word-spacing                  |
|                |word-wrap                       writing-mode                  |
|                |z-index                         zoom                          |
+----------------+--------------------------------------------------------------+



"isindex" Event Handlers

+----------------+--------------------------------------------------------------+
| Event          |onActivate                      onBeforeDeactivate            |
| Handlers       |onBeforeEditFocus               onBlur                        |
|                |onControlSelect                 onDeactivate                  |
|                |onFocus                         onMove                        |
|                |onMoveEnd                       onMoveStart                   |
|                |onReadyStateChange              onResize                      |
|                |onResizeEnd                     onResizeStart                 |
+----------------+--------------------------------------------------------------+



"isindex" Example

    
<html>
<head>
<title>isindex element example</title>
</head>
<body>
    <isindex prompt="Please enter your name and surname . . . ">
</body>
</html>



"isindex" HTML Attributes

+----------------+--------------------------------------------------------------+
| HTML           |accesskey                       action                        |
| Attributes     |class                           contenteditable               |
|                |dir                             disabled                      |
|                |hidefocus                       id                            |
|                |lang                            language                      |
|                |prompt                          style                         |
|                |tabindex                        title                         |
|                |unselectable                                                  |
+----------------+--------------------------------------------------------------+



"isindex" JavaScript Collections

+----------------+--------------------------------------------------------------+
| JavaScript     |attributes                      behaviorUrns                  |
| Collections    |childNodes                                                    |
+----------------+--------------------------------------------------------------+



"isindex" JavaScript Methods

+----------------+--------------------------------------------------------------+
| JavaScript     |addBehavior                     appendChild                   |
| Methods        |blur                            cloneNode                     |
|                |componentFromPoint              dragDrop                      |
|                |fireEvent                       focus                         |
|                |getAttribute                    getAttributeNode              |
|                |getBoundingClientRect           getClientRects                |
|                |getElementsByTagName            hasChildNodes                 |
|                |insertBefore                    normalize                     |
|                |removeAttribute                 removeAttributeNode           |
|                |removeBehavior                  removeChild                   |
|                |replaceChild                    setActive                     |
|                |setAttribute                    setAttributeNode              |
+----------------+--------------------------------------------------------------+



"isindex" JavaScript Objects

+----------------+--------------------------------------------------------------+
| JavaScript     |currentStyle                                                  |
+----------------+--------------------------------------------------------------+



"isindex" JavaScript Properties

+----------------+--------------------------------------------------------------+
| JavaScript     |accessKey                       action                        |
| Properties     |blockDirection                  canHaveHTML                   |
|                |className                       clientHeight                  |
|                |clientLeft                      clientTop                     |
|                |clientWidth                     contentEditable               |
|                |dir                             disabled                      |
|                |firstChild                      form                          |
|                |hasLayout                       hideFocus                     |
|                |id                              innerHTML                     |
|                |isContentEditable               isDisabled                    |
|                |isMultiLine                     lang                          |
|                |language                        lastChild                     |
|                |nextSibling                     nodeName                      |
|                |nodeType                        nodeValue                     |
|                |offsetHeight                    offsetLeft                    |
|                |offsetParent                    offsetTop                     |
|                |offsetWidth                     ownerDocument                 |
|                |parentElement                   parentNode                    |
|                |previousSibling                 readyState                    |
|                |scopeName                       scrollHeight                  |
|                |scrollLeft                      scrollTop                     |
|                |scrollWidth                     tabIndex                      |
|                |tagName                         tagUrn                        |
|                |title                                                         |
+----------------+--------------------------------------------------------------+



"isindex" Microsoft Behaviors

+----------------+--------------------------------------------------------------+
| Microsoft      |clientCaps                      download                      |
| Behaviors      |homePage                                                      |
+----------------+--------------------------------------------------------------+



"isindex" Syntax and Note

Note:
This element creates a text input field between two <hr> elements
This element prompts the user using the prompt attribute.
This element can be included inside a form and passed to the server. 
This element is deprecated in favor of the <input type="text"> element.
    
Syntax:
    
<isindex attributes events>