- The MDriven Book: Table of Contents
- What is MDriven
- Introduction - The MDriven Book
- Praise to UML
- What if UML was forbidden
- What is not to like
- What is next
- Information design
- Short introduction to UML– class diagram
- Association classes
- UML Inheritance
- Polymorphism
- Composite and Aggregate and what they imply
- Derived attributes & associations
- UML – State machines
- Constraints
- The ViewModel
- The declarative ViewModel
- Prototyping
- Taking It Further Still
- What an Action can do
- Global actions
- Action names
- Microsoft Office and OpenDocument as a Report generator
- Available Actions
- Introducing MDriven Server
- Security concerns for MDriven Server
- MDrivenServer Summarized
- Certain important constructs
- MDrivenServer periodic server-side actions
- Luckily UML is Not Forbidden
- Import data from other SQL servers
- SQLExport from MDriven Server
- Seeker view
- Installing TurnKey as an Azure WebApp
- Set up MDriven Turnkey on premise
- MDriven Turnkey architecture
- Security
- Information security
- Access control system in MDriven
- Testing
- The MDriven Book
Definition[edit | edit source]
Global actions are Main Menu actions. They often bring up a view that is not rooted in a specific object but rather helps the user find objects to work on in other views. Un-rooted views are commonly referred to as Seekers (these help the user search/filter a large set of objects in the database) or as browsers (these show all available instances of a Class).
Where to find them[edit | edit source]
Open the global actions window by clicking on the gears icon on the MDriven Designer.
As you see this view,
you can click on the actions to the left or add global actions. To the right, you see the current main menu. Global actions are what build the main menu.
There are 5 standard actions:
- Exit: Exit isn't used usually in a web application but is used in a Windows application to quit the application. It is used to exit applications not used on the web.
- Refresh: reloads data from the database - usually not used in a web application either.
- Save: Saves the current changes
- Redo: Redoes what has been undone in multiple steps
- Undo: Undoes what has been changed in multiple steps
If you delete or don't see the standard actions - say you delete "exit" - you can click on ensure standard actions and these five actions will be added.
Beware that this window can be made smaller and hide buttons. Keep the actions windows big enough to see the ensure standard actions and the delete button for an action.
The MDriven Book - Next Chapter: Action names
