ooper
Junior Member
Posts: 6
Registered: 6/9/2005
Location: Utah
Member Is Offline
|
| posted on 8/2/2005 at 07:35 PM |
|
|
nowrap attribute
Is there a way to specify the nowrap attribute of the table that is generated? I notice that the generated html table contains <td> tags like
this:
<td class="mleafout" id="t0_7" nowrap="nowrap">
Is there a way to control the nowrap? I searched for "wrap" in the documentation and did not find anything.
TIA,
Brian Barnett
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/2/2005 at 11:37 PM |
|
|
The tree currently uses nowrap for the text of the menu items. If you want to disable that then just search tree.js for 'nowrap' and remove it where
found.
|
|
|
ooper
Junior Member
Posts: 6
Registered: 6/9/2005
Location: Utah
Member Is Offline
|
| posted on 8/3/2005 at 05:16 PM |
|
|
Removing the two instances of "nowrap" from tree.js works in IE but not in Firefox. In Firefox, the image sometimes does not appear next to the text
of the menu item. The image wraps sometimes and appears on the next line down and way over on the left.
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/4/2005 at 01:21 AM |
|
|
is that with the free or PRO versoin of the script? Can you attach the screenshot of the problem?
|
|
|