ippfp Documentation | ||
---|---|---|
Prev | Chapter 3. Reference |
View element, groups all elements to show them.
create a view element:
parameter:
title - title of view.
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");