Attributes:
The Attributes section offers a wide range of customization options for selected components, enabling users to tailor them to specific requirements. Users can modify UI actions to define how components behave, such as executing button clicks, submitting data, or triggering events based on user interactions. Additionally, visibility settings allow control over when and how a component appears on the page, based on conditions like user roles, data states, or other criteria.
The Attributes section is divided into several types, each catering to different aspects of component customization:
Basic
UI
Visibility
Read Only
Disability
Component
These features allow for complete customization of each component, enhancing both the design and functionality of the application.
Events:
In noKodr, Events define the triggering actions for automation created by workflows. They determine when a specific workflow should be executed based on user interactions or changes in the application.
For example, suppose you need to validate an email address entered in a field. You can create a workflow to check whether the email is valid. To trigger this workflow when the email field value changes, you would select the email field as the event source. In the events configuration, you would choose the "onchange" event, which ensures that the workflow is triggered automatically whenever the value in the email field is updated.
Reference: Workflows
0 Comments