The Power Menu is accessible by clicking on the white "power on" symbol on a dark blue background, round button at the leftmost position of the Ribbon. This menu offers immediate access to most functions in Morfik which are related to project and document management, such as closing and opening files.
|
| The Power Menu |
When pressed, a drop down menu is displayed which offers immediate access to most Morfik functions related to project and document management, such as closing and opening files. Some menu options on the Power menu are context-sensitive, and will be disabled if they are not applicable to the current state of the IDE.
The Power menu contains the following menu options (sub-menu options are denoted by the | symbol):
| | New Project | New Web Application |
| Creates a new web application with built-in database server.
| |
| New Project |New Package |
| Launches the New Package Wizard. To create a package, a Package Ticket File must be obtained from Morfik. (See Creating Packages)
| |
| | New Project | New Project Wizard |
| Starts the New Project Wizard, which includes options for application type (web application or browser) and built-in or external database support. Not sure that the New Project wizard has anything to do with "built-in or external database support" (except for the Character Set page maybe).
| |
| | New Page |
| This command opens the New Page dialog where you create a new page based on available templates. Different categories of Page templates are available for browsers on desktop computers or mobile devices.
| |
| | New Item| New Form |
| Creates a new Form in the current project. Forms are the foundation of the presentation layer for your application. They enable the user to interact with your application and perform such tasks as viewing, entering and editing data.
| |
| | New Item| New Report |
| Creates a new Report in the current project. Reports enable the viewing and printing of information stored in the application's database. With Reports, this information can be sorted, grouped and summarized in unlimited ways. Reports are presented via the browser in Adobe PDF format, thus assuring that what the user sees on-screen will be the same as what appears on paper.
| |
| | New Item| New Table |
| Creates a new Table in the current project. Tables are the actual storage mechanism in databases. They consist of rows (records) and columns (field names) that organize the data being stored. A database may contain numerous tables, and some of them may be related to each other.
| |
| | New Item| New Query |
| Creates a new Query in the current project. Queries are the mechanism by which data in a table can be searched. They enable you to retrieve a subset of the data in your database tables based on specific logical search criteria.
| |
| | New Item| New Module |
| Creates a new Module in the current project. Modules are stand-alone units of code that can be called by other modules, including the browser- or server-side modules of Forms and Reports. They are useful for organizing programming code into logical units and for sharing code between different parts of an application (or even between applications).
| |
| | New Item| New WebMethod |
| Creates a new WebMethod in the current project. WebMethods are code that is implemented and executes from within your application on the server (not inside the browser). They can be called when required by your application (either from another WebMethod or from within the browser), or be published so as to be called from other applications.
| |
| | New Item| New Widget |
| Opens a dialog box which asks for the name for a new widget and then creates the widget and loads it into the editor.
| |
| | Open |
| Displays the Open File dialog box to load an existing document.
| |
| | Close |
| Closes the current document (or project if the current document is the Project tab page)
| |
| | Close All |
| Closes all open documents in the project, leaving only the Projects tab page open.
| |
| | Save |
| Saves (but does not close) the current document.
| |
| | Save As | Save As |
| Saves (but does not close) the current document with a new name. Save As exports the current document to to an XML file with a morfik-specific extension (e.g. forms get an .mfr extension). It can be useful for sharing code between projects, especially if the .MXS format is used. Save As does not change the name used to refer to the document within the project. Minor bug: if there are unsaved changes in the document when Save As is run, these are not included in the exported file.
| |
| | Save As | Save Project As |
| Displays the Save Project As dialog. Using this dialog, a project can be renamed, saved to a different location or converted to a different Morfik language.
| |
| | Save All |
| Saves (but does not close) the current document(s).
| |
| | Deploy |
| Starts Morfik Deployment Wizard
| |

