diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-17 12:10:50 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-17 12:10:50 -0700 |
commit | a9096748fa49c2f8c3cec0de017058114d5ae626 (patch) | |
tree | 3a81170fa6eb1f81aa690919d10c1667a5afaa57 /README.md | |
parent | 56f423dfe0ad9605907d8ba4d13482378c208ba3 (diff) | |
download | kau-a9096748fa49c2f8c3cec0de017058114d5ae626.tar.gz kau-a9096748fa49c2f8c3cec0de017058114d5ae626.tar.bz2 kau-a9096748fa49c2f8c3cec0de017058114d5ae626.zip |
Add more readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -98,7 +98,7 @@ Each item also extends a bunch of other contracts that allow for mandatory argum The contracts are as follows: Contract | Mandatory | Optional | Description -:--- | :--- | :--- +:--- | :--- | :--- | :--- `CoreAttributeContract` | `NA` | `textColor` `accentColor` | Defines stylings that are added in every item `CoreContract` | `titleRes` | `descRes` `iicon` | Implemented by every item `BaseContract` | `getter` `setter` | `enabler` `onClick` `onDisabledClick` | Implemented by every preference item @@ -108,7 +108,7 @@ Contract | Mandatory | Optional | Description The kpref items are as followed: Item | Implements | Description -:--- | :--- +:--- | :--- | :--- `checkbox` | `CoreContract` `BaseContract` | Checkbox item; by default, clicking it will toggle the checkbox and the kpref `colorPicker` | `CoreContract` `BaseContract` `KPrefColorContract` | Color picker item; by default, clicking it will open a dialog which will change the color (int) `header` | `CoreContract` | Header; just a title that isn't clickable |