Data Bound Custom Control
Description
Properties for configuring a Data Bound Custom Control.
Discussion
These properties allow you to integrate a highly customized, data-aware UI element into your component using raw HTML, JSON, and JavaScript.
- Name
- Description
- CSS
Specifies CSS styling for a Data Bound Custom Control.
- Data JSON
Specifies the JSON data mapping for a Data Bound Custom Control.
- Javascript
Specifies the custom JavaScript logic for a Data Bound Custom Control.
- Method for defining control
Specify if the definition for the Data Bound Custom Control will be specified now, or will be generated at run-time by calling an Xbasic function.
- Settings JSON
Specifies the configuration settings for a Data Bound Custom Control.
See Also