eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::TextArea':

Home

everywhere
www.exept.de
for:
[back]

Class: TextArea (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree-Form
Version:
rev: 1.17 date: 2008/11/01 18:33:20
user: stefan
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 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 09:38:45 GMT