Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicLaca committed Feb 7, 2016
1 parent 0019632 commit 52548dd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,29 @@ Usage code example:
This widget have one parameters "n", what is the maximum number of collabotators article based on the selected content.
The collaborator's e-mail must be saved to the meta value with name "collaborator".

Cookie box
------------

Usage code example:
<?PHP $this->widget('box_cookie'); ?>

This widget have no parameters, creating alert box for cookie usage.

Distance box
---------------

Usage code example:
<?PHP $this->widget('box_distance'); ?>

This widget have no parameters, creating list (table) of related articles not far from the current content.
The distance is fixed on code, the radius is 1 km.

Events box
-----------

Usage code example:
<?PHP $this->widget('box_events'); ?>

This widget have no parameters, creating list (table) of events not far from the current content.
The distance is fixed on code, the radius is 1 km.

0 comments on commit 52548dd

Please sign in to comment.