Boolean, if this notebook has been loaded already
function been_here ( $null_var = "" )
Get the current page identifier.
function get_current_page ( $action = NULL )
Get all variables used by the notebook
function get_vars ( $null_var = "" )
Determine if the form has been cancelled
function is_cancelled ( $null_var = "" )
Boolean, whether the form is ready to be processed
function is_done ( $null_var = "" )
Adds a new “page” to the end of the notebook
function add_page ( $page_name, $page_vars, $page_text, $error = NULL, $warning = NULL )
Gets the HTML code for the current view of the notebook
function display ( $null_var = "" )
Get the HTML code for the notebook button bars when displayed at the top of the notebook.
function display_notebook_bar( $page_to_display )
Get the HTML code for the notebook button bars when displayed at the left or right of the notebook.
function display_notebook_sidebar( $page_to_display )
Get HTML code for embedding variables that are not displayed in the current page in INPUT TYPE=HIDDEN tags.
function display_hidden_variables( $__page_to_display )