Skip to content

Commit

Permalink
describe Computed on save
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed May 24, 2012
1 parent 5c2e963 commit f1b26b5
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions docs/features.rst
Expand Up @@ -139,19 +139,19 @@ visible or not.
If you select :guilabel:`Display action in action bar`, the action will be
displayed together with the standard Plomino actions in the action bar.

New in Plomino 1.5
------------------
But (in forms only) you can also choose to insert the action within the
form layout directly.

Actions can be inserted directly in the form layout using TinyMCE.
With Tinymce, actions can be created and inserted directly in the form layout
from the editor.

Example:

.. image:: images/m2899c882.png

But (in forms only) you can also choose to insert the action within the
form layout directly. You must use the :guilabel:`Plomino action` style in
Kupu, and the action will be rendered according the :guilabel:`Action`
display parameter (link, submit button, or button).
With kupu, you must use the :guilabel:`Plomino action` style, and the action
will be rendered according the :guilabel:`Action` display parameter (link,
submit button, or button).

Example:

Expand Down Expand Up @@ -183,6 +183,10 @@ Computed on creation
the field value is computed only once, the first time the document
is saved.

Computed on save
the field value is computed and stored each time the document is
saved.

Computed for display
the field value is computed each time the document is opened, but it
is not saved.
Expand Down Expand Up @@ -524,7 +528,7 @@ the book is damaged, it cannot be borrowed, so we hide the action to check
the book availability).

New in Plomino 1.5
```````````````````
``````````````````

Hide-when formulas can be inserted directly in the form layout using TinyMCE.

Expand Down Expand Up @@ -556,7 +560,7 @@ The form is inserted using the Plomino :guilabel:`Subform` style in Kupu:
form :guilabel:`Parameters` tab.

New in Plomino 1.5
```````````````````
``````````````````

Sub-forms can be inserted directly in the form layout using TinyMCE.

Expand Down

0 comments on commit f1b26b5

Please sign in to comment.