Loading...

List Settings for qListView

List Settings for qListView

  • This topic is empty.
Viewing 8 reply threads
  • Author
    Posts
    • #4934
      Anonymous
      Anonymous
      Participant

      Hi Kate,

        That occurs when you delete the OOB web part. If you hide it it works ok.

      If you deleted it then the quickest way to have it back is to recreate the list. There are other ways but this worked for me.

    • #6124
      Anonymous
      Anonymous
      Participant

      Hi ,

      hmm… it does not work for me even if the OOB web part opened on the page

      Ribbon.PNG

      Thanks,

      Kate

    • #6126
      Anonymous
      Anonymous
      Participant

      HI ,

      There is no List Tools tab on the last screenshot…. hence I'm not able to go to the list settings.

      Thanks,

      Kate

    • #6125
      Anonymous
      Anonymous
      Participant

      Hi Kate,

        From the above screenshot I see that everything is ok.

      Also you need to check your SharePoint permissions on that list.

    • #6127
      Anonymous
      Anonymous
      Participant

      Hi Kate,

      Are you trying to configure qListView to a Discussion Board or is it a custom list? If this issue is related to subcase 1044340-1, and the list is a discussion board, then this type of list is not yet supported by qListView.

      Yuan

    • #6128
      Anonymous
      Anonymous
      Participant

      I am interested in a resolution to this.  I have changed out the default list view web part (kept it hidden on the page) in favor of the qlistview and everyone with designer privileges is asking where the list settings option is?  Any ideas on how to fix this?nolisttools.JPG

      The right hand side of the image shows the view of the list without qlistview wb.  The one on the left has a qlistview wb.  What happened to the list tools?

      thanks,

    • #6129
      Anonymous
      Anonymous
      Participant

      Hi ,

      This is what I responded to Kate (see above). Also check out Yuan's response.

      Please let me know how it goes.

      That occurs when you delete the OOB web part. If you hide it it works ok.

      If you deleted it then the quickest way to have it back is to recreate the list. There are other ways but this worked for me.

    • #4364
      Anonymous
      Anonymous
      Participant

      Hi,

      I’ve replaced OOB ListView web part with qListView.

      Now when I open my list, it does not have List Tools (Items and List settings). How do I bring the SharePoint list settings back?

      qListView:

      qListView ribbon.PNG

      OOB List view:

      OOB ribbon.PNG

      Thanks,

      Kate

    • #6130
      Anonymous
      Anonymous
      Participant

      the problem is that with the oob wp hidden – once a newbie hits this page (when compared to other pages) – they have to click on browse to make the list tools "appear".  I think that is the concern/question.  I tried to add something in script to enable the list tools w/out clicking browse – but it didn't work either – just wondering if anyone has discovered a different method.  Here is what I tried in a CEWP

      method 1:

      <script>
      //Set focus on our list web part make sure the WPQ# is correct
      var webPart = document.getElementById('WebPartWPQ1');
      WpClick({target: webPart});

      //Prevent it from losing focus
      SP.Ribbon.WebPartComponent.$3_1.deselectWebPartAndZone = function() { };
      </script>

      method 2:

      <script>
      //make sure the WPQ# is correct

      setTimeout(function() {
          var elem = document.getElementById("MSOZoneCell_WebPartWPQ2");
          if(elem != null) {
              var dummyevent = new Array();
              dummyevent["target"] = elem;
              dummyevent["srcElement"] = elem;
              WpClick(dummyevent);
          }
      }, 2000);
      </script>

Viewing 8 reply threads

You must be logged in to reply to this topic.