$renderTag

returns HTML for a single tag in tag mode

string $renderTag(string text,number width,number height,string value);
textstringtag text
widthnumberinput width
heightnumberinput height
valuestringoption value
stringmarkup for a single tag
Details

Not purposed for direct calls

Can be used in custom views to redefine HTML content of Multicombo tags.

Back to top