I’m trying to add a search icon to the top toolbar. This is it here. But I don’t know what to do when the tap it? how do I open the search slide in/method programmatically?
header.push({
type: 'actionButton',
img: 'icon-header-search',
onClick: () =>
{
// how to manually trigger the search method/icon?
}
});
Thank you for contacting us about this. Just to get a better understanding of your use case, can you provide us with additional information as to what platform you are developing on? Is it WebViewer? If you could also provide us with screenshots of the output you desire, that would be most helpful.