. **/ /** * Map widget form view. * * @var CView $this * @var array $data */ (new CWidgetFormView($data)) ->addField( new CWidgetFieldMultiSelectMapView($data['fields']['sysmapid']) ) ->show();