Desktop interoperability
FDC3 is an open standard that enables financial applications to interoperate and exchange data with each other. Applications can launch each other, respond to activity in other apps and request functionality from each other.
FDC3 is an open standard that enables financial applications to interoperate and exchange data with each other. Applications can launch each other, respond to activity in other apps and request functionality from each other.
The Forms Declarative HTML API allows developers to design and manage forms directly in HTML using intuitive, structured tags. It simplifies form creation by embedding validation rules, data bindings, and interactivity within HTML elements, minimizing the need for custom JavaScript.
This package provides a robust implementation of the FDC3 standard, enabling you to set up interoperability between desktop financial applications. It uses the @finos/fdc3 library to implement an API that covers intents, context sharing, and channels.
Foundation forms has a range of advanced components for entering text, numbers, floats, dates and booleans, as well as select and autocomplete input boxes. You can use these to create polished, complex forms for your application in quick time.
You can create custom control renderers to work alongside the standard set of foundation form controls.
A filter is a display that connects to a server resource, such as a Data Server. It enables the user to set one or more fields from the resource to filter information. For example, the user could select trades with a specific broker or trades within a specified value range.
foundation-forms is a library for efficiently building complex forms and filters at scale.
Foundation forms use a JSON Schema to define the underlying model of the form. This defines the objects and properties, as well as their types.
Foundation forms allows you to customise the layout of your forms.
Rules enable you to add dynamic aspects to a form. For example, you can show, hide, enable or disable a UI Schema element based on another value in the form.
Most renderers are defined directly in the jsonSchema that comes from the server, but there are also those that you can add via uiSchema.
You can apply simple or more complex validation logic to foundation forms in a number of ways.
Foundation Openfin provides a robust implementation of the Openfin (now called "Here") workspace container.
This provides a robust implementation of the Openfin workspace container