| Author |
HTML Placeholder line wrap
|
|
|
| I have a HTML Placeholderin a table cell that by the UI design needs to be a
limited width. I have found that the user can enter text into the
placeholder beyond this width amount and the control will scroll to
accomidate this. What I would like is to lock the placeholder to the width
and have the text wrap when it gets to the edge. Is this possible or does
the user just have to preview and make sure the table is not being expanded?
| |
| Stefan [MSFT] 2004-12-27, 5:48 pm |
| Hi Marc,
then you need to write a custom placeholder control.
The default html placeholder control does not allow this.
Cheers,
Stefan.
"Marc" <Marc@discussions.microsoft.com> wrote in message
news:2F7087D2-5480-4767-AE66-1E334705800A@microsoft.com...
> I have a HTML Placeholderin a table cell that by the UI design needs to be
a
> limited width. I have found that the user can enter text into the
> placeholder beyond this width amount and the control will scroll to
> accomidate this. What I would like is to lock the placeholder to the
width
> and have the text wrap when it gets to the edge. Is this possible or does
> the user just have to preview and make sure the table is not being
expanded?
| |
|
| Thanks Stefan...that is what I thought.
"Marc" wrote:
> I have a HTML Placeholderin a table cell that by the UI design needs to be a
> limited width. I have found that the user can enter text into the
> placeholder beyond this width amount and the control will scroll to
> accomidate this. What I would like is to lock the placeholder to the width
> and have the text wrap when it gets to the edge. Is this possible or does
> the user just have to preview and make sure the table is not being expanded?
|
|
|
|