Make a select box for a None Read Write choice
static public dropdownRight ( $name, $options = [] ) : nothing | ||
$name | select name | |
$options | array of possible options: - value : preselected value. - nonone : hide none choice ? (default false) - noread : hide read choice ? (default false) - nowrite : hide write choice ? (default false) - display : display or get string (default true) - rand : specific rand (default is generated one) | |
return | nothing | (print out an HTML select box) |