NaturalONE Version 8.3.7
 —  Natural for Ajax  —

Preview: Mobile Controls

As preview a set of controls and containers for building mobile applications is included in this version. The controls and containers support responsiveness, which means that the pages automatically adapt to various screen sizes. The controls are built with Bootstrap (http://getbootstrap.com/). You will find a running sample built with these controls and containers in the Natural Ajax Demos.


Creating Mobile Pages

To create layout pages for mobile applications use the Natural Mobile Page template.

graphics/preview_mobile_1.png

The wizard will create a page layout with responsive containers. You can now add controls from the Mobile Controls (Bootstrap) group of the palette to your layout in the usual way.

graphics/preview_mobile_2.png

To see the rendering in the preview area set HTML as Layout display mode in the Ajax Developer properties of your project. The following shows the mobile_forms.xml example layout of the Natural Ajax Demos in the Layout Painter.

graphics/preview_mobile_3.png

Top of page

Responsive Controls

BMOBILE:ALERT

This control is similar to the STATUSBAR control but more flexible. Use this control to show success or failure of an action.

BMOBILE:BUTTON

A responsive button.

BMOBILE:DATEINPUT2

A responsive form of the DATEINPUT2 control.

BMOBILE:FFIELD

A responsive form of the FIELD control.

BMOBILE:FLABEL

A responsive form of the LABEL control.

BMOBILE:FTEXTAREA

A responsive form of the TEXTAREA control.

BMOBILE:ICON

A responsive form of the ICON control.

Top of page

Responsive Containers

BMOBILE:COLAREA

BMOBILE: COLEAREA and BMOBILE:ROWAREA support the responsive grid system of Bootstrap.

BMOBILE:CONTAINER

A responsive container into which you add your controls, grids and other containers. You usually have exactly one BMOBILE:CONTAINER per page.

BMOBILE:FORMAREA

The surrounding container for forms. Within a BMOBILE:FORMAREA you can have several BMOBILE:FORMGROUP containers.

BMOBILE:FORMGROUP

Use this container to group several BMOBILE:FLABEL and input controls like BMOBILE:FFIELD within a form.

Top of page

Responsive Grids

BMOBILE:SIMPLECOL

A column in a responsive grid.

BMOBILE:SIMPLEGRID

A responsive grid.

BMOBILE:SIMPLEHEADERCOL

A header column in a responsive grid.

BMOBILE:SIMPLEHEADERROW

A row container which contains the header columns in a responsive grid.

BMOBILE:SIMPLEROW

A row container which contains the columns in a responsive grid.

Top of page

Responsive Menus

BMOBILE:NAVBAR

A responsive navigation bar.

Top of page

Styling a Mobile Page

In this preview a Bootstrap theme with blue rendering is used. There are many free other Bootstrap themes available for download.

Start of instruction setTo add your own Bootstrap theme

The layouts in the Natural Ajax Demos additionally set the property addstylesheetfile="../HTMLBasedGUI/bootstrap/njxmobiledemo.css".

Using the njxmobiledemo.css you can overwrite single settings of the Bootstrap theme.

Top of page