We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
showvalue
e.g. this doesn't work (i.e hides the buttons regardless of the Projector Input value):
<dynamicbuttongroup showevent="Projector Input" showvalue="HD1" class="btn-default" data="IPTV-ChannelsList" join="IPTV-ChannelSelected" />
but this does (i.e. show the buttons when Projector Input value is HD1) where a <group> is used instead:
<group>
<group showevent="Projector Input" showvalue="HD1"> <dynamicbuttongroup class="btn-default" data="IPTV-ChannelsList" join="IPTV-ChannelSelected"/> </group>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
e.g. this doesn't work (i.e hides the buttons regardless of the Projector Input value):
but this does (i.e. show the buttons when Projector Input value is HD1) where a
<group>
is used instead:The text was updated successfully, but these errors were encountered: