Skip to content

Itvisors/mendix-AnnotoriousWidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annotorious widget

This widget wraps the Annotorious library. Place annotations on your images.

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository!

Typical usage scenario

Place annotations on images.

Description

Place annotations on images. The annotations are saved as JSON. Your entity needs to inherit from Image, add a unlimited length string for the annotations.

Configuration

The context entity must inherit from Image.

The only required property is the annotation attribute on the context entity.

Optionally, a microflow can be called after each change on the annotations.

Limitations

Not suitable for use in template grids or listviews. Please open another page to do the actual annotations.