9c7713fa8d
* IDEMPIERE-5448 Can't launch unit test with Eclipse 2022-09 - upgrade to tycho 3.1.0-SNAPSHOT - set maven compiler source and target level to 11 - upgrade to junit 5.9.1 * IDEMPIERE-5448 Can't launch unit test with Eclipse 2022-09 - Change tycho version to 3.0.3 * IDEMPIERE-5448 2023 June Platform Update * IDEMPIERE-5448 2023 June Platform Update - Explicitly set target, source and release level to JavaSE 11 * IDEMPIERE-5448 2023 June Platform Update - Use 3.0.5-SNAPSHOT to fix stack overflow error. * IDEMPIERE-5448 2023 June Platform Update - Change source, target and release level to JDK 17 - Update target platform name to idempiere-230620 * IDEMPIERE-5448 2023 June Platform Update - Fix LogFactory ClassNotFound exception with Eclipse 2023-06 |
||
---|---|---|
.. | ||
.settings | ||
META-INF | ||
src | ||
.classpath | ||
.project | ||
README.md | ||
build.properties | ||
pom.xml |
README.md
org.idempiere.zk.billboard
-
Wrap https://github.com/naver/billboard.js as zk component.
-
To update, replace billboard.pkgd.js and billboard.pkgd.src.js with latest billboard.pkgd.js and billboard.pkgd.min.js from https://github.com/naver/billboard.js (Note that due to naming convention of zk, billboard.pkgd.js=billboard.pkgd.min.js and billboard.pkgd.src.js=billboard.pkgd.js ).
-
To update, replace billboard.css with latest billboard.css from https://github.com/naver/billboard.js. Add !important to padding and text-align of .bb-tooltip th and padding of .bb-tooltip td to fix conflict with zk css