Skip to content

UB-Heidelberg/easydb-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Library to support Plugin Development for easydb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CoffeeScript 40.5%
  • Python 31.1%
  • Shell 19.8%
  • Makefile 8.6%