|
|
|
[
Permlink
| « Hide
]
Amy Muntz - 01/Sep/05 09:12 AM
Since you are the 3.1 qa resource, I'm assigning this to you. Please let me know if this is something you can do today or tomorrow; otherwise, I'm freezing the branch without it. Thanks.
I added tahoe8 to docs/src/hardpages/nav.lzx
<!-- parameter 'target' is used to cause the links to open in a particular frame --> <canvas width="240" height="640" title="LZX Reference Navigation" font="efont" fontsize="8"> <include href="lz/tree.lzx"/> <font src="lztahoe8.ttf" name="efont" /> <dataset name="tocdata" src="toc.xml"/> <dataset name="classesdata" src="classes.xml"/> <dataset name="tagsdata" src="tags.xml"/> <class name="link" extends="text" resize="true" onmouseover="setAttribute('fgcolor', blue)" onmouseout="setAttribute('fgcolor', black)" onclick="LzBrowser.loadURL(this.datapath.xpathQuery('@href'), target)"/> <!-- Create linktree so we can keyboard navigate. --> <class name="linktree" extends="basetree" isleaf="true" recurse="false" > <method name="keySelect"> super.keySelect(); LzBrowser.loadURL(this.datapath.xpathQuery('@href'), target); </method> <text text="${parent.text}" placement="item" name="t" resize="true" font="efont" looks good. As for kranking it, that has to happen in the release branch and is part of our release process.
|
||||||||||||||||||||||||||||||||||||||||||||||||