Hi All,
Im trying to create a tab with custom component in taskspace. Can you any one please let me know how to go about it?
After creating a tab, im getting below error:
Thanks and Regards,
Amit Gaikwad
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi,
your custom component should inherit the com.documentum.webcomponent.library.imaging.uiframework.tabs.TabItemComponent class. Select component type as WDK and enter the component name here
you need to create your template in forms builder, then import it as a component into your taskspace app, and then you can create your tab.
Hi Ahmad,
I have created WDK custom component.
I have created template in forms builder and imported them as components, they are working fine. I have even created components with existing WDK components like Workflow Reporting n stuff.
Im not sure how to create tab with custom WDK components.
Please let me know how to create templates with custom WDK components in Forms Builder, if there is provision for that.
Thanks,
I am not certain if you can use your WDK component as a tab. A custom WDK component has to be launched via an invoke button. You could have an invoke button which will call your custom action that launches your custom wdk component.
Let me know if you find a way to include your wdk component in a tab.
Hi Amit,
This is possible in Taskspace and i had created one custom component on Tab. Please refer to taskspace development guide to know the class name that you need to inherit in your behavior class(as i can't recall the name right now).
Create a custom WDK component and in tab configuration in TS select the component as WDK component and specify the name of the component, whatever you have defined in your component definition.
I also had faced this issue initially, but it was mainly coming due to component scoping. Please make sure if your component is scoped, you are part of that scope. Hope it helps.
Harsh
thanks for this info, Harash.
Please mark this question as answered, if it fits your requirement.
BR,
Hi Harsh,
I have not tested it yet. Im facing some other issues regarding forms.
Will mark this question answered once i test it successfully.
Thanks in advance!
Regards,