eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::TextArea':

Home

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

Class: TextArea (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractHTMLElement
         |
         +--HTML::AbstractFormElement
            |
            +--HTML::TextArea

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

Class protocol:

processing
o  name: aName cols: cols rows: rows content: aContent

required protocol
o  tagName


Instance protocol:

interface-attributes
o  accessKey
Return the access-key-attribute of this textarea.

o  accesskey: aKey
Set the access-key of this textarea.

o  beEditable
Set this textarea to be editable(not readonly).

o  beReadonly
Set this textarea to be readonly.

o  cols
Get the cols attribute of this textarea.

o  cols: aNumber
Set the cols attribute of this textarea.

o  isReadonly
Return if readonly-attribute is set or not.

o  rows
get the rows attribute of this textarea.

o  rows: aNumber
Set the rows attribute of this textarea.

o  tabindex
Return the tab-index-attribute of this textarea.

required-visiting
o  acceptHTMLVisitor: aVisitor
visitor pattern: dispatch me to the visitor

testing
o  isInlineElement

o  isTextArea



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 06:50:52 GMT