Skip to content

Commit

Permalink
update info about image
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDokuka committed Jul 6, 2015
1 parent 0d4cbf0 commit e79ef84
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions docs/tag-engine/image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,28 @@ ImCMS by default provide easy access to image, stored in the system. Also for us
Available list of tag attributes:
"""""""""""""""""""""""""""""""""

+--------------------+--------------+-------------------------------------------------+
| Attribute | Type | Description |
+====================+==============+=================================================+
| no | Integer | Identifier for current image |
+--------------------+--------------+-------------------------------------------------+
| document | Integer | Identify the linked document (default |
| | | - current document |
+--------------------+--------------+-------------------------------------------------+
| version | Integer | Identify version of text |
+--------------------+--------------+-------------------------------------------------+
| formats | String | Text format |
+--------------------+--------------+-------------------------------------------------+
| pre | String | Text or html tag that would be added befor text |
+--------------------+--------------+-------------------------------------------------+
| post | String | Text or html tag that would be added after text |
+--------------------+--------------+-------------------------------------------------+
+--------------------+--------------+--------------------------------------------------+
| Attribute | Type | Description |
+====================+==============+==================================================+
| no | Integer | Identifier for current image |
+--------------------+--------------+--------------------------------------------------+
| document | Integer | Identify the linked document (default |
| | | - current document |
+--------------------+--------------+--------------------------------------------------+
| version | Integer | Identify version of image |
+--------------------+--------------+--------------------------------------------------+
| id | String | Html attribute ``id`` |
+--------------------+--------------+--------------------------------------------------+
| pre | String | Text or html tag that would be added before |
| | | image tag |
+--------------------+--------------+--------------------------------------------------+
| post | String | Text or html tag that would be added after image |
| | | tag |
+--------------------+--------------+--------------------------------------------------+
| styleClass | String | Add html attribute ``class`` to image |
+--------------------+--------------+--------------------------------------------------+
| style | String | Add html attribute ``style`` to image |
+--------------------+--------------+--------------------------------------------------+

Example:
""""""""
Expand Down

0 comments on commit e79ef84

Please sign in to comment.