jQuery UI Widgets Forums Vue jqxTab's addLast method

Tagged: ,

This topic contains 4 replies, has 2 voices, and was last updated by  JenkeNg 3 years, 11 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • jqxTab's addLast method #113339

    JenkeNg
    Participant

    How does the jqxTab of the vue component add the vue component (page content) in the addLast method? ?
    What I want to display is a page,
    not just text content

    jqxTab's addLast method #113344

    Martin
    Participant

    Hello JenkeNg,

    I have created an example of how you can add tabs with a Vue component inside.
    You can check it Here.

    Best Regards,
    Martin Yotov

    jQWidgets team
    https://www.jqwidgets.com

    jqxTab's addLast method #113377

    JenkeNg
    Participant

    You understand what I mean wrong, jqxTabs has such as:

    this.$refs.myTabs.addLast(‘Sample title’,’Sample content’);
    this.$refs.myTabs.ensureVisible(-1);

    Such a method. What I want is how to replace this “Sample content” with a vue component, that is, web content
    This method only demonstrates the text content, but the actual demand is definitely more than that.
    And the answer you gave me has nothing to do with the ‘addLast’ method

    jqxTab's addLast method #113378

    Martin
    Participant

    Hello JenkeNg,

    I’m sorry. It seems I have sent you a wrong link.
    Here is the Example of how to add a Vue component using the addLast method.

    Best Regards,
    Martin Yotov

    jQWidgets team
    https://www.jqwidgets.com

    jqxTab's addLast method #113383

    JenkeNg
    Participant

    Thanks. This is exactly what I need. It is recommended to update these answers to the document.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.