我在屏幕布局中使用了一些容器小部件。我需要将容器扩展为具有“onClick”事件,这样我就可以按照以下方式做一些事情:
<screen>
<container name="customer-list" ..>
<!-- some content over here -->
</container>
<action:behaviors>
<action:when widget-event="customer-list.onClick">
<!-- some actions here -->
</action:when>
</action:behaviors>
</screen>