Jet\Form_Renderer_Form_Message
A Renderer designed for general form messages. It is an unpaired renderer inheriting from the Jet\Form_Renderer_Single class.
Default view scripts
The name of the default view script is message.
The value in the system configuration can be accessed as follows:
$view_script = SysConf_Jet_Form_DefaultViews::get('Form', 'message');
SysConf_Jet_Form_DefaultViews::set('Form', 'message', 'my-view-script');
Overview of methods
Method | Meaning of |
---|---|
public __construct( Form $form ) |
The only constructor parameter is the form instance to which the renderer belongs. |
public getForm( ) : Form |
Returns the form instance to which the renderer belongs. |