var instance = new Vintasoft.Imaging.Pdf.UI.Panels.WebUiPdfInteractiveFormFieldsPanelJS(settings, stateButton); var returnValue; // Type: any // Parameters var value; // Type: function returnValue = instance.set_CreateInteractionFieldContentCallback(value);
function set_CreateInteractionFieldContentCallback(
valueA function, which returns UI elements for the interaction field list record, OR "null".: Function
Here is function prototype "function __createFieldContent(field)", where "field" parameter is an instance of WebPdfInteractiveFormFieldJS type. Important: "__createFieldContent" function must return not empty array of WebUiElementJS objects.
) : any;
Parameters
- value
- A function, which returns UI elements for the interaction field list record, OR "null".
Here is function prototype "function __createFieldContent(field)", where "field" parameter is an instance of WebPdfInteractiveFormFieldJS type. Important: "__createFieldContent" function must return not empty array of WebUiElementJS objects.