Focal Point
[SOLVED] Two-Line Button Value?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4737003776

July 17, 2015, 01:36 PM
Craig R.
[SOLVED] Two-Line Button Value?
I have a button with a value of "Save Parameters" (kind of wide!). In App Studio, is there a way for me to configure this so that "Save" appears over the word "Parameters"? I can do this in Dev Studio, where I can open the HTML file in Text Editor, but...

Craig

This message has been edited. Last edited by: Craig R.,


v8.1.04, 64-bit Windows (Reporting Server), Apache Tomcat (Web/App Server), HTML, PDF, AHTML, Excel outputs
July 17, 2015, 02:04 PM
Rob Bowen
Add the following to your css stylesheet.

input[type="button"] {
white-space: normal
}


WebFOCUS 8.1.04; SQL Server 2012; Windows 7; Windows Server 2012 R2;
July 20, 2015, 02:54 AM
Tony A
You can set the "white-space" value under properties/text for the button within the HTML composer.


T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
July 20, 2015, 08:03 AM
Craig R.
Thanks, guys! Will give this a try...

Craig


v8.1.04, 64-bit Windows (Reporting Server), Apache Tomcat (Web/App Server), HTML, PDF, AHTML, Excel outputs
July 20, 2015, 08:21 AM
Craig R.
Tony, your suggestion was easier (to me, anyway!), so I tried it first. Worked fine!

Thanks again.

Craig


v8.1.04, 64-bit Windows (Reporting Server), Apache Tomcat (Web/App Server), HTML, PDF, AHTML, Excel outputs