Properly ‘control’ Controls on Form | Bitesize Series
Controls added to forms have a single instance to manage their related attributes. It can be done by calling <form-context>.getAttribute(‘<attribute-name>’). This is pretty straightforward for setting requirement levels or getting their value; however, extra...