var instance = new Vintasoft.Imaging.Annotation.UI.Panels.WebUiAnnotationListPanelJS(settings, stateButton); var returnValue; // Type: any // Parameters var value; // Type: function returnValue = instance.set_CreateAnnotationContentCallback(value);
function set_CreateAnnotationContentCallback(
valueA function, which returns UI elements for the annotation list record, OR "null".: Function
Here is function prototype "function __createAnnotationContent(annotation, annotationCollection)", where "annotation" parameter is an instance of WebAnnotationViewJS type, "annotationCollection" parameter is an instance of WebAnnotationViewCollectionJS type. Important: "__createAnnotationContent" function must return not empty array of WebUiElementJS objects.
) : any;
Parameters
- value
- A function, which returns UI elements for the annotation list record, OR "null".
Here is function prototype "function __createAnnotationContent(annotation, annotationCollection)", where "annotation" parameter is an instance of WebAnnotationViewJS type, "annotationCollection" parameter is an instance of WebAnnotationViewCollectionJS type. Important: "__createAnnotationContent" function must return not empty array of WebUiElementJS objects.