Hi there --
I am using dojo's tooltip. It needs to know the id of the component that it
responds to.
Use of Script is way over kill when all I want to do is get a html element's id
to supply it to a dojo widget. Any ideas or example I can look at in the source
code?
-Pat
This is what I would like to do:
<a href="#" jwcid="[EMAIL PROTECTED]" topicId="ognl:currentTopic.id">
<span jwcid="@Insert" value="ognl:currentTopic.topicName" /></a>
<span jwcid="@If" condition="ognl:currentTopicShortDescriptionSet"
element="span"
dojoType="tooltip" connectId="${PEANUT.id}"
toggle="fade"
toggleDuration="500"><span jwcid="@Insert"
value="ognl:currentTopic.shortDescriptiveText"/></span>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]