TASK: Add output of flash messages to docs
This commit is contained in:
parent
6223616d15
commit
0c41f688cf
1 changed files with 7 additions and 0 deletions
|
@ -165,6 +165,13 @@ This is also just one line within a controller::
|
|||
'Update successfully'
|
||||
);
|
||||
|
||||
Adding alone would not work, so we have to display thus messages. This is done within
|
||||
the View with an ViewHelper:
|
||||
|
||||
.. code-block:: html
|
||||
|
||||
<f:flashMessages />
|
||||
|
||||
Validation
|
||||
----------
|
||||
|
||||
|
|
Loading…
Reference in a new issue