Selecting the Pre-created html component(Div,a,p,ul,li etc) with webix

Hello,I am new to webix and having trouble doing this.As example say,my html is:

"body
	     div class="container"
	        div id="logtrino_app"></div
			a id="forgot_pass">Forgot your password a
		div
   body" 

now i want to select any html component from above and manipulate those doms.
Like i want to hide the div “logtrino_app” when clicked on anchor a, “forgot_pass” where those two weren’t created by webix.ui but in html directly
Please reply when possible,would be grateful.

Thanks

Hello,

Please check the basics of managing visibility for Webix components.

Apart from direct hide/show methods, there are two components that can help to divide the UI into parts: multiview and the accordion (or just an accordionitem)