Appxweb Meta
Home > Developer > Developer Guide - Contents

Developer Guide

[ 6 ] - Canned Objects

< Back   Next >

Meta provides a number of default objects which are referred to as "Canned Objects". Canned Objects typically encapsulate functionality which may be difficult to achieve within a purely web environment. The Canned Objects reference documentation provides details of the canned objects which are available.

As an example a screenshot and associated menu object declaration for the file menu used within the Hello World is shown below. The functionality provided by the File Menu is almost completely provided by canned function objects. For instance the "Save" menu item uses the canned function object "_fid_save". This canned object provides functionality to save the extensions data to file. If the data has not been previously saved the "Save As" dialog will be displayed and the user will be prompted to select a file to save to. Note the convention is that the identifiers of canned objects start with an underscore.

Screenshot: File Menu
File Menu


File Menu Object - vid_menu_file