tagTemplate

defines template of input values

function tagTemplate;

Example

{ view:"multicombo", tagMode:false, tagTemplate: function(values){
    return (values.length? values.length+" item(s) selected":"");
}}

Related samples

Details

The setting should be coupled with tagMode disabled, otherwise the titles of the chosen values will be displayed in the input field.

By default, tagTemplate shows the count of the chosen values as "Two item(s)".

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.