In this section, you will learn how to create and configure a Calendar component in the vFlow. A Calendar can be customized with various settings for its appearance, properties, animations, and more, allowing it to integrate into your application seamlessly. Following these steps, you can easily create a Calendar component and tailor its functionality to… Continue reading Calendar
Category: Design
Accordion
Introduction to Accordion An Accordion is a user interface component that allows users to toggle between showing and hiding sections of related content. It is commonly used for organizing information in a compact and efficient manner. Usage The Accordion is useful for displaying large amounts of content without overwhelming the user. Only the most relevant… Continue reading Accordion
Breadcrumb
Introduction to Breadcrumb A breadcrumb is a navigational aid that helps users understand and keep track of their location within a website or application. It typically appears as a horizontal list of names of the page, showing the hierarchical path from the homepage to the current page using different separator, such as (>, >>, ->,… Continue reading Breadcrumb
Footer
Introduction to Footer The footer is a fundamental element of the user interface (UI) that appears at the bottom of a page or component. It primarily serves as a concluding section, providing supplementary information or controls that support the user’s journey through the application. The footer enhances navigation and often includes key details that contribute… Continue reading Footer
Header
Introduction to Header The header is a fundamental element of the user interface (UI) that appears at the top of a page or component. It serves primarily as an identifier for the associated page or component, helping users understand the current context within the application. The header not only plays a critical role in enhancing… Continue reading Header
Application Header
Introduction to Application Header The Application Header is a System Component that remains consistent across the entire application, regardless of the page. Positioned at the top of every screen, it serves as the primary identifier for the application, ensuring a unified and recognizable presence throughout. Users have the ability to customize the Application Header by… Continue reading Application Header
What are System Components
System Components, unlike Components, are designed primarily for display purposes and, in some cases, can include interactive elements, such as clickable links, buttons, etcetera. System Components remain generally same across the page or the entire application. This section allows you to create new System Components, view existing ones, and add various elements as needed. It… Continue reading What are System Components
Testing a Custom Function
After you create a custom function, you need to test it and make sure that you can consume it to implement the related functionality. The Custom Function sub-module also provides a feature to test the custom function. To test a custom function: Note:- The <<Custom Function Name>> Test dialog box displays different boxes based on the input parameters… Continue reading Testing a Custom Function
Applying a Custom Function
After you build a custom function, you can apply it to the related scenario. To implement an application behavior, you can create a custom function. You can apply multiple custom functions to design the application behavior on different pages. To apply the custom function, you need to configure the Invoke Function in the task group.… Continue reading Applying a Custom Function
Invoke Function
When this task executes, it invokes a custom function. You write the code of a custom function in JavaScript. To know more about a custom function, visit the Creating a Custom Function post. The custom function contains a complex logic or algorithm to perform a function or task on the related application page. To configure… Continue reading Invoke Function