Does anyone know how to hide a radio input in a Dashboard? We have a regex calculation that we've assigned to a radio input and we used that input as token to rename values for us within the dashboard. Is there a way to hide that input while still using the calculation as a token?
Thanks
You'll have to reference tokens in depends="..."
with $ signs:
<input type="radio" token="YourTokenHere" depends="$NoSuchToken$" searchWhenChanged="true">
You'll have to reference tokens in depends="..."
with $ signs:
<input type="radio" token="YourTokenHere" depends="$NoSuchToken$" searchWhenChanged="true">
Hmmm. You could try adding a depends token value to the checkbox, and see if that keyword is supported for that object.
< input type="radio" token="YourTokenHere" depends="$NoSuchToken$" searchWhenChanged="true">
Do you have an example of what you've been doing so far?
I actually found the answer:
Changed this line:
To this:
If you click the code button (101 010) before submitting, then the web interface won't swallow your html.