CodeCharge Studio

Page Overview

A project in CodeCharge Studio is made up of multiple pages which are in turn made up of forms and other controls. Pages can be created manually from scratch by starting with a blank page or the Application builder can be used to automate the creation of multiple pages.

The main components of a page are:

A page could also be linked to an external CSS file which contains the style definitions for the theme used in the page.

When the site is published, the user can then type in a URL for a particular page to view it. While the user mostly sees the HTML markup that is sent back to the browser, pages also perform background processing, for example when a record form is submitted with records to be inserted into the database.

The Restricted property of a page can be set to require that a user must login into the system before being able to view the page contents.

 

See also:

Page Reference


On-line, printable versions and updates