WOString


Synopsis

WOString { value=aString; };

Description

A WOString represents itself in the HTML page as a dynamically generated string.

value
The text to display in the HTML page. value is typically assigned an NSString object, an object that responds to a description message by returning an NSString, or a method that returns an NSString.
The NSString's contents are substituted into the HTML in the place occupied by this dynamic element.

Examples