Hi all,
I'm trying to set the label on a dialog by using the @ref and its not working. See the attached example. Is this a bug?? Steve -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Steve Lenhart wrote:
> Hi all, > > I'm trying to set the label on a dialog by using the @ref and its not > working. See the attached example. Is this a bug?? Bug or missing feature. The server sends the client the information about the label, but the client doesn't seem to do anything with it. I entered a bug: http://forge.objectweb.org/tracker/index.php?func=detail&aid=306445&group_id=168&atid=350207 -Erik -- Orbeon Forms - XForms Everywhere http://www.orbeon.com/blog/ -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Steve,
This is now implemented. You'll let us know how it works for you. Alex On 11/29/06, Erik Bruchez <[hidden email]> wrote: > Steve Lenhart wrote: > > Hi all, > > > > I'm trying to set the label on a dialog by using the @ref and its not > > working. See the attached example. Is this a bug?? > > Bug or missing feature. The server sends the client the information > about the label, but the client doesn't seem to do anything with it. I > entered a bug: > > http://forge.objectweb.org/tracker/index.php?func=detail&aid=306445&group_id=168&atid=350207 > > -Erik > > -- > Orbeon Forms - XForms Everywhere > http://www.orbeon.com/blog/ > > > > > -- > 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 > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > > -- Blog (XML, Web apps, Open Source): http://www.orbeon.com/blog/ -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Alex,
Works peferctly. Thanks! Steve Alessandro Vernet wrote: Steve, -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws slenhart.vcf (314 bytes) Download Attachment |
In reply to this post by Alessandro Vernet
its noit working with orbeon version 3.7 beta1.
example from http://forge.objectweb.org/tracker/index.php?func=detail&aid=306445&group_id=168&atid=350207 its not working
|
Administrator
|
On Mon, Oct 6, 2008 at 3:14 AM, МОНАХ <[hidden email]> wrote:
> its noit working with orbeon version 3.7 beta1. > > example from > http://forge.objectweb.org/tracker/index.php?func=detail&aid=306445&group_id=168&atid=350207 > its not working Good catch. It looks like this has been fixed at some point but has been broken since then. I reopened the bug. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ 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 |
Hi,
First of all thanks orbeon developers for their very good work, About the bug: I assume the bug is still opened, as I experience it in orbeon 3.8. This bug is really blocking for i18n purposes... For those who are still stucked, here is my (temporary & merely "brutal") css-based solution: <xxforms:dialog id="mainDialog" class="xbl-dialog-searchControlDialog" appearance="full"> <xhtml:div class="hd"> <xforms:output ref="$local-resources/label[@name='dialogTitle']"></xforms:output> </xhtml:div> <xforms:label ref="$local-resources/label[@name='dialogTitle']"></xforms:label> .... </xxforms:dialog> create a div with class="hd" (built-in class used by orbeon) and customize your "hd" css class as following: /*fix orbeon bug*/ .xbl-dialog-searchControlDialog .bd div.hd { position: relative; top: -33px; margin-left: -10px; border: none; display:inline; background:transparent; } be sure to be precise when pointing on your div tag, and leave the original label (it will keep the original shape of the dialog header).The div will cover the dialog header. Hope that it maybe help somebody. Best regards, Thomas.
|
Free forum by Nabble | Edit this page |