TextArea component in the basic section of the palette does not render the correct font

View: New views
3 Messages — Rating Filter:   Alert me  

TextArea component in the basic section of the palette does not render the correct font

by ghady_rayess :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

i'm an experienced j2se developper and now i'm moving to the world of web and j2ee.
i've been exploring the new nb6 and especially the JSF palette of VWP module.

i've noticed that the TextArea JSF component in the basic section of the palette does not render correctly the "courier new", monospaces font.
On the other hand, it renders correctly with the TextArea component fom the stardard sectionof the palette!

I need to have this font applied in the TextArea in order to align rows of data in straight column, since each character in the "courier new" font takes the same space.

Is this is a bug or am i missing something here?




Re: TextArea component in the basic section of the palette does not render the correct font

by krysP :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

The component sets are different between "Basic" and "Standard" and you cannot inline a style with some of the basic components as you can with the standard set.

In order to override the Basic Text Area component, you need to overwrite the CSS style with
the class in the stylesheet.css file, e.g.

.TxtAra_sun4{
    font-family: 'Courier New',Courier,monospace;
    font-size: 14px;}



Re: TextArea component in the basic section of the palette does not render the correct font

by ghady_rayess :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

krysP,

Your suggestion worked perfectly, thanx! But it means now that i'm stuck to the same style for all the textArea components in the same page.

LightInTheBox - Buy quality products at wholesale price