3.17. view

View element, groups all elements to show them.

create a view element:

element createView (string title);

parameter:

HTML:

		    function popup_close($status,$submit=true) 
		
closes the popup window, $status calls a function, $submit = true submits the form,$submit = false otherwise. Usage: html_view::popup_close("start",true);
		function addStyle(path/to/file)
		
sets a filename to a css file.

example:

		$myView = $ippfp->createView("myview");