ComponentOne Studio - Cloud Business App Edition
AutoComplete

The AutoComplete is a collection control which enables end users to filter item list dynamically as they type, and select a value directly from its drop-down list. It makes it easier for a user to search and filter specific data field(s) from a pre-populated list. The control can display items as plain-text as well as HTML.

Isml.js
Copy Code
myapp.SelectAutoComplete.AutoComp_render = function (element, contentItem)
{
        var input = new c1.cba.Select($(element), contentItem);
};

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Documentation Feedback  |  Product Support Forum