To continue with this content, please log in with your Data Access ID or create a new account.
Cancel Data Access ID
You may not be authorized to see this content. Please contact Data Access Europe for more information.
Cancel Data Access Europe
You are not authorized to see this content.
Cancel Data Access Europe
Next lesson:
WebDateForm
Cancel

Getting to know the Web Controls

Lesson 14 - WebCommandBar

In this lesson we’ll look at the WebCommandBar control in DataFlex. The cWebCommandbar is a special wrapper object for your web application's global menu and toolbars. The command bar object is designed to position your menus and toolbars outside and above the area occupied by your web views.

Now that we know what a WebCommandBar is, I will create a WebCommandBar with items in it.


DEMONSTRATION

  • First we add the WebCommandBar. To get an idea what this WebCommandBar does, we add a Web WebMenuBar inside it. We also add a cWebMenuItem within the WebMenuBar.
  • Now run/compile and there you go. The MenuBar and its items are now wrapped within the WebCommandBar.