I have a tree where i'd like to have some nodes not-clickable, so I skip
rendering the Tree hyperlink (same code used in Tacos Tree example) for
those nodes.
In Firefox it looks like it's working fine but in IE6 i get the following
errors:
FATAL: Could not load 'dojo.xml.Parse'; last tried '__package__.js'
FATAL: Could not load 'dojo.xml.Parse'; last tried '__package__.js'
FATAL: superclass: [object Object] borken
So again, basically I have a Tree componant where only some of the nodes are
clickable (every node still has the + - expansion widget still).
By clickable i mean using the following:
<component id="nodeLink" type="tacos:AjaxDirectLink">
<binding name="listener"
value="components.tree.listeners.contentExpansion"/>
<binding name="parameters" value="{
keyProvider.getKey(components.tree.value), not
components.tree.isExpanded(components.tree.value),
currentTreeEmployee.email }"/>
<binding name="updateComponents" value="{ currentTreeEmployee.email,
'selectedTreeEmployee' }"/>
<binding name="effects" value="template:%nodeLink.effects"/>
</component>
Nodes that are not clickable would not user the above code. Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]