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 might be the parent of floatLeft and floatRight widgets, providing flexibility in web-page design. A floatLeft widget uses the CSS element float:left, and the floatRight widget uses the CSS element float:right.

At this writing, the following site offers "Floatutorial," which is a tutorial on designing a web page with float:left and float:right:

http://css.maxdesign.com.au

Supported EGL properties and functions are described in “Widget properties and functions.”

Use of a Div, FloatLeft, or FloatRight widget requires the appropriate import statement from the following list:
import com.ibm.egl.rui.widgets.Div;
import com.ibm.egl.rui.widgets.FloatLeft;
import com.ibm.egl.rui.widgets.FloatRight;

Feedback