up: ZUT     index Zimbu documentation

ALIAS ZUT.HtmlFunc @public

summary

     

The type used for a ZUT template method producing HTML.

Extra arguments are to be passed using a callback.

Example, creating a callback for template function HelloMessage.show():

 callback<ZUT.HtmlFunc, string> cb = NEW(HelloMessage.show, "Hello World!")

aliased type

     func< => ZUT.Html>

license

      Copyright 2014 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0