The above doesn’t work for me. Using ‘formname.getSelect(“op”)’
I get [object HTMLSelectElement] returned.
If I try
rooomfilterAtt3.getSelect(“op”).value, I get ( for example) ‘=’
with
rooomfilterAtt3.getSelect(“op”).innerHTML, I get
‘is equal tois not equal tois greater thanis less than’
Form content is:
{type: “select”, label: “Operator”, name: “op”, options:[
{text: “is equal to”, value: “=”},
{text: “is not equal to”, value: “<>”},
{text: “is greater than”, value: “>”},
{text: “is less than”, value: “<”}
], tooltip: “Select operator from droplist”, offsetTop: 10, note: { text: “” }},