The HTMLIsIndexElement interface provides special properties
the regular web.dom.HTMLElement
interface it also has available
it by inheritance) for manipulating <isindex>
elements.
The HTMLIsIndexElement interface provides special properties the regular `web.dom.HTMLElement` interface it also has available it by inheritance) for manipulating `<isindex>` elements.
(form this)
Property.
Is a HTMLFormElement representing the <form> element it belongs It can have the null value, if <isindex> isn't part of any form.
Property. Is a HTMLFormElement representing the <form> element it belongs It can have the null value, if <isindex> isn't part of any form.
(prompt this)
Property.
Is a DOMString representing a text to be prompted for the field.
Property. Is a DOMString representing a text to be prompted for the field.
(set-form! this val)
Property.
Is a HTMLFormElement representing the <form> element it belongs It can have the null value, if <isindex> isn't part of any form.
Property. Is a HTMLFormElement representing the <form> element it belongs It can have the null value, if <isindex> isn't part of any form.
(set-prompt! this val)
Property.
Is a DOMString representing a text to be prompted for the field.
Property. Is a DOMString representing a text to be prompted for the field.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close