Hello,
I'm wondering if it is possible to sett adribute for the widget from dataprovider for example:
<screenSecondMenu>
@{menuName}
<menupopup>
<_renderer>
<![CDATA[
<menuitem onAction='@{onAction}'>
@{text}
</menuitem>
]]>
</_renderer>
<_items>@{menuItem}</_items>
</menupopup>
</screenSecondMenu>
what I want is to set onAction atribute, but I only managed to do it so using $ thus it's not possible to change later on.
do I miss something or this is not possible?

