|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
Value text in control pages doesn't wrap.
| Author |
Message |
|
bobeast
Joined: Apr 16, 2003 Posts: 391
|
 Value text in control pages doesn't wrap.
Hi Matt,
I'm putting together a control page to display weather station info on my iPhone. Unfortunately, it appears that Display Variable Value does not wrap text. So if my variable value contains a long string, there does not appear to be a way to increase the vertical size of the <<value>> field and have the text wrap.
I'm trying to use the Control Page editor to set up my iPhone pages which necessitates the use of large fonts, so wrapping string support would really add a lot of flexibility.
Is there a way?
Bob E.
_________________ Choose to chance the rapids.
Dare to dance the tide.
|
| Sat Dec 15, 2007 6:47 pm |
|
 |
|
matt (support)
Site Admin
Joined: Jan 27, 2003 Posts: 11682 Location: Texas
|
 Re: Value text in control pages doesn't wrap.
Hi Bob,
Inside the IndigoWebServer, you can try editing the CSS file for this element:
- Code: Select all
.pageElement .controlValue { overflow: hidden; white-space: nowrap; }
so that it allows wrapping. It may not be quite that easy, of course. But that is where I would start. The HTML template file of interest would be _pageelem.html in case you need to edit that.
Regards,
Matt
|
| Mon Dec 17, 2007 7:04 pm |
|
 |
|
bobeast
Joined: Apr 16, 2003 Posts: 391
|
 Re: Value text in control pages doesn't wrap.
support wrote:Hi Bob, Inside the IndigoWebServer, you can try editing the CSS file for this element: - Code: Select all
.pageElement .controlValue { overflow: hidden; white-space: nowrap; }
so that it allows wrapping. It may not be quite that easy, of course. But that is where I would start. The HTML template file of interest would be _pageelem.html in case you need to edit that. Regards, Matt
Thanks Matt. I'll give this a try.
_________________ Choose to chance the rapids.
Dare to dance the tide.
|
| Mon Dec 17, 2007 7:22 pm |
|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 2 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|