The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
attaching event with "ParameterTypeCategory"
mansoorbahrian
Member Posts: 6 Contributor II
in Help
Hello Everyone,
I am developing an operator for RapidMiner.
My question is how to attach an event the dropdownbox (i.e. ParameterTypeCategory), because I want to enable or disable few textfields on basis of selection.
I am developing an operator for RapidMiner.
My question is how to attach an event the dropdownbox (i.e. ParameterTypeCategory), because I want to enable or disable few textfields on basis of selection.
0
Answers
you might attach Conditions on parameters, which will hide them if the condition is not met. For example this code: It will create a parameter which will only be shown if the parameter CONDITION_TYPE is equal to CONDITION_INPUT_EXISTS.
Greetings,
Sebastian