How can I implement user-friendly boolean logic in a web form GUI?

后端 未结 8 1509
Happy的楠姐
Happy的楠姐 2020-12-23 10:22

Currently I have a web application where a user can use dropdown lists to generate SQL SELECT statements like so:

Column Select Dropdown | Operator Dropdown (= != >

8条回答
  •  借酒劲吻你
    2020-12-23 10:36

    Mac OS X offers very nice GUI widgets for doing exactly this type of thing. You can model your GUI after this type of layout/interaction.

提交回复
热议问题