Chapter 4. Toolbars

There are two toolbars with icons:

Tools toolbar

  • Save: save current XForm files on the server.

  • View Document XML: open a window to display the XForm document (xhtml file).

  • View look&feel: open a web browser to display the form that will be seen in the process console.

  • Help: open a window to browse the online documentation for the tool.

Editing toolbar

  • move to the top: move the selected component to the top.

  • move up: move the selected component up one.

  • move down: move the selected component down one.

  • move to the bottom: move the selected component to the bottom.

  • change input or textarea: switch the selected component from input to textarea XForms Form control or the opposite.

  • change select: switch the selected input type component from input to secret XForms Form control or the opposite.

  • multiple select: switch the selected select type component from select1 (single selection) to select (multiple selection) XForms Form control or the opposite.

When the form has focus, the following keys can be used to manipulate the form and its individual components:
  • delete: delete the selected component(s).

  • up: select the previous component.

  • down: select the next component.

  • home: select the first component.

  • end: select the last component.

  • shift-up: select the previous component and the current component.

  • shift-down: select the next component and the current component.

  • shift-home: select all components from the current component to the first component, inclusive.

  • shift-end: select all components from the current component to the last component, inclusive.

  • control-up: move the selected component(s) up one.

  • control-down: move the selected component(s) down one.

  • control-home: move the selected component(s) to the top.

  • control-end: move the selected component(s) to the bottom.