• Multiple Views on one form

    By Dan Zeller 2 decades ago

    I wanted to see if it is possible to get multiple NotesView2 on one form —- have a tabbed table, wanted to place a view on each tab, if possible.



    I am guessing somewhere the "viewHolder"

    ID would have to be changed to "viewHolder1", "viewHolder2", etc. and update the onload event to handle a list of views…



    Also, I am guessing the "drawView()" function in the jsNotesView2.1.7 script library would have to be updated to match the "viewHolder"…



    If someone could point me in the right direction, I would appreciate it.



    Thanks!

    Dan

    • By Jonathan Roberts 2 decades ago

      you can easily achieved what you want by using html iframe. I have a form with two views on seperate tabs using this method and it works fine. The only thing you need to do is change the view links to target _top or clinking a document in the view will open it in the iframe rather than the main window.



      Hope this helps