Thanks Armin!

I have another couple of questions about UI personalization:

*) I'm not finding a way to leave a bit more space between the TOC and
the overview map (the TOC is very long and goes all the way down to the
overview image). Probably I'm missing something easy in toc.css

*) is there a way in pm4 to have categories not expanded on load? I
recall that in pm 3.2 I did the trick following the suggestion here

http://www.mail-archive.com/pmapper-users@lists.sourceforge.net/msg02203.html


thanks in advance

-- Giovanni --


On Mon, 2010-08-09 at 18:48 +0200, Armin Burger wrote:
> It's only necessary to change a CSS style, see
> 
> http://svn.pmapper.net/trac/changeset/1010
> 
> Armin
> 
> 
> On 09/08/2010 15:23, Giovanni Manghi wrote:
> > Hi all,
> >
> > I'm trying fix the following function in PM 4
> >
> > ....................
> > /** Tool links   */
> >          pmToolLinks: function(tl) {
> >              var container = $(this);
> >              var ul = $('<ul/>').addClass('pm-tool-links');
> >              $.each(tl.links, function() {
> >                  var linkName = _p(this.name); //;
> >                  var a = '<a href="' + (this.run.substr(0,4) == 'http' ?
> > this.run : 'javascript:' + this.run + '()') + '">';
> >                  a += '<img style="background:transparent
> > url(images/menus/' + this.imgsrc + ')' + '
> > no-repeat;height:16px;width:16px" src="images/transparent.png" alt="' +
> > linkName +'" />';
> >                  a += '<span>' + linkName +'</span></a>';
> >                  $('<li/>').html(a).appendTo(ul);
> >              });
> > ....................
> >
> > in order to fix a glitch of the "tool links" toolbar under Chrome (the
> > last element does not appear on the same line as the others), but I'm
> > not getting the problem.
> >
> > Any hint?
> >
> >
> > cheers
> >
> > -- Giovanni --
> >
> >
> >
> > ------------------------------------------------------------------------------
> > This SF.net email is sponsored by
> >
> > Make an app they can't live without
> > Enter the BlackBerry Developer Challenge
> > http://p.sf.net/sfu/RIM-dev2dev
> > _______________________________________________
> > pmapper-users mailing list
> > pmapper-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
> 
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by 
> 
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev 
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users



------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to