newline in widgets..

2008-09-29 Thread adithi agarwal
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



  

Re: newline in widgets..

2008-09-29 Thread Harsha Chadhar

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



  
  




Re: newline in widgets..

2008-09-29 Thread adithi agarwal
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 [EMAIL PROTECTED]
To: user@ofbiz.apache.org
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



  
  


  

Re: newline in widgets..

2008-09-29 Thread Rishi Solanki
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 [EMAIL PROTECTED]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 [EMAIL PROTECTED]
 To: user@ofbiz.apache.org
 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.


Re: newline in widgets..

2008-09-29 Thread adithi agarwal
yeah it separates with a bar in between..

Thankyou



- Original Message 
From: Rishi Solanki [EMAIL PROTECTED]
To: user@ofbiz.apache.org
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 [EMAIL PROTECTED]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 [EMAIL PROTECTED]
 To: user@ofbiz.apache.org
 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.



  

Re: newline in widgets..

2008-09-29 Thread Adrian Crum
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 [EMAIL PROTECTED] wrote:

 From: adithi agarwal [EMAIL PROTECTED]
 Subject: newline in widgets..
 To: user@ofbiz.apache.org user@ofbiz.apache.org
 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