Community Components
The control library of CaptainCasa can be easily extended by components of other projects. This includes both components providing own JavaScript functions on client side and components that are implemented on server side (Page Bean Component Controls).
LONGTEXTVIEWER
Purpose
Showing a long text (>> 100 kBytes) to the user in an efficient way. The long text is not loaded as one text into the client, but the user selects the portion of text that he wants to see.
Artifact
<dependency> <groupId>bg.evolutionit</groupId> <artifactId>EvoUtils</artifactId> <version>0.0.1</version> </dependency> Repository: https://www.CaptainCasa.com/mavenrepository
Required CaptainCasa Version
>= 20221121
Demo / Usage
https://www.captaincasademo.com/ccdemos/workplace.demolongtextviewer.risc
TOUCHDATE
Purpose
Touch input of date.
Artifact
<dependency> <groupId>org.eclnt</groupId> <artifactId>eclntpbc</artifactId> <version>20221121</version> </dependency> Repository: https://www.CaptainCasa.com/mavenrepository
Required CaptainCasa Version
>= 20221121
Demo / Usage
https://www.captaincasademo.com/ccdemos/workplace.demotouchdatetimecontrol.risc
TOUCHTIME
Purpose
Touch input of time.
Artifact
<dependency> <groupId>org.eclnt</groupId> <artifactId>eclntpbc</artifactId> <version>20221121</version> </dependency> Repository: https://www.CaptainCasa.com/mavenrepositor
Required CaptainCasa Version
>= 20221121
Demo / Usage
https://www.captaincasademo.com/ccdemos/workplace.demotouchdatetimecontrol.risc