Documentation

getList

returns inner data control from suggest

WebixView getList();

Returns

WebixViewinner data control

Example

var list = $$("suggest").getList();

Details

For different suggests it will return different views ( list for default one, calendar for datepicker and etc. )

Back to top