Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Specifies the function used to obtain the value of the property.
Syntax
<PUBLIC:GET
INTERNALNAME = sInternalName
/>
Attributes
- INTERNALNAME
- Required. String specifying the name of a function used to obtain the value of the property.
Element Information
Number of occurrences None or One Parent elements PROPERTY Child elements None Requires closing tag No
Remarks
Using the <GET> and <PUT> tags to specify the functions to call to obtain the value of the property, as in the following example:
<PUBLIC:PROPERTY NAME = "borderWidth /> <PUBLIC:PUT INTERNALNAME = "put_borderWidth" /> <PUBLIC:GET INTERNALNAME = "get_borderWidth" /> </PUBLIC:PROPERTY>is equivalent to the following example:<PUBLIC:PROPERTY NAME = "borderWidth" PUT = "put_borderWidth" GET = "get_borderWidth" />
See Also
PUT, DHTML Behaviors, Implementing DHTML Behaviors in Script
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.