It is fairly easy to style a textfield as plain text by disabling the border 
and giving it a transparent background color:

input[readonly=readonly] {
        border: none;
        background: transparent;
}

-Stijn

-----Original Message-----
From: Entropy [mailto:[email protected]] 
Sent: vrijdag 28 februari 2014 20:33
To: [email protected]
Subject: Show textfield as plaintext when disabled?

Is there a way to have my textfield show as plain text when in a readonly mode 
rather than as a disabled textbox?

Backup question: I can imagine making a panel to do this...having a textfield 
and label and hiding whichever I didn't want, but I would want my panel to bind 
to a textbox in the parent page and replace that tag (otherwise I would have 
two textboxes, right).  How would I go about that?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Show-textfield-as-plaintext-when-disabled-tp4664723.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to