Everything you need to know about widgets - the digital building blocks of any application built with Backbase Portal. You will learn about the concepts behind Backbase widgets, how to create a widget from scratch, giving them rich functionality and styling them according to Backbase best practices.
- pf1e1: Create your first widget (solution)
- pf1e2a: Setup your widget development (solution)
- pf1e2b: Create the todo application (solution)
- pf1ex3a: Use widget preferences (solution)
- pf1ex3b: Make your widget responsive (solution)
- pf1ex3c: Enable widget communication via PubSub (solution)
- pf1ex4: Style your widget (solution)
- Copy and paste the cxp-fe-training-01 folder in the statics/bundles folder of your Launchpad 0.12.x project
- Add the bundle resource base in portal/pom.xml, e.g.:
<resourceBases>
<resourceBase>${statics.dir}/bundles/cxp-fe-training-01/src/main/webapp</resourceBase>
<resourceBase>${project.basedir}/src/main/webapp</resourceBase>
<resourceBase>${work.dir}</resourceBase>
</resourceBases>