VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.Panels Namespace / WebUiPdfInteractiveFormFieldsPanelJS type / get_CreateInteractionFieldContentCallback Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_CreateInteractionFieldContentCallback Method
    In This Topic
    Gets a function, which returns UI elements for the interaction field list record.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.Panels.WebUiPdfInteractiveFormFieldsPanelJS(settings, stateButton);
    
    var value; // Type: function
    value = instance.get_CreateInteractionFieldContentCallback();
    
    
    function get_CreateInteractionFieldContentCallback() : Function;
    

    Return 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.
    Remarks

    If property value is "null", the interaction field list record contains label with interaction field name.

    Browser Compatibility
    56+
    45+
    11
    See Also