Hi,
I have a requirement to show tooltips on a select1 tree, I see from the yahoo library that it does set the text of the link it is provided and so thought a great extension to orbeon would be to do the following: <xf:select1 bind="id" appearance="xxf:tree" id="tree1" incremental="true" class="xforms-show-tooltip"> <xf:itemset nodeset="instance('opmlInstance')/body/outline//outline"> <xf:label> <xf:output ref="@title"/> </xf:label> <xf:hint> <xf:output ref="@text"/> </xf:hint> <xf:value ref="@id"/> </xf:itemset> </xf:select1> the hint gets set on the links as title="{content of hint}" This doesnt work (at least not yet ...) Is there any way to do this with the current 3.8 release? Andy Bailey -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Andy,
This could certainly make sense. It would require the server-side Java code to be changed to keep track of the "hint" as an additional "property" of items. The server would need to pass that information to the client, and the JavaScript code would pass it as appropriate to YUI. Alex On Wed, Jul 7, 2010 at 4:40 PM, Andrew Bailey <[hidden email]> wrote: > Hi, > > I have a requirement to show tooltips on a select1 tree, > > I see from the yahoo library that it does set the text of the link it > is provided and so thought a great extension to orbeon would be to do > the following: > > <xf:select1 bind="id" appearance="xxf:tree" id="tree1" > incremental="true" class="xforms-show-tooltip"> > <xf:itemset > nodeset="instance('opmlInstance')/body/outline//outline"> > <xf:label> > <xf:output ref="@title"/> > </xf:label> > <xf:hint> > <xf:output ref="@text"/> > </xf:hint> > <xf:value ref="@id"/> > </xf:itemset> > </xf:select1> > > the hint gets set on the links as title="{content of hint}" > > This doesnt work (at least not yet ...) > > Is there any way to do this with the current 3.8 release? > > Andy Bailey > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Alex,
Thanks for the reply. It would be great if you could consider this functionality for the next release. I have never looked at the orbeon source code and sounds a bit complex to implement as my first venture into changing orbeon. Is there any way to do this with the current 3.8 release? Andy On Thu, Jul 8, 2010 at 8:43 PM, Alessandro Vernet <[hidden email]> wrote: > Andy, > > This could certainly make sense. It would require the server-side Java > code to be changed to keep track of the "hint" as an additional > "property" of items. The server would need to pass that information to > the client, and the JavaScript code would pass it as appropriate to > YUI. > > Alex > > On Wed, Jul 7, 2010 at 4:40 PM, Andrew Bailey <[hidden email]> wrote: >> Hi, >> >> I have a requirement to show tooltips on a select1 tree, >> >> I see from the yahoo library that it does set the text of the link it >> is provided and so thought a great extension to orbeon would be to do >> the following: >> >> <xf:select1 bind="id" appearance="xxf:tree" id="tree1" >> incremental="true" class="xforms-show-tooltip"> >> <xf:itemset >> nodeset="instance('opmlInstance')/body/outline//outline"> >> <xf:label> >> <xf:output ref="@title"/> >> </xf:label> >> <xf:hint> >> <xf:output ref="@text"/> >> </xf:hint> >> <xf:value ref="@id"/> >> </xf:itemset> >> </xf:select1> >> >> the hint gets set on the links as title="{content of hint}" >> >> This doesnt work (at least not yet ...) >> >> Is there any way to do this with the current 3.8 release? >> >> Andy Bailey >> >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> > > > > -- > Orbeon Forms - Web forms, open-source, for the Enterprise - > http://www.orbeon.com/ > My Twitter: http://twitter.com/avernet > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
I am out of the office until 26th July *********************************************************************************************** This email, including any attachment, is confidential and may be legally privileged. If you are not the intended recipient or if you have received this email in error, please inform the sender immediately by reply and delete all copies from your system. Do not retain, copy, disclose, distribute or otherwise use any of its contents.
Whilst we have taken reasonable precautions to ensure that this email has been swept for computer viruses, we cannot guarantee that this email does not contain such material and we therefore advise you to carry out your own virus checks. We do not accept liability for any damage or losses sustained as a result of such material.
Please note that incoming and outgoing email communications passing through our IT systems may be monitored and/or intercepted by us solely to determine whether the content is business related and compliant with company standards. *********************************************************************************************** The Stationery Office Limited is registered in England No. 3049649 at 10 Eastbourne Terrace, London, W2 6LG
|
Administrator
|
In reply to this post by Andrew Bailey
Andy,
If we implement this in the near future, it will be because a client with a Development Support subscription sponsors this, as we have no immediate plans of adding this feature. Alex On Sun, Jul 11, 2010 at 7:10 PM, Andrew Bailey <[hidden email]> wrote: > Alex, > > Thanks for the reply. > It would be great if you could consider this functionality for the next release. > > I have never looked at the orbeon source code and sounds a bit complex > to implement as my first venture into changing orbeon. > > Is there any way to do this with the current 3.8 release? > > Andy > > On Thu, Jul 8, 2010 at 8:43 PM, Alessandro Vernet <[hidden email]> wrote: >> Andy, >> >> This could certainly make sense. It would require the server-side Java >> code to be changed to keep track of the "hint" as an additional >> "property" of items. The server would need to pass that information to >> the client, and the JavaScript code would pass it as appropriate to >> YUI. >> >> Alex >> >> On Wed, Jul 7, 2010 at 4:40 PM, Andrew Bailey <[hidden email]> wrote: >>> Hi, >>> >>> I have a requirement to show tooltips on a select1 tree, >>> >>> I see from the yahoo library that it does set the text of the link it >>> is provided and so thought a great extension to orbeon would be to do >>> the following: >>> >>> <xf:select1 bind="id" appearance="xxf:tree" id="tree1" >>> incremental="true" class="xforms-show-tooltip"> >>> <xf:itemset >>> nodeset="instance('opmlInstance')/body/outline//outline"> >>> <xf:label> >>> <xf:output ref="@title"/> >>> </xf:label> >>> <xf:hint> >>> <xf:output ref="@text"/> >>> </xf:hint> >>> <xf:value ref="@id"/> >>> </xf:itemset> >>> </xf:select1> >>> >>> the hint gets set on the links as title="{content of hint}" >>> >>> This doesnt work (at least not yet ...) >>> >>> Is there any way to do this with the current 3.8 release? >>> >>> Andy Bailey >>> >>> >>> -- >>> You receive this message as a subscriber of the [hidden email] mailing list. >>> To unsubscribe: mailto:[hidden email] >>> For general help: mailto:[hidden email]?subject=help >>> OW2 mailing lists service home page: http://www.ow2.org/wws >>> >>> >> >> >> >> -- >> Orbeon Forms - Web forms, open-source, for the Enterprise - >> http://www.orbeon.com/ >> My Twitter: http://twitter.com/avernet >> >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
I am out of the office until 26th July *********************************************************************************************** This email, including any attachment, is confidential and may be legally privileged. If you are not the intended recipient or if you have received this email in error, please inform the sender immediately by reply and delete all copies from your system. Do not retain, copy, disclose, distribute or otherwise use any of its contents.
Whilst we have taken reasonable precautions to ensure that this email has been swept for computer viruses, we cannot guarantee that this email does not contain such material and we therefore advise you to carry out your own virus checks. We do not accept liability for any damage or losses sustained as a result of such material.
Please note that incoming and outgoing email communications passing through our IT systems may be monitored and/or intercepted by us solely to determine whether the content is business related and compliant with company standards. *********************************************************************************************** The Stationery Office Limited is registered in England No. 3049649 at 10 Eastbourne Terrace, London, W2 6LG
|
Free forum by Nabble | Edit this page |