https://github.com/programmfabrik/easydb-library
Library to support Plugin Development for easydb
https://github.com/programmfabrik/easydb-library
Last synced: 9 months ago
JSON representation
Library to support Plugin Development for easydb
- Host: GitHub
- URL: https://github.com/programmfabrik/easydb-library
- Owner: programmfabrik
- License: mit
- Created: 2017-03-10T17:41:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T11:51:19.000Z (about 1 year ago)
- Last Synced: 2025-05-20T12:50:48.793Z (about 1 year ago)
- Language: CoffeeScript
- Size: 96.7 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easydb-library
Library to support Plugin Development for easydb
## Instead of:
```
class CustomDataTypePLUGINNAME extends CustomDataType
```
## Use:
```
class CustomDataTypePLUGINNAME extends CustomDataTypeWithCommons
```
### And
* Remove the methods, which shell be used from *commons.coffee* from Plugincode
* Add the *commons.coffee* to your Makefile and prepend to your Pluginsource
* Rename the Autocompletion-Searchbar to "searchbarInput"
* CSS:
* Class of Popover: commonPlugin_Popover
* Class of Selects in Popover: commonPlugin_Select
* Class of Inputs in Popover: commonPlugin_Input