Basic Widgets

Box

../_images/box.png

Box widget is a fundamental widget which is generated to <div> tag. Mostly, Box widget is used to set layout and to group children widgets.

Text

../_images/text1.png

Text widget contains Text Content which is generated to <p>, <h1> or <h2> tag. You can edit text by clicking a text thumb.

See detail properties.

Image

../_images/img.png

Image widget contains Image Content which is generated by css {background} tag. You can input image resource from Resource panel or Image URL link and resize or rearrange image in widget area.

  • Fit Widget Size to Image Size : Resize widget according to image resource size.

Static Image

../_images/static_img.png

Image widget contains Image Content which is generated by css {background} tag. You can input image resource from Resource panel or Image URL link and resize or rearrange image in widget area.

  • Fit Widget Size to Image Size : Resize widget according to image resource size.

See style, detail properties.

Cell

../_images/cell.png

Cell widget contains Text Content , aligned Vertical-Center automatically. (PX unit only)

Image and Text

../_images/img_text.png

Image and Text widget contains Text Content and Image, aligned Vertical-Center automatically.

See style, detail properties.