QuickLaunch

There are 3 entries for the tag QuickLaunch

Quicklaunch Where Did You Go?

I just spent a good portion of today of part of yesterday on a really weird issue. Our sites had some custom branding for a client and the quick launch displayed perfectly for the root site. When you clicked on all the subsites the quick launch bar would not display. Myself and one of the branding guy’s at Planet, Jaimie Luetjen, were spinning our wheels (and I don’t think it helps that I have a cold). Finally Jaimie is able to login to the site and he threw up a live meeting, so we could figure...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, January 24, 2012 4:47 PM | Feedback (0)

Programmatically Add and Remove Items from the Quick Launch Bar

I ran into a problem last week, where I need to update multiple sites navigation really quick by deleting and adding items to the navigation on the quick launch bar. I found this great entry from Todd Baginski: http://www.sharepointblogs.... I wanted to take this a step further by removing nodes from underneath a specific heading. Then I wanted to re-add different nodes, so that I could pull...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, February 27, 2008 6:26 PM | Feedback (22)

Replace URL's on the Quicklaunch in Javascript

Here is some sample code: while(document.getElementBy... != null) { var menu = document.getElementById('zz... //looks for the hyperlink tags using the quicklaunch tag var hyperlinks = menu.getElementsByTagName('... hyperlinks[0].href = hyperlinks[0].href.replace(... URLToReplace); //replaces the URL text hyperlinks[0].target = "_blank"; //allows for opening the link in a new window i+=1; } This tag for the quicklaunch: zz2_QuickLaunchMenu you can find...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, February 22, 2008 5:00 PM | Feedback (7)

Copyright © MOSSLover

Design by Bartosz Brzezinski

Design by Phil Haack Based On A Design By Bartosz Brzezinski