render


Description:

public abstract string render (string form_name, string field, string? value = "", string? nick, string? blurb, string[]? errors = null)

Renders the given field/property to HTML or just about anything else.

Parameters:

form_name Form name
field Field/property name
value Value of that field/property
nick GObject "nick" of the property
blurb GObject "blurb" of the property

Returns:

string containing the content