Create Tab with Custom Component in TaskSpace

Amit Gaikwad
Amit Gaikwad Member
edited August 28, 2013 in Documentum #1

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:

TaskSpace Error.jpg

Thanks and Regards,

Amit Gaikwad

Tagged:

Best Answer

  • HarshV@rdhan
    HarshV@rdhan Member
    edited August 27, 2013 #2 Answer ✓

    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

Answers

  • Haroon_A
    Haroon_A Member
    edited August 23, 2013 #3

    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.

  • Amit Gaikwad
    Amit Gaikwad Member
    edited August 26, 2013 #4

    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,

    Amit Gaikwad

  • Haroon_A
    Haroon_A Member
    edited August 26, 2013 #5

    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.

  • HarshV@rdhan
    HarshV@rdhan Member
    edited August 27, 2013 #6

    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.

    Thanks,

    Harsh

  • HarshV@rdhan
    HarshV@rdhan Member
    edited August 27, 2013 #7 Answer ✓

    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

  • Haroon_A
    Haroon_A Member
    edited August 27, 2013 #8

    thanks for this info, Harash.

  • HarshV@rdhan
    HarshV@rdhan Member
    edited August 28, 2013 #9

    Hi,

    Please mark this question as answered, if it fits your requirement.

    BR,

    Harsh

  • Amit Gaikwad
    Amit Gaikwad Member
    edited August 28, 2013 #10

    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,

    Amit Gaikwad