Hii
Can someone tell me how can we use a newline character in screen widgets(like we give <br> in html)....as of now am not using any style sheets.. Thankyou |
Adithi,
You may use a blank <container/> tag for the purpose. Regards Harsha adithi agarwal wrote: > Hii > Can someone tell me how can we use a newline character in screen widgets(like we give <br> in html)....as of now am not using any style sheets.. > > Thankyou > > > > > |
In reply to this post by myofbiz
Thanks for your reply Harsha but it did not work..
I actually have the 2 labels in two different lines but they were looking two close so I was trying to give some gap between two lines.....</container> did not work Regards ----- Original Message ---- From: Harsha Chadhar <[hidden email]> To: [hidden email] Sent: Monday, September 29, 2008 6:15:22 AM Subject: Re: newline in widgets.. Adithi, You may use a blank <container/> tag for the purpose. Regards Harsha adithi agarwal wrote: > Hii > Can someone tell me how can we use a newline character in screen widgets(like we give <br> in html)....as of now am not using any style sheets.. > > Thankyou > > > > > |
Hello Aditi,
In Screen widget the you may separate two successive line using <horizontal-separator/> put it in between two labels. But I think it will separate it by a bar. - Rishi Solanki On Mon, Sep 29, 2008 at 7:19 PM, adithi agarwal <[hidden email]>wrote: > Thanks for your reply Harsha but it did not work.. > I actually have the 2 labels in two different lines but they were looking > two close so I was trying to give some gap between two > lines.....</container> did not work > > Regards > > > > ----- Original Message ---- > From: Harsha Chadhar <[hidden email]> > To: [hidden email] > Sent: Monday, September 29, 2008 6:15:22 AM > Subject: Re: newline in widgets.. > > Adithi, > You may use a blank <container/> tag for the purpose. > Regards > Harsha > > adithi agarwal wrote: > > Hii > > Can someone tell me how can we use a newline character in screen > widgets(like we give <br> in html)....as of now am not using any style > sheets.. > > > > Thankyou > > > > > > > > > > > > > > -- Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. |
In reply to this post by myofbiz
yeah it separates with a bar in between..
Thankyou ----- Original Message ---- From: Rishi Solanki <[hidden email]> To: [hidden email] Sent: Monday, September 29, 2008 6:59:36 AM Subject: Re: newline in widgets.. Hello Aditi, In Screen widget the you may separate two successive line using <horizontal-separator/> put it in between two labels. But I think it will separate it by a bar. - Rishi Solanki On Mon, Sep 29, 2008 at 7:19 PM, adithi agarwal <[hidden email]>wrote: > Thanks for your reply Harsha but it did not work.. > I actually have the 2 labels in two different lines but they were looking > two close so I was trying to give some gap between two > lines.....</container> did not work > > Regards > > > > ----- Original Message ---- > From: Harsha Chadhar <[hidden email]> > To: [hidden email] > Sent: Monday, September 29, 2008 6:15:22 AM > Subject: Re: newline in widgets.. > > Adithi, > You may use a blank <container/> tag for the purpose. > Regards > Harsha > > adithi agarwal wrote: > > Hii > > Can someone tell me how can we use a newline character in screen > widgets(like we give <br> in html)....as of now am not using any style > sheets.. > > > > Thankyou > > > > > > > > > > > > > > -- Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. |
In reply to this post by myofbiz
are you wanting to have different rows, if so that is covered in the
Style sheets. if you wanting to block a text use div, this is also covered by classes in the Style sheet. This was a philosophy developed on presentation layout some time ago. Your other option is to use an ftl called by a widget so you can format the way you want. <platform-specific> <html><html-templatelocation="component://componetname/webapp/optinalfoldercompontname/optionsfolder/FindTask.ftl"/></html> </platform-specific> adithi agarwal sent the following on 9/29/2008 5:43 AM: > Hii > Can someone tell me how can we use a newline character in screen widgets(like we give <br> in html)....as of now am not using any style sheets.. > > Thankyou > > > > |
In reply to this post by myofbiz
The screen widgets were not intended to contain styling code - that way they can be used for multiple rendering platforms.
The only way to change the spacing of your widget elements is through a style sheet - that is by design. -Adrian --- On Mon, 9/29/08, adithi agarwal <[hidden email]> wrote: > From: adithi agarwal <[hidden email]> > Subject: newline in widgets.. > To: "[hidden email]" <[hidden email]> > Date: Monday, September 29, 2008, 5:43 AM > Hii > Can someone tell me how can we use a newline character in > screen widgets(like we give <br> in html)....as of now > am not using any style sheets.. > > Thankyou |
In reply to this post by myofbiz
I am building a web store based on OFBiz that implements a complex
ordering procedure (our product requires a lot of data from the customer.) We have function working well to collect product implementation information from the customer and expect to go live in the next few months. However, while checking out the site using Firefox and IE7 I noticed that IE7 flashes the logo the first time a page is displayed then displays blank space where the logo should be. I uploaded our logo and connected it to the standard web site in the back office. The html for the logo is the normal generated by OFBiz: <div id="left"> <img src="/images/TestTrialogueLogo.png" alt="Logo"/> </div> This happens on every page in IE 7. In addition, the [Next] buttons in the checkout sequence are displayed at the far right, under the information column, making them hard for a customer to find. Everything works as expected in Firefox! Does anyone have any suggestions about the causes or fixes for these IE 7 issues? -- Jack D. McKinney Walnut Glenn Systems 5001 Jennie Kate Lane Lexington, KY 40510 Phone: 859.233.4299 Cell: 859.433.4299 |
Administrator
|
Works well OOTB (just checked), no ideas
Jacques From: "Jack McKinney" <[hidden email]> >I am building a web store based on OFBiz that implements a complex > ordering procedure (our product requires a lot of data from the customer.) > > We have function working well to collect product implementation > information from the customer and expect to go live in the next few months. > > However, while checking out the site using Firefox and IE7 I noticed > that IE7 flashes the logo the first time a page is displayed then > displays blank space where the logo should be. I uploaded our logo and > connected it to the standard web site in the back office. The html for > the logo is the normal generated by OFBiz: > <div id="left"> > <img src="/images/TestTrialogueLogo.png" alt="Logo"/> > </div> > This happens on every page in IE 7. > > In addition, the [Next] buttons in the checkout sequence are displayed > at the far right, under the information column, making them hard for a > customer to find. > > Everything works as expected in Firefox! > > Does anyone have any suggestions about the causes or fixes for these IE > 7 issues? > > -- > Jack D. McKinney > Walnut Glenn Systems > 5001 Jennie Kate Lane > Lexington, KY 40510 > Phone: 859.233.4299 > Cell: 859.433.4299 > |
In reply to this post by myofbiz
All,
I am sending email confirmation without attachment. I would like to format bodytext using textarea.default-value. Is it any way add line feed character into bodyText text? example instead of having Mr Brown, thank you for your order ... have Mr Brown, thank you for your order ... Jacek |
are you following the standard format for generating emails?
if so you can define and html and use html code for a break. however if you looking for manual way to input in to a text area then use the unix convention of \n (linefeed) then \r is a carriage return and will give you a double linefeed. Jacek Wagner sent the following on 12/17/2008 11:06 AM: > All, > > I am sending email confirmation without attachment. I would like to > format bodytext using textarea.default-value. > Is it any way add line feed character into bodyText text? > > example instead of having > Mr Brown, thank you for your order ... > have > Mr Brown, > thank you for your order > ... > > Jacek > > |
Sorry it did not do it. --Jacek
<field name="bodyText"><textarea default-value="${name}, \n\r Thank you for ordering Birthday Party Event. This is to confirm that we received your order ${orderId} for the workshop ${productName}. The show start on ${eventDate} at ${eventTime}. Please give yourself 15 minutes before the beginning of the workshop. Thank you for your order. Sincerely, LHS"/></field> BJ Freeman wrote: > are you following the standard format for generating emails? > if so you can define and html and use html code for a break. > however if you looking for manual way to input in to a text area then > use the unix convention of \n (linefeed) then \r is a carriage return > and will give you a double linefeed. > > > > Jacek Wagner sent the following on 12/17/2008 11:06 AM: > >> All, >> >> I am sending email confirmation without attachment. I would like to >> format bodytext using textarea.default-value. >> Is it any way add line feed character into bodyText text? >> >> example instead of having >> Mr Brown, thank you for your order ... >> have >> Mr Brown, >> thank you for your order >> ... >> >> Jacek >> >> >> |
Ok your right.
you must specify 'style="white-space: pre;"', which specifies pre-formatted text handling as in an HTML <pre> area. so http://www.w3schools.com/TAGS/tryit.asp?filename=tryhtml_textarea paste in <textarea cols="80" style="white-space: pre;"> At W3Schools you will find all the Web-building tutorials you need, from basic HTML to advanced XML, SQL, ASP, and PHP. Jacek Wagner sent the following on 12/17/2008 11:48 AM: > Sorry it did not do it. --Jacek > > <field name="bodyText"><textarea default-value="${name}, \n\r > Thank you for ordering Birthday Party Event. > This is to confirm that we received your order ${orderId} > for the workshop ${productName}. > The show start on ${eventDate} at ${eventTime}. > Please give yourself 15 minutes before the beginning of the > workshop. > Thank you for your order. > Sincerely, LHS"/></field> > > > BJ Freeman wrote: >> are you following the standard format for generating emails? >> if so you can define and html and use html code for a break. >> however if you looking for manual way to input in to a text area then >> use the unix convention of \n (linefeed) then \r is a carriage return >> and will give you a double linefeed. >> >> >> >> Jacek Wagner sent the following on 12/17/2008 11:06 AM: >> >>> All, >>> >>> I am sending email confirmation without attachment. I would like to >>> format bodytext using textarea.default-value. >>> Is it any way add line feed character into bodyText text? >>> >>> example instead of having >>> Mr Brown, thank you for your order ... >>> have >>> Mr Brown, >>> thank you for your order >>> ... >>> >>> Jacek >>> >>> >>> > > > |
from an ofbiz view this should be a class in the CSS.
BJ Freeman sent the following on 12/17/2008 12:11 PM: > Ok your right. > > you must specify 'style="white-space: pre;"', which specifies > pre-formatted text handling as in an HTML <pre> area. > > so > http://www.w3schools.com/TAGS/tryit.asp?filename=tryhtml_textarea > paste in > <textarea cols="80" style="white-space: pre;"> > At W3Schools you > will find all the Web-building tutorials you need, > from basic HTML to advanced XML, SQL, ASP, and PHP. > > > Jacek Wagner sent the following on 12/17/2008 11:48 AM: >> Sorry it did not do it. --Jacek >> >> <field name="bodyText"><textarea default-value="${name}, \n\r >> Thank you for ordering Birthday Party Event. >> This is to confirm that we received your order ${orderId} >> for the workshop ${productName}. >> The show start on ${eventDate} at ${eventTime}. >> Please give yourself 15 minutes before the beginning of the >> workshop. >> Thank you for your order. >> Sincerely, LHS"/></field> >> >> >> BJ Freeman wrote: >>> are you following the standard format for generating emails? >>> if so you can define and html and use html code for a break. >>> however if you looking for manual way to input in to a text area then >>> use the unix convention of \n (linefeed) then \r is a carriage return >>> and will give you a double linefeed. >>> >>> >>> >>> Jacek Wagner sent the following on 12/17/2008 11:06 AM: >>> >>>> All, >>>> >>>> I am sending email confirmation without attachment. I would like to >>>> format bodytext using textarea.default-value. >>>> Is it any way add line feed character into bodyText text? >>>> >>>> example instead of having >>>> Mr Brown, thank you for your order ... >>>> have >>>> Mr Brown, >>>> thank you for your order >>>> ... >>>> >>>> Jacek >>>> >>>> >>>> >> >> > |
BJ Freeman wrote:
> from an ofbiz view this should be a class in the CSS. > > BJ Freeman sent the following on 12/17/2008 12:11 PM: > >> Ok your right. >> >> you must specify 'style="white-space: pre;"', which specifies >> pre-formatted text handling as in an HTML <pre> area. >> >> so >> http://www.w3schools.com/TAGS/tryit.asp?filename=tryhtml_textarea >> paste in >> <textarea cols="80" style="white-space: pre;"> >> At W3Schools you >> will find all the Web-building tutorials you need, >> from basic HTML to advanced XML, SQL, ASP, and PHP. >> >> >> Jacek Wagner sent the following on 12/17/2008 11:48 AM: >> >>> Sorry it did not do it. --Jacek >>> >>> <field name="bodyText"><textarea default-value="${name}, \n\r >>> Thank you for ordering Birthday Party Event. >>> This is to confirm that we received your order ${orderId} >>> for the workshop ${productName}. >>> The show start on ${eventDate} at ${eventTime}. >>> Please give yourself 15 minutes before the beginning of the >>> workshop. >>> Thank you for your order. >>> Sincerely, LHS"/></field> >>> >>> >>> BJ Freeman wrote: >>> >>>> are you following the standard format for generating emails? >>>> if so you can define and html and use html code for a break. >>>> however if you looking for manual way to input in to a text area then >>>> use the unix convention of \n (linefeed) then \r is a carriage return >>>> and will give you a double linefeed. >>>> >>>> >>>> >>>> Jacek Wagner sent the following on 12/17/2008 11:06 AM: >>>> >>>> >>>>> All, >>>>> >>>>> I am sending email confirmation without attachment. I would like to >>>>> format bodytext using textarea.default-value. >>>>> Is it any way add line feed character into bodyText text? >>>>> >>>>> example instead of having >>>>> Mr Brown, thank you for your order ... >>>>> have >>>>> Mr Brown, >>>>> thank you for your order >>>>> ... >>>>> >>>>> Jacek >>>>> >>>>> >>>>> >>>>> >>> |
In reply to this post by BJ Freeman
BJ Freeman wrote:
> from an ofbiz view this should be a class in the CSS. > > BJ Freeman sent the following on 12/17/2008 12:11 PM: > >> Ok your right. >> >> you must specify 'style="white-space: pre;"', which specifies >> pre-formatted text handling as in an HTML <pre> area. >> >> so >> http://www.w3schools.com/TAGS/tryit.asp?filename=tryhtml_textarea >> paste in >> <textarea cols="80" style="white-space: pre;"> >> At W3Schools you >> will find all the Web-building tutorials you need, >> from basic HTML to advanced XML, SQL, ASP, and PHP. >> >> >> Jacek Wagner sent the following on 12/17/2008 11:48 AM: >> >>> Sorry it did not do it. --Jacek >>> >>> <field name="bodyText"><textarea default-value="${name}, \n\r >>> Thank you for ordering Birthday Party Event. >>> This is to confirm that we received your order ${orderId} >>> for the workshop ${productName}. >>> The show start on ${eventDate} at ${eventTime}. >>> Please give yourself 15 minutes before the beginning of the >>> workshop. >>> Thank you for your order. >>> Sincerely, LHS"/></field> >>> >>> >>> BJ Freeman wrote: >>> >>>> are you following the standard format for generating emails? >>>> if so you can define and html and use html code for a break. >>>> however if you looking for manual way to input in to a text area then >>>> use the unix convention of \n (linefeed) then \r is a carriage return >>>> and will give you a double linefeed. >>>> >>>> >>>> >>>> Jacek Wagner sent the following on 12/17/2008 11:06 AM: >>>> >>>> >>>>> All, >>>>> >>>>> I am sending email confirmation without attachment. I would like to >>>>> format bodytext using textarea.default-value. >>>>> Is it any way add line feed character into bodyText text? >>>>> >>>>> example instead of having >>>>> Mr Brown, thank you for your order ... >>>>> have >>>>> Mr Brown, >>>>> thank you for your order >>>>> ... >>>>> >>>>> Jacek >>>>> >>>>> >>>>> >>>>> >>> textarea { color: #999999; white-space: pre; } and it did not make any difference other than the color of the font. puzzled Jacek |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 and what did you put in the textra Jacek Wagner sent the following on 2/11/2009 4:40 PM: > BJ Freeman wrote: >> from an ofbiz view this should be a class in the CSS. >> >> BJ Freeman sent the following on 12/17/2008 12:11 PM: >> >>> Ok your right. >>> >>> you must specify 'style="white-space: pre;"', which specifies >>> pre-formatted text handling as in an HTML <pre> area. >>> >>> so >>> http://www.w3schools.com/TAGS/tryit.asp?filename=tryhtml_textarea >>> paste in >>> <textarea cols="80" style="white-space: pre;"> >>> At W3Schools you >>> will find all the Web-building tutorials you need, >>> from basic HTML to advanced XML, SQL, ASP, and PHP. >>> >>> >>> Jacek Wagner sent the following on 12/17/2008 11:48 AM: >>> >>>> Sorry it did not do it. --Jacek >>>> >>>> <field name="bodyText"><textarea default-value="${name}, \n\r >>>> Thank you for ordering Birthday Party Event. >>>> This is to confirm that we received your order ${orderId} >>>> for the workshop ${productName}. >>>> The show start on ${eventDate} at ${eventTime}. >>>> Please give yourself 15 minutes before the beginning of the >>>> workshop. >>>> Thank you for your order. >>>> Sincerely, LHS"/></field> >>>> >>>> >>>> BJ Freeman wrote: >>>> >>>>> are you following the standard format for generating emails? >>>>> if so you can define and html and use html code for a break. >>>>> however if you looking for manual way to input in to a text area then >>>>> use the unix convention of \n (linefeed) then \r is a carriage return >>>>> and will give you a double linefeed. >>>>> >>>>> >>>>> >>>>> Jacek Wagner sent the following on 12/17/2008 11:06 AM: >>>>> >>>>> >>>>>> All, >>>>>> >>>>>> I am sending email confirmation without attachment. I would like to >>>>>> format bodytext using textarea.default-value. >>>>>> Is it any way add line feed character into bodyText text? >>>>>> >>>>>> example instead of having >>>>>> Mr Brown, thank you for your order ... >>>>>> have >>>>>> Mr Brown, >>>>>> thank you for your order >>>>>> ... >>>>>> >>>>>> Jacek >>>>>> >>>>>> >>>>>> >>>> > I have created class in ccs: > textarea { > color: #999999; > white-space: pre; > } > and it did not make any difference other than the color of the font. > > puzzled Jacek > > > Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJk5TWrP3NbaWWqE4RAlU4AKCLAyY1TcIF/P8RX9engx7+IGTeRwCeLmFL iSD8xXlZMPnOowXh/14nvP4= =wLe9 -----END PGP SIGNATURE----- |
In reply to this post by Jacek Wagner
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 here is a test put this in an html page <STYLE TYPE="text/css"> .whtspcpre{ white-space: pre; } </STYLE> then <textarea class="whtspcpre" rows="4" cols="80" name="testtextra"> </textarea> Jacek Wagner sent the following on 2/11/2009 4:40 PM: > BJ Freeman wrote: >> from an ofbiz view this should be a class in the CSS. >> >> BJ Freeman sent the following on 12/17/2008 12:11 PM: >> >>> Ok your right. >>> >>> you must specify 'style="white-space: pre;"', which specifies >>> pre-formatted text handling as in an HTML <pre> area. >>> >>> so >>> http://www.w3schools.com/TAGS/tryit.asp?filename=tryhtml_textarea >>> paste in >>> <textarea cols="80" style="white-space: pre;"> >>> At W3Schools you >>> will find all the Web-building tutorials you need, >>> from basic HTML to advanced XML, SQL, ASP, and PHP. >>> >>> >>> Jacek Wagner sent the following on 12/17/2008 11:48 AM: >>> >>>> Sorry it did not do it. --Jacek >>>> >>>> <field name="bodyText"><textarea default-value="${name}, \n\r >>>> Thank you for ordering Birthday Party Event. >>>> This is to confirm that we received your order ${orderId} >>>> for the workshop ${productName}. >>>> The show start on ${eventDate} at ${eventTime}. >>>> Please give yourself 15 minutes before the beginning of the >>>> workshop. >>>> Thank you for your order. >>>> Sincerely, LHS"/></field> >>>> >>>> >>>> BJ Freeman wrote: >>>> >>>>> are you following the standard format for generating emails? >>>>> if so you can define and html and use html code for a break. >>>>> however if you looking for manual way to input in to a text area then >>>>> use the unix convention of \n (linefeed) then \r is a carriage return >>>>> and will give you a double linefeed. >>>>> >>>>> >>>>> >>>>> Jacek Wagner sent the following on 12/17/2008 11:06 AM: >>>>> >>>>> >>>>>> All, >>>>>> >>>>>> I am sending email confirmation without attachment. I would like to >>>>>> format bodytext using textarea.default-value. >>>>>> Is it any way add line feed character into bodyText text? >>>>>> >>>>>> example instead of having >>>>>> Mr Brown, thank you for your order ... >>>>>> have >>>>>> Mr Brown, >>>>>> thank you for your order >>>>>> ... >>>>>> >>>>>> Jacek >>>>>> >>>>>> >>>>>> >>>> > I have created class in ccs: > textarea { > color: #999999; > white-space: pre; > } > and it did not make any difference other than the color of the font. > > puzzled Jacek > > > Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJk6yLrP3NbaWWqE4RAiS6AKDRMc1zXpa2S/Cbes6Pdw1iTRMXGwCgzR4H t1HdMguEv9GO/Rg6rtPNTDE= =Lpwn -----END PGP SIGNATURE----- |
BJ Freeman wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > here is a test > put this in an html page > > <STYLE TYPE="text/css"> > > .whtspcpre{ > white-space: pre; > } </STYLE> > > > then > > <textarea class="whtspcpre" rows="4" cols="80" name="testtextra"> > </textarea> > > > > > > Jacek Wagner sent the following on 2/11/2009 4:40 PM: > >> BJ Freeman wrote: >> >>> from an ofbiz view this should be a class in the CSS. >>> >>> BJ Freeman sent the following on 12/17/2008 12:11 PM: >>> >>> >>>> Ok your right. >>>> >>>> you must specify 'style="white-space: pre;"', which specifies >>>> pre-formatted text handling as in an HTML <pre> area. >>>> >>>> so >>>> http://www.w3schools.com/TAGS/tryit.asp?filename=tryhtml_textarea >>>> paste in >>>> <textarea cols="80" style="white-space: pre;"> >>>> At W3Schools you >>>> will find all the Web-building tutorials you need, >>>> from basic HTML to advanced XML, SQL, ASP, and PHP. >>>> >>>> >>>> Jacek Wagner sent the following on 12/17/2008 11:48 AM: >>>> >>>> >>>>> Sorry it did not do it. --Jacek >>>>> >>>>> <field name="bodyText"><textarea default-value="${name}, \n\r >>>>> Thank you for ordering Birthday Party Event. >>>>> This is to confirm that we received your order ${orderId} >>>>> for the workshop ${productName}. >>>>> The show start on ${eventDate} at ${eventTime}. >>>>> Please give yourself 15 minutes before the beginning of the >>>>> workshop. >>>>> Thank you for your order. >>>>> Sincerely, LHS"/></field> >>>>> >>>>> >>>>> BJ Freeman wrote: >>>>> >>>>> >>>>>> are you following the standard format for generating emails? >>>>>> if so you can define and html and use html code for a break. >>>>>> however if you looking for manual way to input in to a text area then >>>>>> use the unix convention of \n (linefeed) then \r is a carriage return >>>>>> and will give you a double linefeed. >>>>>> >>>>>> >>>>>> >>>>>> Jacek Wagner sent the following on 12/17/2008 11:06 AM: >>>>>> >>>>>> >>>>>> >>>>>>> All, >>>>>>> >>>>>>> I am sending email confirmation without attachment. I would like to >>>>>>> format bodytext using textarea.default-value. >>>>>>> Is it any way add line feed character into bodyText text? >>>>>>> >>>>>>> example instead of having >>>>>>> Mr Brown, thank you for your order ... >>>>>>> have >>>>>>> Mr Brown, >>>>>>> thank you for your order >>>>>>> ... >>>>>>> >>>>>>> Jacek >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>> >>>>> >> I have created class in ccs: >> textarea { >> color: #999999; >> white-space: pre; >> } >> and it did not make any difference other than the color of the font. >> >> puzzled Jacek >> >> >> >> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJk6yLrP3NbaWWqE4RAiS6AKDRMc1zXpa2S/Cbes6Pdw1iTRMXGwCgzR4H > t1HdMguEv9GO/Rg6rtPNTDE= > =Lpwn > -----END PGP SIGNATURE----- > was and still is in the widget-form. The text I would like to format is in bodyText. See the form below: <form name="SendConfirmationEmail" type="single" target="birthdayPartyConfirmation" title=""> <actions> <service service-name="getPartyEmail" result-map-name="mapFrom"> <field-map field-name="partyId" value="${userLogin.userLoginId}"/> </service> <service service-name="getPartyEmail" result-map-name="mapTo"> <field-map field-name="partyId" value="${registration.partyId}"/> </service> </actions> <!-- <field name="emailAddressFrom" entry-name="mapFrom.emailAddress" parameter-name="sendFrom" ><text/></field> --> <field name="emailAddressFrom" entry-name="mapFrom.emailAddress" parameter-name="sendFrom"><text /></field> <field name="emailAddressTo" entry-name="mapTo.emailAddress" parameter-name="sendTo" ><text/></field> <field name="subject"><text default-value="Birthday Party confirmation."/></field> <field name="bodyText"><textarea class="whtspcpre" rows="5" cols="80" default-value=" ${name}, Thank you for ordering Birthday Party Event. This is to confirm that we have received order for the workshop ${productName}. The show starts on ${eventDate} at ${eventTime}. Please give yourself 15 minutes before the beginning of the workshop http://www.lawrencehallofscience.org/. If you need directions to LHS please follow the link http://www.lawrencehallofscience.org/generalinfo/directions.html. Catering information can be found at http://www.lawrencehallofscience.org/generalinfo/cafe.html and do not miss Discovery Corner http://lawrencehallofscience.stores.yahoo.net/. Thank you for your order. Sincerely, LHS"/></field> <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button" /></field> </form> Jacek |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 did not get lost. what is in the Style should go into the CSS. .whtspcpre{ white-space: pre; } I was just making it easy to test. you form should work then. I assume your using textarea so they can change it. also assume that this is not an email form. Jacek Wagner sent the following on 2/12/2009 8:46 AM: > BJ Freeman wrote: > here is a test > put this in an html page > > <STYLE TYPE="text/css"> > > .whtspcpre{ > white-space: pre; > } </STYLE> > > > then > > <textarea class="whtspcpre" rows="4" cols="80" name="testtextra"> > </textarea> > > > > > > Jacek Wagner sent the following on 2/11/2009 4:40 PM: > >>>> BJ Freeman wrote: >>>> >>>>> from an ofbiz view this should be a class in the CSS. >>>>> >>>>> BJ Freeman sent the following on 12/17/2008 12:11 PM: >>>>> >>>>> >>>>>> Ok your right. >>>>>> >>>>>> you must specify 'style="white-space: pre;"', which specifies >>>>>> pre-formatted text handling as in an HTML <pre> area. >>>>>> >>>>>> so >>>>>> http://www.w3schools.com/TAGS/tryit.asp?filename=tryhtml_textarea >>>>>> paste in >>>>>> <textarea cols="80" style="white-space: pre;"> >>>>>> At W3Schools you >>>>>> will find all the Web-building tutorials you need, >>>>>> from basic HTML to advanced XML, SQL, ASP, and PHP. >>>>>> >>>>>> >>>>>> Jacek Wagner sent the following on 12/17/2008 11:48 AM: >>>>>> >>>>>>> Sorry it did not do it. --Jacek >>>>>>> >>>>>>> <field name="bodyText"><textarea default-value="${name}, \n\r >>>>>>> Thank you for ordering Birthday Party Event. >>>>>>> This is to confirm that we received your order ${orderId} >>>>>>> for the workshop ${productName}. >>>>>>> The show start on ${eventDate} at ${eventTime}. >>>>>>> Please give yourself 15 minutes before the beginning of >>>>>>> the >>>>>>> workshop. >>>>>>> Thank you for your order. >>>>>>> Sincerely, LHS"/></field> >>>>>>> >>>>>>> >>>>>>> BJ Freeman wrote: >>>>>>> >>>>>>>> are you following the standard format for generating emails? >>>>>>>> if so you can define and html and use html code for a break. >>>>>>>> however if you looking for manual way to input in to a text area >>>>>>>> then >>>>>>>> use the unix convention of \n (linefeed) then \r is a carriage >>>>>>>> return >>>>>>>> and will give you a double linefeed. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Jacek Wagner sent the following on 12/17/2008 11:06 AM: >>>>>>>> >>>>>>>> >>>>>>>>> All, >>>>>>>>> >>>>>>>>> I am sending email confirmation without attachment. I would like to >>>>>>>>> format bodytext using textarea.default-value. >>>>>>>>> Is it any way add line feed character into bodyText text? >>>>>>>>> >>>>>>>>> example instead of having >>>>>>>>> Mr Brown, thank you for your order ... >>>>>>>>> have >>>>>>>>> Mr Brown, >>>>>>>>> thank you for your order >>>>>>>>> ... >>>>>>>>> >>>>>>>>> Jacek >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>> >>>> I have created class in ccs: >>>> textarea { >>>> color: #999999; >>>> white-space: pre; >>>> } >>>> and it did not make any difference other than the color of the font. >>>> >>>> puzzled Jacek >>>> >>>> >>>> >>>> > I am afraid something got lost in the translation. My target textarea > was and still is in the > widget-form. The text I would like to format is in bodyText. See the > form below: > <form name="SendConfirmationEmail" type="single" > target="birthdayPartyConfirmation" title=""> > <actions> > <service service-name="getPartyEmail" result-map-name="mapFrom"> > <field-map field-name="partyId" > value="${userLogin.userLoginId}"/> > </service> > <service service-name="getPartyEmail" result-map-name="mapTo"> > <field-map field-name="partyId" > value="${registration.partyId}"/> > </service> > </actions> > <!-- <field name="emailAddressFrom" > entry-name="mapFrom.emailAddress" parameter-name="sendFrom" >><text/></field> --> > <field name="emailAddressFrom" entry-name="mapFrom.emailAddress" > parameter-name="sendFrom"><text /></field> <field > name="emailAddressTo" entry-name="mapTo.emailAddress" > parameter-name="sendTo" ><text/></field> > <field name="subject"><text default-value="Birthday Party > confirmation."/></field> > <field name="bodyText"><textarea class="whtspcpre" rows="5" > cols="80" default-value=" > ${name}, Thank you for ordering Birthday Party Event. > This is to confirm that we have received order for the > workshop ${productName}. The show starts on ${eventDate} at > ${eventTime}. > Please give yourself 15 minutes before the beginning of the > workshop http://www.lawrencehallofscience.org/. > If you need directions to LHS please follow the link > http://www.lawrencehallofscience.org/generalinfo/directions.html. > Catering information can be found at > http://www.lawrencehallofscience.org/generalinfo/cafe.html and > do not miss Discovery Corner > http://lawrencehallofscience.stores.yahoo.net/. > Thank you for your order. > Sincerely, LHS"/></field> > <field name="submitButton" title="${uiLabelMap.CommonSubmit}" > widget-style="smallSubmit"><submit button-type="button" /></field> > </form> > Jacek -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJlJllrP3NbaWWqE4RAg5pAJ0ZliBro8PUCLKrNZtlzXpwyoXdrwCgve+i mkftfF7pZJtjohyklinGKCQ= =QFKr -----END PGP SIGNATURE----- |
Free forum by Nabble | Edit this page |