Hi,
Iam new to orbeon i need help in this
I have one dropdown where iam selecting different values
,how can i make a value highlighted of the dropdown on selecting a particular
value of that dropdown
Thanks and Regards,
K Gopikrishna Reddy
This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only by intended recipients. Unauthorized access to this e-mail (or attachments) and disclosure or copying of its contents or any action taken in reliance on it is unlawful. Unintended recipients must notify the sender immediately by e-mail/phone & delete it from their system without making any copies or disclosing it to a third person. |
Administrator
|
On Fri, May 16, 2008 at 9:40 PM, Reddy, Gopikrishna
<[hidden email]> wrote: > Iam new to orbeon i need help in this > I have one dropdown where iam selecting different values ,how can i make a > value highlighted of the dropdown on selecting a particular value of that > dropdown I don't quite understand the highlighting part. Drop-downs behave like regular HTML drop-downs. When you select a value, it is automatically selected in the drop-down. Would you like to highlight the value somewhere else? 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 |
Here Iam showing the dropdown as appearance="xxforms:menu" Iam sending my code as it looks like tab now i want to make highlighted of that particular tab if i select any particular tab <xforms:group bind="PEID"> <xforms:select1 ref="instance('main-instance')//status" appearance="xxforms:menu" > <xforms:item> <xforms:label>Owner</xforms:label> <xforms:value>1</xforms:value> </xforms:item> <xforms:item> <xforms:label>Additional Owner</xforms:label> <xforms:value>2</xforms:value> </xforms:item> <xforms:item> <xforms:label>Insured</xforms:label> <xforms:value>3</xforms:value> </xforms:item> <xforms:item> <xforms:label>Second Insured</xforms:label> <xforms:value>4</xforms:value> </xforms:item> <xforms:item> <xforms:label>Premium Payor</xforms:label> <xforms:value>5</xforms:value> </xforms:item> <xforms:item> <xforms:label>Collateral Assignment</xforms:label> <xforms:value>6</xforms:value> </xforms:item> <xforms:item> <xforms:label>MEC/Tax</xforms:label> <xforms:value>7</xforms:value> </xforms:item> <xforms:item> <xforms:label>Other/Triggers</xforms:label> <xforms:value>8</xforms:value> </xforms:item> <xforms:action ev:event="xforms-value-changed"> </xforms:action> </xforms:select1> ________________________________ From: [hidden email] on behalf of Alessandro Vernet Sent: Sat 5/17/2008 12:49 PM To: [hidden email] Subject: [ops-users] Re: RE:Select1+highlighting On Fri, May 16, 2008 at 9:40 PM, Reddy, Gopikrishna <[hidden email]> wrote: > Iam new to orbeon i need help in this > I have one dropdown where iam selecting different values ,how can i make a > value highlighted of the dropdown on selecting a particular value of that > dropdown I don't quite understand the highlighting part. Drop-downs behave like regular HTML drop-downs. When you select a value, it is automatically selected in the drop-down. Would you like to highlight the value somewhere else? 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 This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only by intended recipients. Unauthorized access to this e-mail (or attachments) and disclosure or copying of its contents or any action taken in reliance on it is unlawful. Unintended recipients must notify the sender immediately by e-mail/phone & delete it from their system without making any copies or disclosing it to a third person. -- 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 winmail.dat (16K) Download Attachment |
Can anybody help me out in this
Here Iam showing the dropdown as appearance="xxforms:menu"
Iam sending my code as it looks like tab now i want to make
highlighted of that particular tab if i select any particular tab
<xforms:group bind="PEID">
<xforms:select1 ref="instance('main-instance')//status" appearance="xxforms:menu" > <xforms:item> <xforms:label>Owner</xforms:label> <xforms:value>1</xforms:value> </xforms:item> <xforms:item> <xforms:label>Additional Owner</xforms:label> <xforms:value>2</xforms:value> </xforms:item> <xforms:item> <xforms:label>Insured</xforms:label> <xforms:value>3</xforms:value> </xforms:item> <xforms:item> <xforms:label>Second Insured</xforms:label> <xforms:value>4</xforms:value> </xforms:item> <xforms:item> <xforms:label>Premium Payor</xforms:label> <xforms:value>5</xforms:value> </xforms:item> <xforms:item> <xforms:label>Collateral Assignment</xforms:label> <xforms:value>6</xforms:value> </xforms:item> <xforms:item> <xforms:label>MEC/Tax</xforms:label> <xforms:value>7</xforms:value> </xforms:item> <xforms:item> <xforms:label>Other/Triggers</xforms:label> <xforms:value>8</xforms:value> </xforms:item> <xforms:action ev:event="xforms-value-changed"> </xforms:action> </xforms:select1> Thanks and Regards,
K Gopikrishna Reddy
From: [hidden email] on behalf
of Alessandro Vernet
Sent: Sat 5/17/2008 12:49 PM To: [hidden email] Subject: [ops-users] Re: RE:Select1+highlighting On Fri, May 16, 2008 at 9:40 PM, Reddy,
Gopikrishna This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only by intended recipients. Unauthorized access to this e-mail (or attachments) and disclosure or copying of its contents or any action taken in reliance on it is unlawful. Unintended recipients must notify the sender immediately by e-mail/phone & delete it from their system without making any copies or disclosing it to a third person. |
Free forum by Nabble | Edit this page |