Hello, How to change the xforms:input text box value color. I want
to display a default value with some color. I used the following lines in style tag @namespace
xforms url("http://www.w3.org/2002/xforms"); .PersonGivenName .xforms-value
{color:#336600;} And used that class in xforms:input. But still there is no change in the color.Can anybody suggest to change
the textbox text color? -Prameela. -- 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, While using the builder, I came across few issues when
designing a Form. 1. The grid control is not allowing
adding more than four columns? How can do that? 2. Also grid column do not span over columns i.e. colspan is
not working over TD’s ( HTML <xhtml:td colspan=”3”>). Even handcoding the colspan in the
xhtml:td tag do no work, instead it supports ‘rowspan’ for rows. How can I achieve column spanning ? Regards, Naresh
Vaddepalli DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails. -- 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 |
In reply to this post by Prameela R
Hi Prameela,
For ur req,just use css and extend that class in text box.
On Thu, Apr 2, 2009 at 5:16 PM, Prameela R <[hidden email]> wrote:
-- 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
|
In reply to this post by Naresh Vaddepalli
> While using the builder, I came across few issues when designing a
> Form. > > 1. The grid control is not allowing adding more than four columns? > How can do that? Well it is currently hard-coded to maximize to 4 columns, for layout reasons. > 2. Also grid column do not span over columns i.e. colspan is not > working over TD’s ( HTML <xhtml:td colspan=”3”>). > Even handcoding the colspan in the xhtml:td tag do no work, > instead it supports ‘rowspan’ for rows. > How can I achieve column spanning ? Again, this is not implemented yet. We implemented rowspan but not colspan! -Erik -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 |
Free forum by Nabble | Edit this page |