Skip to content

Commit

Permalink
Update documentation about tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Dec 6, 2018
1 parent 1986ece commit 765cefd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/getting-started/the-basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,17 @@ Try now:
#Use the sign '=' for a vertical splitter
#Use the signs '||' for a horizontal splitter
.. note::

In the name of each tab use the format **a:Tab1** and **b:Tab2** to define the order of the tabs. Example:

.. code::
self.formset = [ {
'a:Tab1':['_firstname','||','_middlename','||','_lastname'],
'b:Tab2':['_fullname']
}
## **Add a main menu**
***************************
Expand Down

0 comments on commit 765cefd

Please sign in to comment.