Toolbox How To's
How to's for the Toolbox guide.
How To Add And Configure Charts In A Form
- Open your form design.
- Locate the “Chart Components” section in the Toolbox.
- Drag a component like BarChart or PieChart to the form.
- Set up the data source and chart configuration from the Property Viewer.
How to Add UserMetadata or DocumentMetadata to the Form
- Open your form and go to the “User and Document Data” category in the Toolbox.
- Drag the UserMetadata or DocumentMetadata component onto the form.
- Bind these components to appropriate fields or variables in your data model.
How Does The Toolbox Behave In Different IDE Contexts
- Form file open: Toolbox shows form controls.
- Flow file open: Toolbox shows flow-related components.
- Only code files open (TS, CS, CSS): Toolbox is disabled or hidden. You can reset the Toolbox visibility from the View menu if it disappears.
How Does The Toolbox Behave In Different IDE Contexts
- Form file open: Toolbox shows form controls.
- Flow file open: Toolbox shows flow-related components.
- Only code files open (TS, CS, CSS): Toolbox is disabled or hidden. You can reset the Toolbox visibility from the View menu if it disappears.
How To Add And Configure Charts In A Form
- Open your form design.
- Locate the “Chart Components” section in the Toolbox.
- Drag a component like BarChart or PieChart to the form.
- Set up the data source and chart configuration from the Property Viewer.
How To Add A Component To A Form Using The Toolbox
- Open a form file in the IDE.
- On the right panel, make sure the Toolbox is visible.
- Expand the relevant category (e.g., Standard Form Controls).
- Drag a component (e.g., TextBox) onto the form canvas.
- Use the Property Viewer to configure the component settings.
Tip: You can reposition the component freely after placing it.
How to Use FileSelector or RelatedDocuments Components
- Open your form file in the IDE.
- Locate the “Advanced Form Controls” section in the Toolbox.
- Drag and drop the FileSelector or RelatedDocuments component onto the form.
- Configure the necessary settings (e.g., document type filter, multi-selection, association field). These components work integrated with the system’s document management and require proper configuration.
How to Add UserMetadata or DocumentMetadata to the Form
- Open your form and go to the “User and Document Data” category in the Toolbox.
- Drag the UserMetadata or DocumentMetadata component onto the form.
- Bind these components to appropriate fields or variables in your data model.