Browse Source

Merge pull request #3500 from Vasanthan-/patch-1

Added BBcode tags for Table and Cell
Max Hilbrunner 5 years ago
parent
commit
eb2e4c85e7
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tutorials/gui/bbcode_in_richtextlabel.rst

+ 4 - 0
tutorials/gui/bbcode_in_richtextlabel.rst

@@ -82,6 +82,10 @@ Reference
 +-------------------+--------------------------------------------+--------------------------------------------------------------+
 +-------------------+--------------------------------------------+--------------------------------------------------------------+
 | **color**         | ``[color=<code/name>]{text}[/color]``      | Change {text} color; use name or # format, such as #ff00ff.  |
 | **color**         | ``[color=<code/name>]{text}[/color]``      | Change {text} color; use name or # format, such as #ff00ff.  |
 +-------------------+--------------------------------------------+--------------------------------------------------------------+
 +-------------------+--------------------------------------------+--------------------------------------------------------------+
+| **table**         | ``[table=<number>]{cells}[/table]``        | Creates a table with <number> of columns.                    |
++-------------------+--------------------------------------------+--------------------------------------------------------------+
+| **cell**          | ``[cell]{text}[/cell]``                    | Adds cells with the {text} to the table.                     |
++-------------------+--------------------------------------------+--------------------------------------------------------------+
 
 
 Built-in color names
 Built-in color names
 ~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~