UNB Components Code Reference

UnbUi::ButtonLink method

Prints the input button to add a link in the message content text field.

public static function UnbUi::ButtonLink ($textboxId = null, $text = null, $style = '');

Parameters

id

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

text  –  optional, default: null

(string) Button text (will be HTML-encoded), or null for built-in default text

style  –  optional, default: ''

(string) HTML element style attribute value, see GetStyleClassAttr

textboxId  –  optional, default: null

Member of class: UnbUi

Implementation file: ui.class.php, line 2276

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