UNB Components Code Reference

UnbUi::ButtonUl method

Prints the input button to make an unordered list in the message content text field.

public static function UnbUi::ButtonUl ($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
textboxId  –  optional, default: null

Member of class: UnbUi

Implementation file: ui.class.php, line 1780

© 2010 Yves Goergen. UNB Components Homepage. Reference generated on 2010-03-07.