generate_ui () ⇒ object
Creates a new graphical user interface form and returns a new ZPEObject with the form reference.
First available: Version 1.5.3
Notes
Prior to version 1.6.7 this generated a UI instance but as of the major overhaul to an object oriented paradigm within YASS and ZPE that occured across version 1.6.x, this function now returns a UI object.
This function was originally known as the create_ui function prior to version 1.6.7.
Comments