Hi, Iam new to Orbeon Can anyone help me out in
this
Here Iam showing the dropdown as appearance="xxforms:menu" (which looks
like tab)
Iam sending my code as it looks like tab now i want to make highlighted (with some colour) 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 in advance, 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. |
Free forum by Nabble | Edit this page |