How to get rid of the "yellow" selection in xforms:repeat?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How to get rid of the "yellow" selection in xforms:repeat?

Helsing, Patrik
How to get rid of the "yellow" selection in xforms:repeat?

Hi!

I use the xforms:repeat construct to build a read-only view (or report you could call it).

I am not interested in letting the user "select" or "mark" anything so how do I get rid
of the yellowish marking that Orbeon XForms put on the "active"/"selected" row?

Cheers,
Patrik Helsing
Senior Software Engineer
Cardiac Rhythm Management Division
 
St. Jude Medical
Veddestavägen 19
SE-175 84 Järfälla, Sweden
Tel +46 8 474 4560
[hidden email]

 
This communication, including any attachments, may contain information that is proprietary, privileged, confidential or legally exempt from disclosure. If you are not a named addressee, you are hereby notified that you are not authorized to read, print, retain a copy of or disseminate any portion of this communication without the consent of the sender and that doing so may be unlawful. If you have received this communication in error, please immediately notify the sender via return e-mail and delete it from your system.

--
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
Reply | Threaded
Open this post in threaded view
|

Re: How to get rid of the "yellow" selection in xforms:repeat?

Hank Ratzesberger

Patrik,

A quick fix is to re-define the style.  I'm not completely
sure of these now, use firebug to locate them.

Something like:

tr.xforms-repeat-selected-item-1 td {
        background-color: fff;
}

Regards,
Hank



On Feb 25, 2009, at 12:46 PM, Helsing, Patrik wrote:

> Hi!
>
> I use the xforms:repeat construct to build a read-only view (or  
> report you could call it).
>
> I am not interested in letting the user "select" or "mark" anything  
> so how do I get rid
> of the yellowish marking that Orbeon XForms put on the  
> "active"/"selected" row?
>
> Cheers,
> Patrik Helsing
> Senior Software Engineer
> Cardiac Rhythm Management Division
>
> St. Jude Medical
> Veddestavägen 19
> SE-175 84 Järfälla, Sweden
> Tel +46 8 474 4560
> [hidden email]
>
>
> This communication, including any attachments, may contain  
> information that is proprietary, privileged, confidential or  
> legally exempt from disclosure. If you are not a named addressee,  
> you are hereby notified that you are not authorized to read, print,  
> retain a copy of or disseminate any portion of this communication  
> without the consent of the sender and that doing so may be  
> unlawful. If you have received this communication in error, please  
> immediately notify the sender via return e-mail and delete it from  
> your system.
>
> --
> 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
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: How to get rid of the "yellow" selection in xforms:repeat?

Erik Bruchez
Administrator
Or "background-color: transparent". Here are the rules we use in Form  
Runner:

.xforms-repeat-selected-item-1 { background-color: transparent }
.xforms-repeat-selected-item-2 { background-color: transparent }
.xforms-repeat-selected-item-3 { background-color: transparent }
.xforms-repeat-selected-item-4 { background-color: transparent }

-Erik

On Feb 25, 2009, at 1:33 PM, Hank Ratzesberger wrote:

>
> Patrik,
>
> A quick fix is to re-define the style.  I'm not completely
> sure of these now, use firebug to locate them.
>
> Something like:
>
> tr.xforms-repeat-selected-item-1 td {
> background-color: fff;
> }
>
> Regards,
> Hank
>
>
>
> On Feb 25, 2009, at 12:46 PM, Helsing, Patrik wrote:
>
>> Hi!
>>
>> I use the xforms:repeat construct to build a read-only view (or  
>> report you could call it).
>>
>> I am not interested in letting the user "select" or "mark" anything  
>> so how do I get rid
>> of the yellowish marking that Orbeon XForms put on the  
>> "active"/"selected" row?
>>
>> Cheers,
>> Patrik Helsing
>> Senior Software Engineer
>> Cardiac Rhythm Management Division
>>
>> St. Jude Medical
>> Veddestavägen 19
>> SE-175 84 Järfälla, Sweden
>> Tel +46 8 474 4560
>> [hidden email]
>>
>>
>> This communication, including any attachments, may contain  
>> information that is proprietary, privileged, confidential or  
>> legally exempt from disclosure. If you are not a named addressee,  
>> you are hereby notified that you are not authorized to read, print,  
>> retain a copy of or disseminate any portion of this communication  
>> without the consent of the sender and that doing so may be  
>> unlawful. If you have received this communication in error, please  
>> immediately notify the sender via return e-mail and delete it from  
>> your system.
>>
>> --
>> 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
>
> Hank Ratzesberger
> NEES@UCSB
> Institute for Crustal Studies,
> University of California, Santa Barbara
> 805-893-8042
>
>
>
>
>
>
> --
> 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 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
Reply | Threaded
Open this post in threaded view
|

RE: Re: Re: How to get rid of the "yellow" selection in xforms:repeat?

Helsing, Patrik
Thanks! :-)

/Patrik

-----Original Message-----
From: Erik Bruchez [mailto:[hidden email]]
Sent: den 25 februari 2009 23:01
To: [hidden email]
Subject: [ops-users] Re: Re: How to get rid of the "yellow" selection in xforms:repeat?

Or "background-color: transparent". Here are the rules we use in Form  
Runner:

.xforms-repeat-selected-item-1 { background-color: transparent }
.xforms-repeat-selected-item-2 { background-color: transparent }
.xforms-repeat-selected-item-3 { background-color: transparent }
.xforms-repeat-selected-item-4 { background-color: transparent }

-Erik

On Feb 25, 2009, at 1:33 PM, Hank Ratzesberger wrote:

>
> Patrik,
>
> A quick fix is to re-define the style.  I'm not completely
> sure of these now, use firebug to locate them.
>
> Something like:
>
> tr.xforms-repeat-selected-item-1 td {
> background-color: fff;
> }
>
> Regards,
> Hank
>
>
>
> On Feb 25, 2009, at 12:46 PM, Helsing, Patrik wrote:
>
>> Hi!
>>
>> I use the xforms:repeat construct to build a read-only view (or  
>> report you could call it).
>>
>> I am not interested in letting the user "select" or "mark" anything  
>> so how do I get rid
>> of the yellowish marking that Orbeon XForms put on the  
>> "active"/"selected" row?
>>
>> Cheers,
>> Patrik Helsing
>> Senior Software Engineer
>> Cardiac Rhythm Management Division
>>
>> St. Jude Medical
>> Veddestavägen 19
>> SE-175 84 Järfälla, Sweden
>> Tel +46 8 474 4560
>> [hidden email]
>>
>>
>> This communication, including any attachments, may contain  
>> information that is proprietary, privileged, confidential or  
>> legally exempt from disclosure. If you are not a named addressee,  
>> you are hereby notified that you are not authorized to read, print,  
>> retain a copy of or disseminate any portion of this communication  
>> without the consent of the sender and that doing so may be  
>> unlawful. If you have received this communication in error, please  
>> immediately notify the sender via return e-mail and delete it from  
>> your system.
>>
>> --
>> 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
>
> Hank Ratzesberger
> NEES@UCSB
> Institute for Crustal Studies,
> University of California, Santa Barbara
> 805-893-8042
>
>
>
>
>
>
> --
> 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 for the Enterprise Done the Right Way
http://www.orbeon.com/

This communication, including any attachments, may contain information that is proprietary, privileged, confidential or legally exempt from disclosure.  If you are not a named addressee, you are hereby notified that you are not authorized to read, print, retain a copy of or disseminate any portion of this communication without the consent of the sender and that doing so may be unlawful.  If you have received this communication in error, please immediately notify the sender via return e-mail and delete it from your system.


--
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