UNB Components Code Reference

UnbUi::BeginForm method

Prints the opening tag of the HTML form and the URL key hidden field.

public static function UnbUi::BeginForm ($actionUrl = '', $enableUploads = false, $id = null);

Parameters

actionUrl  –  optional, default: ''

(string) Form action URL as plaintext (i.e. not HTML-encoded)

enableUploads  –  optional, default: false

(bool) true to specify a form encoding that allows file uploads, false to use the default encoding that uses less space for normal form field values

id  –  optional, default: null

Member of class: UnbUi

Implementation file: ui.class.php, line 491

© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.