UNB Components Code Reference

UnbUi::MsgSubject method

Prints the input element for the message subject.

public static function UnbUi::MsgSubject ($newMessage = true, $msg = null, $rev = null, $id = null, $style = '');

Parameters

newMessage  –  optional, default: true

(bool) true to create a new message (replying to another one) or false to alter a message

msg  –  optional, default: null

(UnbMessage) Message instance to be replied to resp. to be altered, or null for an empty new message

rev  –  optional, default: null

(UnbMessageRevision) Message revision instance to be replied to resp. to be altered, or null for an empty new message

id  –  optional, default: null

(string) HTML element ID for the input element, or null for a default ID

style  –  optional, default: ''

(string) HTML element style attribute value, see GetStyleClassAttr

Member of class: UnbUi

Implementation file: ui.class.php, line 1622

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