Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] internationalization liteUI

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] internationalization liteUI


Chronological Thread 
  • From: Wallaert-Taquet Brigitte <>
  • To: Chris Hyzer <>
  • Cc: "" <>, "" <>, THIA Jean-Marie <>
  • Subject: Re: [grouper-users] internationalization liteUI
  • Date: Thu, 01 Sep 2011 17:21:23 +0200

Hello,

I found the problem (see my precedent message in lower part and the screen joined) but don't know enough how to solve it and I think you can help me.

The problem comes from dhtmlxmenu.js at line 1646 :
 if (this.itemPull[id]["tip"].length > 0) { k.title = this.itemPull[id]["tip"]; }

There isn't innerHTML with k.title.
The text of menu is ok thanks to the line 1634  :
 k.innerHTML = j_icon + this.itemPull[id]["title"] + j_nodes;

I try this :
k.title.innerHTML = this.itemPull[id]["tip"] : bad, title no displayed
k.title = this.itemPull[id]["tip"] : bad, title display "undefined"
k.innerHTML = k (after line 1646) : each line menu = objectHTMLDivElement ...

So, there is probably another solution, I look for it but if you can help me, i accept !

Thanks
Brigitte


Le 31/08/2011 10:40, Wallaert-Taquet Brigitte a écrit :

But I have enough a problem with accent ant dhtmlx : the comment under the menu isn't ok... For example, I see the entity &eacute; insteed of the character. If I put the accent in the text in nav.properties, it's bad also. I think that the xml is read in tool dhtmlx with charset by default, probably us. It's the title of div that is bad. When I inspect with firebug, I see that for example :
<div id="polygon_SUZHwGK8XSkwdhxWebMenuTopId" class="dhtmlxMenu_dhx_blue_SubLevelArea_Polygon_left" style="display: none;">
</div>
A idea for help me ?

Thanks.
Brigitte



-- 
Brigitte Wallaert-Taquet
Ingénieure d'études
Chargée d'étude
Espace collaboratif de Documents
Université Lille1
Sciences et Technologies

Attachment: bugAdvancedMenu.png
Description: PNG image




Archive powered by MHonArc 2.6.16.

Top of Page