我希望将鼠标悬停事件添加到其中包含多个子小部件的面板。当我用 FocusPanel 尝试它时,我被“SimplePanel 只能包含一个子小部件”异常停止。有没有其他方法可以在具有多个子小部件的面板上使用鼠标悬停事件?例如在以下代码中
<g:FocusPanel ui:field="parent"><childwidget1/><childwidget2/><childwidget3/><g:FocusPanel>
我需要将鼠标悬停事件添加到父面板。请帮忙!
我希望将鼠标悬停事件添加到其中包含多个子小部件的面板。当我用 FocusPanel 尝试它时,我被“SimplePanel 只能包含一个子小部件”异常停止。有没有其他方法可以在具有多个子小部件的面板上使用鼠标悬停事件?例如在以下代码中
<g:FocusPanel ui:field="parent"><childwidget1/><childwidget2/><childwidget3/><g:FocusPanel>
我需要将鼠标悬停事件添加到父面板。请帮忙!