Commercial consulting requests have a guaranteed response time.
We can deliver a turn key solution or contribute to your project
For fast and deep dive into framework features to shift your team productivity.
Experts in Enterprise software
Creators of the CUBA Platform
Established in 2008
Hi CUBA team,
I want to create a simple widget which contains just a browser frame. The destination url will be configured during dashboard configuration using the parameter editor. How can I access these parameters from widget?
Thanks for your help, Roland
If I have a widget with the parameter
then I can get it in the widget code and process it:
public class TaskPieChartFragment extends ScreenFragment { @WindowParam @WidgetParam protected Boolean isMyTaskWidget; ... ...
Thanks Andre, this is really an easy solution