Rich UI div, floatLeft, and floatRight

A Rich UI div widget defines a division (HTML DIV tag) on the Web page, below the preceding content. The widget can be the parent of floatLeft and floatRight widgets, which provide flexibility in Web-page design. A floatLeft widget uses the CSS element float:left, and the floatRight widget uses the CSS element float:right.
For more information about floatLeft and floatRight, see the "Floatutorial," which is a tutorial about designing a Web page with float:left and float:right, on this Web site:

http://css.maxdesign.com.au

For more information about supported EGL properties and functions, see "Widget properties and functions."

To use any of these widgets, you must use the appropriate import statement:
import com.ibm.egl.rui.widgets.Div;
import com.ibm.egl.rui.widgets.FloatLeft;
import com.ibm.egl.rui.widgets.FloatRight;

Feedback