eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::AbstractFormElement':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: AbstractFormElement (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractHTMLElement
         |
         +--HTML::AbstractFormElement
            |
            +--HTML::Button
            |
            +--HTML::Input
            |
            +--HTML::Option
            |
            +--HTML::Select
            |
            +--HTML::TextArea

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-ModelTree-Form
Version:
rev: 1.12 date: 2018/04/26 10:29:00
user: cg
file: HTML__AbstractFormElement.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

queries
o  isAbstract


Instance protocol:

interface-attributes
o  beDisabled
Set this element to be disabled.

o  beEnabled
Set this element to be enabled.

o  disabled: aBoolean

o  isDisabled
Return if disable is set or not.

o  onBlur
Return the on-blur-attribute of this element.

o  onBlur: aScript
Set the on-blur-attribute of this element.

o  onChange
Return the on-change-attribute of this element.

o  onFocus
Return the on-Focus-attribute of this element.

o  onFocus: aScript
Set the on-focus-attribute of this element.

o  onKeyPress
Return the on-KeyPress-attribute of this element.

o  onSelect
Return the on-select-attribute of this element.

o  onSelect: aScript
Set the on-select-attribute of this element.

o  tabindex: anInteger
Set the tab index of the element, 0 if not tabbed.
Valid for <input> <button> <select> <textarea> <a>



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 04:53:06 GMT