Custom Component Example

Is there a downloadable Eclipse starter project for a Custom Component ?

Thanks,

Jim

Hello Jim,
unfortunately there isn’t. But the description how to build the custom component you can find in the documentation (Creating a Custom Component) and among our examples you can find project for creating custom tl functions. The way of plugging is very similar in both cases only you need to use component extension point instead of tlfunction in your plugin.xml file.