logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Issues with WAHtmlBuilder>>anchorWithUrl:do:: msg#00026

Subject: Re: Issues with WAHtmlBuilder>>anchorWithUrl:do:
On Sat, 11 Oct 2003, Roger Whitney wrote:

> The method WAHtmlBuilder>>anchorWithUrl:do: states that the second
> argument is a block (anchorWithUrl: urlString do: aBlock) is the VW
> version of seaside. This is not correct. The argument needs to be a
> string.

Actually, like all such methods, it will accept either a block *or* a
string (or, in fact, anything that implements #renderOn:).  This allows
both, eg,

html tableData: 'foo'

and

html tableData: [html bold: 'foo']

to work, without requiring two versions of every single method.



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>