• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Widget Framework

Albert

Technology Writer
The readme states, "listen to code event widget_framework_ready." Here is the full section:

Also, anyone who wants to develop widget to use with the framework can do it in just a few steps. The framework will take care of everything and developers only need to focus on getting the business done. There are 2 things to do: listen to code event "widget_framework_ready", push your class name in to the array to register your widget renderer. After doing so, you can start coding your renderer by extending the base class "WidgetFramework_WidgetRenderer"

PHP:
class MyWidget_WidgetA extends WidgetFramework_WidgetRenderer {
}
 

Kerby

Young Flying Bird
XenWord Professional
@LPH can you please integrate this or provide a widget framework version of XenLate? (in xf2 it will have in xf native widgets ;))
 
Top