Skip to content

Commit

Permalink
Intial checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
Wasylow, Lucasz committed Oct 30, 2017
1 parent 11c0fb0 commit 8409bc7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,23 @@


## Install

- Import Plugin File

## Plugin Settings

Available Plugin Settings :

- **layout** - Change the tag cloud layout using the layout attribute.
- **animationOnDisplay** - Set animation-on-display to 'auto' to enable initial display animation.
- **selectionmode** - Set the selection-mode attribute to either 'none', 'single', or 'multiple'.

## How to use
- Create a new Region based on the Plugin
- Add a SQL Statement like the example below. Then map the columns to the correct aatributes.
```
SELECT 'CODE' AS "id"
,'Test' AS "label"
,23 AS "value"
,'Test Desc' AS "shortDesc"
,'http://test.com' AS "url"
FROM dual
```

0 comments on commit 8409bc7

Please sign in to comment.