Tagged: ,

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 5 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    jqxmenu Posts
  • jqxmenu #106906

    tkh
    Participant
    <template>
        <JqxLayout :width="'100%'" :height="'100%'" :layout="layout">
          <div data-container="Document1Panel">
            <JqxMenu :width="600" :height="30"> 
              <ul>
                <li>
                  Menu
                  <ul>
                    <li><a href="">1</a></li>
                    <li><a href="">2</a></li>
                    <li><a href="">3</a></li>
                    <li><a href="">4</a></li>
                  </ul>
                </li>
              </ul>
            </JqxMenu>
            <JqxToolbar 
              :width="'100%'" :height="35" :enableHover="false"
              :tools="tools" :initTools="initTools">
            </JqxToolbar>
          </div>
          <div data-container="Document1Panel2">Document 2 content</div>
          <div data-container="Document1Panel3">Document 3 content</div>
        </JqxLayout>
    </template>

    menu don’t work

    jqxmenu #106909

    Peter Stoev
    Keymaster

    Hi tkh,

    We advice you to look at our DockingLayout and Layout demos with Vue in order to learn how to create Vue components into Layout Panels.
    Example: https://www.jqwidgets.com/vue/vue-dockinglayout/#https://www.jqwidgets.com/vue/vue-dockinglayout/vue-dockinglayout-defaultfunctionality.htm

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.