Hi,
I need to combine controls into a single div element with render and listener events in toolbar option.
example,
inside the toolbar html,
--Normal element declaration--
<button>Add</button>
--Element declaration with render and listerner option--
<div><input class="searchInput" /> <button>Search</button></div>
Plz give a guide on this.
Thanks in Advance,
Vignesh.