Implementation of Django widgets in input form / Radio button
Django provides a large list of widgets to be used in the forms, see Django documentation.
Possibility to use widgets in NET-Tools would improve its functionality and appearance.
Radio buttons
A tool may have many options. Currently these options may be implemented using different viewsets. This approach is OK if the number of options is limited. When the number of options increases this approach becomes non practical, because it leads to a very complex appearance.
An example is the physical properties for which many options may exist:
- an option for the substance
- an option for the thermodynamic state at which physical properties will be calculated e.g. (pressure, temperature) or (pressure, enthalpy) or (pressure, entropy) etc.
- an option for the two-phase model etc...
Implementing all these different options with different viewsets is possible but would lead to very complex appearance.
So I propose to implement Radio buttons in input forms. I consider this issue as important!!
Edited by Alexandros Venetsanos