when a custom widget ha been created, in the following phase "Adding a widget" (from tutorial ):
...
$widgetService = BOL_ComponentAdminService::getInstance(); $widget = $widgetService->addWidget('BASE_CMP_CustomHtml', true); // Register the widget. The first parameter is the name of the widget class. The second parameter stands for whether the widget can be cloned, or may have only one sample on the page\\ $widgetPlace = $widgetService->addWidgetToPlace($widget, BOL_ComponentService::PLACE_DASHBOARD); // Add the widget to the page ......
How can i check if my widget has been create? Is table in oxwall database where i can check created widgets?
(My problem: an easy widget has been created, but not class found raised in exception :-( )
Thanks in advance,
Regards.