ebs.generateGenericControl

Generates HTML form controls, such as text fields, text boxes, checkboxes, date selectors, etc.

Syntax

Copy
function ebs.generateGenericControl(attr: IEbsMetadataAttribute, htmlId: string): void;
 
Parameter Type Description
attr IEbsMetadataAttribute Type of HTML form control to be created.
htmlId string ID of the HTML element where the control will be inserted.

Type Aliases

Examples