Author Topic: 2 controls within single div element with render and listener event  (Read 2178 times)

VigneshVpn

  • Newbie
  • *
  • Posts: 33
    • View Profile
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.

VigneshVpn

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: 2 controls within single div element with render and listener event
« Reply #1 on: November 27, 2018, 10:41:06 am »
Any solution for this logic?