Determines the template as an alternative of the default styles.
Possible Values:
'default' - the default template. The style depends only on the "theme" property value.
'primary' - dark blue style for extra visual weight.
'success' - green style for successful or positive action.
'warning' - orange style which indicates caution.
'danger' - red style which indicates a dangerous or negative action.
'info' - blue button, not tied to a semantic action or use.
Code examples
Set the template
property.
$("#jqxComplexInput").jqxComplexInput({ template: 'primary'});
Get the template
property.
var template = $('#jqxComplexInput').jqxComplexInput('template');