BUI: Workspace extension
Content
Hello All,
I have created some workspace extension.
1. The first extension used "addEditorLoadedListener" and call api the return values are stored in local.
2. the second extension used same "addEditorLoadedListener" and get the values from local and display it in workspace in fileds.
My extension are working perfectly but in some scenerios the second one not display the data correctly, My doubt is both are using same "addEditorLoadedListener" .
Can you guys give me any suggestion to load the second one after dataloaded "addDataLoadedListener"?
0