This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 131478 - Spacers and Nbspcs
Summary: Spacers and Nbspcs
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-28 22:04 UTC by jjjjjj
Modified: 2008-04-04 21:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jjjjjj 2008-03-28 22:05:01 UTC
Can we please get a spacer control to force gaps into certain page areas.

Also a   control will be most welcome; there is an anchor control though.
Comment 1 Peter Zavadsky 2008-03-28 22:56:48 UTC
Are you asking for components which renders as spaces (or   's)? Passing to components.
Comment 2 jjjjjj 2008-04-04 21:54:47 UTC
Spacers; a trick I often use to get web page elements in row/column pairs properly aligned; it basically puts a
transparent 1x1 gif in certain table columns; it's width-height are then changed thus forcing a specific column width or
height when rendered.

nbsp; there's an existing control anchor that simply just renders the anchor tag in the page - it does not do anything -
but usefull at the moment to just put blank content into certain jsf grid panel areas; the ideal one would be the spacer
explained above but it's sometimes also very useful to force one or more non-breaking white spaces between two or more
controls; so the nbsp; control will simply just render a specified number of   's on the page; a component that
renders spaces are no good; it must be   - most browsers will remove spaces but the   forces the space.