Open BlueDragon 2.0.2, does not support:
param rc.nodeid = "";
In particular the param part does not work
What is a good workaround?
Open BlueDragon 2.0.2, does not support:
param rc.nodeid = "";
In particular the param part does not work
What is a good workaround?
Copyright © 2021 Jogjafile Inc.
Although I'm not familiar with BD, each of these options should work:
Ternary operator:
Normal if/else statement:
Personally, I prefer the ternary operator because it's almost as concise as
param
, but you will be sacrificing some readability for those who are unfamiliar with it.EDIT: I went and had a look at BD's documentation. It looks like BD requires the "name" attribute, so you should be able to do this: